15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_NORMALIZEIMG_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_NORMALIZEIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h> 26 class NormalizeImgLvl1;
92 #endif // __IPSDKIPLINTENSITYTRANSFORM_NORMALIZEIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const ipsdk::imaproc::attr::Range > RangeConstPtr
shared pointer to const ipsdk::imaproc::attr::Range
Definition: Range.h:157
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
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< NormalizeImgLvl1 > normalizeImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInputRange, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
asynchronous wrappers
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr normalizeImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInputRange, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
wrapper function for linear normalization of the intensity of an image