![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Super pixels algorithm based on SLIC. More...
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/SuperPixelsTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::advmorpho | |
| Namespace aggregating advanced morphological operations on images. | |
Functions | |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::advmorpho::superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter) |
| wrapper function for Super pixels algorithm based on SLIC More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::advmorpho::superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType) |
| wrapper function for Super pixels algorithm based on SLIC More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | ipsdk::imaproc::advmorpho::superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const image::ImagePtr &pOutLabelImg) |
| wrapper function for Super pixels algorithm based on SLIC More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | ipsdk::imaproc::advmorpho::superPixels2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType, const image::ImagePtr &pOutLabelImg) |
| wrapper function for Super pixels algorithm based on SLIC More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | ipsdk::imaproc::advmorpho::superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | ipsdk::imaproc::advmorpho::superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | ipsdk::imaproc::advmorpho::superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const image::ImagePtr &pOutLabelImg) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperPixels2dImgLvl1 > | ipsdk::imaproc::advmorpho::superPixels2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const ipReal32 inOptSizeRatio, const ipsdk::imaproc::attr::eSuperPixelsType &pInOptSuperPixelsType, const image::ImagePtr &pOutLabelImg) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< SuperPixels2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Super pixels algorithm based on SLIC.
1.8.14