15 #ifndef __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD2DIMG_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD2DIMG_H__ 25 class CheckMultiphasedNeighourhood2dImgLvl1;
39 const ipBool bIgnoreForeground,
46 boost::shared_ptr<CheckMultiphasedNeighourhood2dImgLvl1>
49 boost::shared_ptr<CheckMultiphasedNeighourhood2dImgLvl1>
52 const ipBool bIgnoreForeground,
69 #endif // __IPSDKIPLBASICMORPHOLOGY_CHECKMULTIPHASEDNEIGHOURHOOD2DIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr 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 greate...
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< CheckMultiphasedNeighourhood2dImgLvl1 > checkMultiphasedNeighourhood2dImg_async(const image::ImageConstPtr &pInLabelImg, const ipUInt32 nbLabels, const ipBool bIgnoreForeground)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr