15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_MATCHHISTOGRAMS_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_MATCHHISTOGRAMS_H__ 18 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h> 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/IntensityLUT.h> 27 class MatchHistogramsLvl1;
61 #endif // __IPSDKIPLINTENSITYTRANSFORM_MATCHHISTOGRAMS_H__ boost::shared_ptr< const ipsdk::imaproc::attr::HistogramData > HistogramDataConstPtr
shared pointer to const ipsdk::imaproc::HistogramData
Definition: HistogramData.h:235
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistogramsLvl1 > matchHistograms_async(const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto1, const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto2)
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.
IPSDKIPLINTENSITYTRANSFORM_API attr::IntensityLUTPtr matchHistograms(const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto1, const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto2)
wrapper function for compute the LUT that matches 2 histograms