![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Assign a new label value to the pixels determined by the input binary image. 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::addMarkerImg (const image::ImageConstPtr &pInLabelImg, const image::ImageConstPtr &pInBinImg, const ipUInt32 labelValue) |
| wrapper function for Assign a new label value to the pixels determined by the input binary image More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::addMarkerImg (const image::ImageConstPtr &pInLabelImg, const image::ImageConstPtr &pInBinImg, const ipUInt32 labelValue, const image::ImagePtr &pOutLabelImg) |
| wrapper function for Assign a new label value to the pixels determined by the input binary image More... | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< AddMarkerImgLvl1 > | ipsdk::imaproc::morpho::addMarkerImg_async (const image::ImageConstPtr &pInLabelImg, const image::ImageConstPtr &pInBinImg, const ipUInt32 labelValue) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< AddMarkerImgLvl1 > | ipsdk::imaproc::morpho::addMarkerImg_async (const image::ImageConstPtr &pInLabelImg, const image::ImageConstPtr &pInBinImg, const ipUInt32 labelValue, const image::ImagePtr &pOutLabelImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< AddMarkerImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Assign a new label value to the pixels determined by the input binary image.
1.8.14