![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
compute the LUT that matches 2 histograms More...
| 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... | |
compute the LUT that matches 2 histograms
This algorithm computes a LUT that, once applied to input histogram, permits to match the resulting histogram with the reference one.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InHistogram1 | [Input] first histogram | X |
| ipsdk::imaproc::attr::InHistogram2 | [Input] second histogram | X |
| ipsdk::imaproc::attr::OutIntensityLUT | [Output] intensity lookup table used by algorithm | ipsdk::processor::allocate (_pOutIntensityLUT) |
Global rule description for algorithm :
ipsdk::processor::none ()
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14