IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SigmoidNormalizeImg.h
Go to the documentation of this file.
1 // SigmoidNormalizeImg.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMG_H__
16 #define __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMG_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace itrans {
25 
26 class SigmoidNormalizeImgLvl1;
27 
30 
37  const ipsdk::ipReal64 alpha,
38  const ipsdk::ipReal64 beta,
39  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
42  const ipsdk::ipReal64 alpha,
43  const ipsdk::ipReal64 beta,
44  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
45  const ipsdk::image::ImagePtr& pOutImg);
47 
50 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<SigmoidNormalizeImgLvl1>
52  const ipsdk::ipReal64 alpha,
53  const ipsdk::ipReal64 beta,
54  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
55 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<SigmoidNormalizeImgLvl1>
57  const ipsdk::ipReal64 alpha,
58  const ipsdk::ipReal64 beta,
59  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
60  const ipsdk::image::ImagePtr& pOutImg);
62 
66 getAsyncProcessorOutput(boost::shared_ptr<SigmoidNormalizeImgLvl1> pProcessor);
67 
70 
71 } // end of namespace itrans
72 } // end of namespace imaproc
73 } // end of namespace ipsdk
74 
75 #endif // __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
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