IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StandardizeImg.h
Go to the documentation of this file.
1 // StandardizeImg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_STANDARDIZEIMG_H__
16 #define __IPSDKIPLINTENSITYTRANSFORM_STANDARDIZEIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace itrans {
24 
25 class StandardizeImgLvl1;
26 
29 
36 
37 
40  const ipsdk::image::ImagePtr& pOutRealImg);
42 
49  const ipsdk::image::ImageConstPtr& pInOptMaskImg);
50 
53  const ipsdk::image::ImageConstPtr& pInOptMaskImg,
54  const ipsdk::image::ImagePtr& pOutRealImg);
56 
59 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<StandardizeImgLvl1>
61 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<StandardizeImgLvl1>
63  const ipsdk::image::ImagePtr& pOutRealImg);
64 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<StandardizeImgLvl1>
66  const ipsdk::image::ImageConstPtr& pInOptMaskImg);
67 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<StandardizeImgLvl1>
69  const ipsdk::image::ImageConstPtr& pInOptMaskImg,
70  const ipsdk::image::ImagePtr& pOutRealImg);
72 
76 getAsyncProcessorOutput(boost::shared_ptr<StandardizeImgLvl1> pProcessor);
78 
81 
82 } // end of namespace itrans
83 } // end of namespace imaproc
84 } // end of namespace ipsdk
85 
86 #endif // __IPSDKIPLINTENSITYTRANSFORM_STANDARDIZEIMG_H__
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr standardizeImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Computes the z-score for each color plan and each frame
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< StandardizeImgLvl1 > standardizeImg_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< StandardizeImgLvl1 > standardizeMaskImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg)
asynchronous wrappers
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLINTENSITYTRANSFORM_API
Import/Export macro for library IPSDKIPLIntensityTransform.
Definition: IPSDKIPLIntensityTransformExports.h:25
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr 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 ...