15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_STANDARDIZEIMG_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_STANDARDIZEIMG_H__ 25 class StandardizeImgLvl1;
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 ...