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

Wrapper functions for adjust image dynamic range from a reference using histograms matching. More...

#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistoMsrParams.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHistogramData.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHistoMsrParams.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 image::ImagePtr ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pRefImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const image::ImageConstPtr &pRefImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInPIHistoMsrParams, const image::ImageConstPtr &pRefImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pRefImg, const image::ImagePtr &pOutImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const image::ImageConstPtr &pRefImg, const image::ImagePtr &pOutImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInHistoMsrParams, const image::ImageConstPtr &pRefImg, const image::ImagePtr &pOutImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram, const image::ImagePtr &pOutImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram, const image::ImagePtr &pOutImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram, const image::ImagePtr &pOutImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::matchHistograms2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram, const image::ImagePtr &pOutImg)
 wrapper function for adjust image dynamic range from a reference using histograms matching More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pRefImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const image::ImageConstPtr &pRefImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInPIHistoMsrParams, const image::ImageConstPtr &pRefImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pRefImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const image::ImageConstPtr &pRefImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInHistoMsrParams, const image::ImageConstPtr &pRefImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::HistogramDataConstPtr &pRefHistogram, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< MatchHistograms2dImgLvl1 > ipsdk::imaproc::itrans::matchHistograms2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistoMsrParamsConstPtr &pInHistoMsrParams, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pPIRefHistogram, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< MatchHistograms2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for adjust image dynamic range from a reference using histograms matching.

Author
H. Delestre
Date
2017/06/14