IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
SuperVoxels3dImg.h File Reference

Wrapper functions for Super voxels 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::superVoxels3dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter)
 wrapper function for Super voxels algorithm based on SLIC More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::superVoxels3dImg (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 voxels algorithm based on SLIC More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::superVoxels3dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter, const image::ImagePtr &pOutLabelImg)
 wrapper function for Super voxels algorithm based on SLIC More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::superVoxels3dImg (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 voxels algorithm based on SLIC More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperVoxels3dImgLvl1 > ipsdk::imaproc::advmorpho::superVoxels3dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inSuperPixelsParamValue, const ipReal32 inCompactness, const ipUInt32 inNbIter)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SuperVoxels3dImgLvl1 > ipsdk::imaproc::advmorpho::superVoxels3dImg_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< SuperVoxels3dImgLvl1 > ipsdk::imaproc::advmorpho::superVoxels3dImg_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< SuperVoxels3dImgLvl1 > ipsdk::imaproc::advmorpho::superVoxels3dImg_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< SuperVoxels3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Super voxels algorithm based on SLIC.

Author
Warren AIM
Date
2022/04/12