15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_REMOVESMALLSHAPE3DIMG_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_REMOVESMALLSHAPE3DIMG_H__ 25 class RemoveSmallShape3dImgLvl1;
67 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_REMOVESMALLSHAPE3DIMG_H__ Definition of import/export macro for library.
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr removeSmallShape3dImg(const image::ImageConstPtr &pInBinLabImg3d, const ipUInt64 inMinShapeSize)
wrapper function for removal of small connected component in binary or label 3d image ...
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< RemoveSmallShape3dImgLvl1 > removeSmallShape3dImg_async(const image::ImageConstPtr &pInBinLabImg3d, const ipUInt64 inMinShapeSize)
asynchronous wrappers