15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_SUPERPIXELS2DIMG_H__ 16 #define __IPSDKIPLADVANCEDMORPHOLOGY_SUPERPIXELS2DIMG_H__ 26 class SuperPixels2dImgLvl1;
37 const ipUInt32 inSuperPixelsParamValue,
43 const ipUInt32 inSuperPixelsParamValue,
51 const ipUInt32 inSuperPixelsParamValue,
58 const ipUInt32 inSuperPixelsParamValue,
70 const ipUInt32 inSuperPixelsParamValue,
76 const ipUInt32 inSuperPixelsParamValue,
84 const ipUInt32 inSuperPixelsParamValue,
91 const ipUInt32 inSuperPixelsParamValue,
112 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_SUPERPIXELS2DIMG_H__ eSuperPixelsType
Enumerate describing super pixels type.
Definition: SuperPixelsTypes.h:31
Definition of import/export macro for library.
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr superPixels2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter)
wrapper function for Super pixels algorithm based on SLIC
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 super pixels management.
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > superPixels2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter)
asynchronous wrappers
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr