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

Wrapper functions for Computes the z-score for each color plan and each frame. More...

#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>
#include <IPSDKImage/Image/ImageTypes.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::standardizeImg (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for Computes the z-score for each color plan and each frame More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::standardizeImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImagePtr &pOutRealImg)
 wrapper function for Computes the z-score for each color plan and each frame More...
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::standardizeMaskImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg)
 wrapper function for Computes the z-score for each color plan and each frame using a mask More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::standardizeMaskImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::image::ImagePtr &pOutRealImg)
 wrapper function for Computes the z-score for each color plan and each frame using a mask More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< StandardizeImgLvl1 > ipsdk::imaproc::itrans::standardizeImg_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< StandardizeImgLvl1 > ipsdk::imaproc::itrans::standardizeImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImagePtr &pOutRealImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< StandardizeImgLvl1 > ipsdk::imaproc::itrans::standardizeMaskImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< StandardizeImgLvl1 > ipsdk::imaproc::itrans::standardizeMaskImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::image::ImagePtr &pOutRealImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< StandardizeImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Computes the z-score for each color plan and each frame.

Author
R. Abbal
Date
2017/01/24