15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_EQUALIZE_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_EQUALIZE_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/IntensityLUT.h> 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h> 61 #endif // __IPSDKIPLINTENSITYTRANSFORM_EQUALIZE_H__ boost::shared_ptr< const ipsdk::imaproc::attr::HistogramData > HistogramDataConstPtr
shared pointer to const ipsdk::imaproc::HistogramData
Definition: HistogramData.h:235
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::imaproc::attr::IntensityLUTPtr equalize(const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
wrapper function for equalization lut computation.
boost::shared_ptr< const ipsdk::imaproc::attr::Range > RangeConstPtr
shared pointer to const ipsdk::imaproc::attr::Range
Definition: Range.h:157
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< EqualizeLvl1 > equalize_async(const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
asynchronous wrappers
boost::shared_ptr< ipsdk::imaproc::attr::IntensityLUT > IntensityLUTPtr
shared pointer to ipsdk::imaproc::attr::IntensityLUT
Definition: IntensityLUT.h:163
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.