![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Re-indexes the labels (or class indices) in order to use a minimum range of values. More...
#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>#include <IPSDKImage/Image/ImageTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::itrans | |
| Namespace aggregating intensity transformations on images. | |
Functions | |
| IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr | ipsdk::imaproc::itrans::compactIndexImg (const image::ImageConstPtr &pInImg) |
| wrapper function for Re-indexes the labels (or class indices) in order to use a minimum range of values More... | |
| IPSDKIPLINTENSITYTRANSFORM_API void | ipsdk::imaproc::itrans::compactIndexImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for Re-indexes the labels (or class indices) in order to use a minimum range of values More... | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< CompactIndexImgLvl1 > | ipsdk::imaproc::itrans::compactIndexImg_async (const image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< CompactIndexImgLvl1 > | ipsdk::imaproc::itrans::compactIndexImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr | ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< CompactIndexImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Re-indexes the labels (or class indices) in order to use a minimum range of values.
1.8.14