15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMG_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h> 26 class SigmoidNormalizeImgLvl1;
75 #endif // __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr 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
boost::shared_ptr< const ipsdk::imaproc::attr::Range > RangeConstPtr
shared pointer to const ipsdk::imaproc::attr::Range
Definition: Range.h:157
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 boost::shared_ptr< SigmoidNormalizeImgLvl1 > sigmoidNormalizeImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 alpha, const ipsdk::ipReal64 beta, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
asynchronous wrappers