![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Set the intensity to 1 if the number of neighbours with higher values are greater than the specified input value. More...
#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>#include <IPSDKImage/Image/ImageTypes.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::checkMultiphasedNeighourhood2dImg (const image::ImageConstPtr &pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground) |
| wrapper function for Set the intensity to 1 if the number of neighbours with higher values are greater than the specified input value More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::checkMultiphasedNeighourhood2dImg (const image::ImageConstPtr &pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground, const image::ImagePtr &pOutImg) |
| wrapper function for Set the intensity to 1 if the number of neighbours with higher values are greater than the specified input value More... | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< CheckMultiphasedNeighourhood2dImgLvl1 > | ipsdk::imaproc::morpho::checkMultiphasedNeighourhood2dImg_async (const image::ImageConstPtr &pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< CheckMultiphasedNeighourhood2dImgLvl1 > | ipsdk::imaproc::morpho::checkMultiphasedNeighourhood2dImg_async (const image::ImageConstPtr &pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< CheckMultiphasedNeighourhood2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Set the intensity to 1 if the number of neighbours with higher values are greater than the specified input value.
1.8.14