15 #ifndef __IPSDKIPLBASICMORPHOLOGY_PRUNING3DIMG_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_PRUNING3DIMG_H__ 25 class Pruning3dImgLvl1;
103 #endif // __IPSDKIPLBASICMORPHOLOGY_PRUNING3DIMG_H__ IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr pruning3dImg(const image::ImageConstPtr &pInBinImg3d)
wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr pruning3dImg_keepAll(const image::ImageConstPtr &pInBinImg3d)
wrapper function for Reduces 3D skeleton branches. If enough iterations are processed, the branches are completely removed
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< Pruning3dImgLvl1 > pruning3dImg_keepAll_async(const image::ImageConstPtr &pInBinImg3d)
asynchronous wrappers
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Pruning3dImgLvl1 > pruning3dImg_async(const image::ImageConstPtr &pInBinImg3d)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr