![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for image equalization. More...
#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/IntensityLUT.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::itrans | |
| Namespace aggregating intensity transformations on images. | |
Functions | |
| IPSDKIPLINTENSITYTRANSFORM_API ipsdk::imaproc::attr::IntensityLUTPtr | ipsdk::imaproc::itrans::equalize (const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange) |
| wrapper function for equalization lut computation. More... | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< EqualizeLvl1 > | ipsdk::imaproc::itrans::equalize_async (const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API ipsdk::imaproc::attr::IntensityLUTPtr | ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< EqualizeLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for image equalization.
1.8.14