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

Wrapper functions for linear normalization of the intensity of an image. More...

#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>
#include <IPSDKImage/Image/ImageTypes.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::normalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInputRange, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
 wrapper function for linear normalization of the intensity of an image More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::normalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInputRange, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for linear normalization of the intensity of an image More...
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::normalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
 wrapper function for linear normalization of the intensity of an image More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::normalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for linear normalization of the intensity of an image More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< NormalizeImgLvl1 > ipsdk::imaproc::itrans::normalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInputRange, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< NormalizeImgLvl1 > ipsdk::imaproc::itrans::normalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInputRange, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< NormalizeImgLvl1 > ipsdk::imaproc::itrans::normalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< NormalizeImgLvl1 > ipsdk::imaproc::itrans::normalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< NormalizeImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for linear normalization of the intensity of an image.

Author
H. Delestre
Date
2014/08/06