15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_ADAPTIVEBINARYWATERSHED3DIMG_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_ADAPTIVEBINARYWATERSHED3DIMG_H__ 26 class AdaptiveBinaryWatershed3dImgLvl1;
84 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_ADAPTIVEBINARYWATERSHED3DIMG_H__ Definition of import/export macro for library.
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr adaptiveBinaryWatershed3dImg(const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode)
wrapper function for Adaptive binary watershed 3d algorithm
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Predefined types for watershed processing management.
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
eWatershedProcessingMode
Enumerate describing watershed processing mode.
Definition: WatershedTypes.h:59
boost::shared_ptr< const BaseImage > ImageConstPtr
eWatershedSeparationMode
Enumerate describing watershed separation mode.
Definition: WatershedTypes.h:43
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< AdaptiveBinaryWatershed3dImgLvl1 > adaptiveBinaryWatershed3dImg_async(const image::ImageConstPtr &pInBinImg3d, const ipReal64 inArithmeticVal, const ipsdk::imaproc::attr::eWatershedSeparationMode &mode)
asynchronous wrappers