![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for removal of connected components in contact with image borders in binary or label 2d images. More...
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>#include <IPSDKBaseData/Neighborhood/Neighborhood2dTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/ProcessingOptimizationPolicyTypes.h>#include <IPSDKImage/Image/ImageTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::advmorpho | |
| Namespace aggregating advanced morphological operations on images. | |
Functions | |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::advmorpho::removeBorder2dImg (const image::ImageConstPtr &pInBinLabImg) |
| wrapper function for removal of connected components in contact with image borders in binary or label 2d images More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | ipsdk::imaproc::advmorpho::removeBorder2dImg (const image::ImageConstPtr &pInBinLabImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| wrapper function for removal of connected components in contact with image borders in binary or label 2d images More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveBorder2dImgLvl1 > | ipsdk::imaproc::advmorpho::removeBorder2dImg_async (const image::ImageConstPtr &pInBinLabImg) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveBorder2dImgLvl1 > | ipsdk::imaproc::advmorpho::removeBorder2dImg_async (const image::ImageConstPtr &pInBinLabImg, const eNeighborhood2dType &inOptNeighborhood2d, const ipsdk::imaproc::attr::eProcessingOptimizationPolicy &inOptOptimizationPolicy, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< RemoveBorder2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for removal of connected components in contact with image borders in binary or label 2d images.
1.8.14