![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Union of openings calculated for several linear structuring element orientations on 3d images. More...
#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/BorderExtensionPolicy.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::morpho | |
| Namespace aggregating morphological operations on images. | |
Functions | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const image::ImagePtr &pOutImg) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const image::ImagePtr &pOutImg) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::unionLinearOpening3dImg (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg) |
| wrapper function for Union of openings calculated for several linear structuring element orientations on 3d images More... | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< UnionLinearOpening3dImgLvl1 > | ipsdk::imaproc::morpho::unionLinearOpening3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::ipReal64 radius, const ipsdk::ipUInt32 nbAngles, const attr::eBorderExtensionPolicy &inOptBorderExtensionPolicy, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< UnionLinearOpening3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Union of openings calculated for several linear structuring element orientations on 3d images.
1.8.14