IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
MatchHistograms.h File Reference

Wrapper functions for compute the LUT that matches 2 histograms. More...

#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/IntensityLUT.h>
#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 attr::IntensityLUTPtr ipsdk::imaproc::itrans::matchHistograms (const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto1, const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto2)
 wrapper function for compute the LUT that matches 2 histograms More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistogramsLvl1 > ipsdk::imaproc::itrans::matchHistograms_async (const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto1, const ipsdk::imaproc::attr::HistogramDataConstPtr &pHisto2)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API attr::IntensityLUTPtr ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< MatchHistogramsLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for compute the LUT that matches 2 histograms.

Author
H. Delestre
Date
2015/04/17