15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_WATERSHEDGREYSEPARATION3DIMG_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_WATERSHEDGREYSEPARATION3DIMG_H__ 27 class WatershedGreySeparation3dImgLvl1;
91 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_WATERSHEDGREYSEPARATION3DIMG_H__ Definition of import/export macro for library.
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation3dImgLvl1 > watershedGreySeparation3dImg_async(const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode)
asynchronous wrappers
Predefined types for watershed processing management.
Predefined types for shape greyscale management.
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
eShapeGreyscaleType
Enumerate describing shape greyscale type.
Definition: ShapeGreyscaleTypes.h:31
eWatershedProcessingMode
Enumerate describing watershed processing mode.
Definition: WatershedTypes.h:59
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr watershedGreySeparation3dImg(const image::ImageConstPtr &pInIntImg3d, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode)
wrapper function for algorithm, based on watershed, allowing to separate grey 3d shapes ...
eWatershedSeparationMode
Enumerate describing watershed separation mode.
Definition: WatershedTypes.h:43