IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SmartShadingCorrectionImg.h
Go to the documentation of this file.
1 // SmartShadingCorrectionImg.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMG_H__
16 #define __IPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMG_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace itrans {
25 
26 class SmartShadingCorrectionImgLvl1;
27 
30 
35 IPSDKIPLINTENSITYTRANSFORM_API SmartShadingCorrectionResult
37  const image::ImageConstPtr& pWhiteImg,
38  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
39 IPSDKIPLINTENSITYTRANSFORM_API SmartShadingCorrectionInfo
41  const image::ImageConstPtr& pWhiteImg,
42  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
43  const image::ImagePtr& pOutImg);
44 IPSDKIPLINTENSITYTRANSFORM_API SmartShadingCorrectionResult
46  const image::ImageConstPtr& pBlackImg,
47  const image::ImageConstPtr& pWhiteImg,
48  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
49 IPSDKIPLINTENSITYTRANSFORM_API SmartShadingCorrectionInfo
51  const image::ImageConstPtr& pBlackImg,
52  const image::ImageConstPtr& pWhiteImg,
53  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
54  const image::ImagePtr& pOutImg);
56 
59 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<SmartShadingCorrectionImgLvl1>
61  const image::ImageConstPtr& pWhiteImg,
62  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
63 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<SmartShadingCorrectionImgLvl1>
65  const image::ImageConstPtr& pWhiteImg,
66  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
67  const image::ImagePtr& pOutImg);
68 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<SmartShadingCorrectionImgLvl1>
70  const image::ImageConstPtr& pBlackImg,
71  const image::ImageConstPtr& pWhiteImg,
72  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
73 IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr<SmartShadingCorrectionImgLvl1>
75  const image::ImageConstPtr& pBlackImg,
76  const image::ImageConstPtr& pWhiteImg,
77  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
78  const image::ImagePtr& pOutImg);
80 
83 IPSDKIPLINTENSITYTRANSFORM_API SmartShadingCorrectionResult
84 getAsyncProcessorOutput(boost::shared_ptr<SmartShadingCorrectionImgLvl1> pProcessor);
86 
89 
90 } // end of namespace itrans
91 } // end of namespace imaproc
92 } // end of namespace ipsdk
93 
94 #endif // __IPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
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< SmartShadingCorrectionImgLvl1 > smartShadingCorrectionImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
asynchronous wrappers
Predefined types for SmartShadingCorrectionImg management.
IPSDKIPLINTENSITYTRANSFORM_API SmartShadingCorrectionResult smartShadingCorrectionImg(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
wrapper function for applies a shading correction to an image, so that output image intensity fits an...