15 #ifndef __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMG_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMG_H__ 25 class AddMarkerImgLvl1;
71 #endif // __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMG_H__ IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr 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 ...
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
Definition of import/export macro for library.
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AddMarkerImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< AddMarkerImgLvl1 > addMarkerImg_async(const image::ImageConstPtr &pInLabelImg, const image::ImageConstPtr &pInBinImg, const ipUInt32 labelValue)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr