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

Wrapper functions for image equalization. More...

#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHistogramData.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::image::ImagePtr ipsdk::imaproc::itrans::equalize2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 wrapper function for equalization of 2d plans of input image In this version of the function, the histogram of the image is automatically computed, with a bin width of 1.0 More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::equalize2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for equalization of 2d plans of input image In this version of the function, the histogram of the image is automatically computed, with a bin width of 1.0 More...
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::equalize2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 wrapper function for equalization of 2d plans of input image histogram used perform the equalization is provided as argument of the function More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::equalize2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for equalization of 2d plans of input image histogram used perform the equalization is provided as argument of the function More...
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::equalize2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pInPIHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 wrapper function for equalization of 2d plans of input image histograms used perform the equalization are provided as argument of the function More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::equalize2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pInPIHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for equalization of 2d plans of input image histograms used perform the equalization are provided as argument of the function More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Equalize2dImgLvl1 > ipsdk::imaproc::itrans::equalize2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Equalize2dImgLvl1 > ipsdk::imaproc::itrans::equalize2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Equalize2dImgLvl1 > ipsdk::imaproc::itrans::equalize2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Equalize2dImgLvl1 > ipsdk::imaproc::itrans::equalize2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataConstPtr &pInHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Equalize2dImgLvl1 > ipsdk::imaproc::itrans::equalize2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pInPIHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Equalize2dImgLvl1 > ipsdk::imaproc::itrans::equalize2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::PlanIndexedHistogramDataConstPtr &pInPIHistogram, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< Equalize2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for image equalization.

Author
H. Delestre
Date
2017/06/14