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

Wrapper functions for normalization of the intensity of an image with a sigmoid. 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::sigmoidNormalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
 wrapper function for Normalize the intensity of an image with a sigmoid More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::sigmoidNormalizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for Normalize the intensity of an image with a sigmoid More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< SigmoidNormalizeImgLvl1 > ipsdk::imaproc::itrans::sigmoidNormalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< SigmoidNormalizeImgLvl1 > ipsdk::imaproc::itrans::sigmoidNormalizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, 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< SigmoidNormalizeImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for normalization of the intensity of an image with a sigmoid.

Author
H. Delestre
Date
2017/05/22