IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CompactIndexImg.h
Go to the documentation of this file.
1 // CompactIndexImg.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_COMPACTINDEXIMG_H__
16 #define __IPSDKIPLINTENSITYTRANSFORM_COMPACTINDEXIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace itrans {
24 
25 class CompactIndexImgLvl1;
26 
29 
36 
39  const image::ImagePtr& pOutImg);
41 
44 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<CompactIndexImgLvl1>
46 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<CompactIndexImgLvl1>
48  const image::ImagePtr& pOutImg);
50 
54 getAsyncProcessorOutput(boost::shared_ptr<CompactIndexImgLvl1> pProcessor);
56 
59 
60 } // end of namespace itrans
61 } // end of namespace imaproc
62 } // end of namespace ipsdk
63 
64 #endif // __IPSDKIPLINTENSITYTRANSFORM_COMPACTINDEXIMG_H__
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr compactIndexImg(const image::ImageConstPtr &pInImg)
wrapper function for Re-indexes the labels (or class indices) in order to use a minimum range of valu...
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< CompactIndexImgLvl1 > compactIndexImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLINTENSITYTRANSFORM_API
Import/Export macro for library IPSDKIPLIntensityTransform.
Definition: IPSDKIPLIntensityTransformExports.h:25
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr