IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZStackFocusPonderationImg.h
Go to the documentation of this file.
1 // ZStackFocusPonderationImg.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_ZSTACKFOCUSPONDERATIONIMG_H__
16 #define __IPSDKIPLFILTERING_ZSTACKFOCUSPONDERATIONIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class ZStackFocusPonderationImgLvl1;
26 
29 
38  const ipUInt32 inOptContrastRadius);
41  const ipUInt32 inOptContrastRadius,
42  const ipUInt32 inOptMeanSmoothingValue,
43  const ipReal32 inOptZoomFactor);
46  const image::ImagePtr& pOutImg);
49  const ipUInt32 inOptContrastRadius,
50  const image::ImagePtr& pOutImg);
53  const ipUInt32 inOptContrastRadius,
54  const ipUInt32 inOptMeanSmoothingValue,
55  const ipReal32 inOptZoomFactor,
56  const image::ImagePtr& pOutImg);
58 
61 IPSDKIPLFILTERING_API boost::shared_ptr<ZStackFocusPonderationImgLvl1>
63 IPSDKIPLFILTERING_API boost::shared_ptr<ZStackFocusPonderationImgLvl1>
65  const ipUInt32 inOptContrastRadius);
66 IPSDKIPLFILTERING_API boost::shared_ptr<ZStackFocusPonderationImgLvl1>
68  const ipUInt32 inOptContrastRadius,
69  const ipUInt32 inOptMeanSmoothingValue,
70  const ipReal32 inOptZoomFactor);
71 IPSDKIPLFILTERING_API boost::shared_ptr<ZStackFocusPonderationImgLvl1>
73  const image::ImagePtr& pOutImg);
74 IPSDKIPLFILTERING_API boost::shared_ptr<ZStackFocusPonderationImgLvl1>
76  const ipUInt32 inOptContrastRadius,
77  const image::ImagePtr& pOutImg);
78 IPSDKIPLFILTERING_API boost::shared_ptr<ZStackFocusPonderationImgLvl1>
80  const ipUInt32 inOptContrastRadius,
81  const ipUInt32 inOptMeanSmoothingValue,
82  const ipReal32 inOptZoomFactor,
83  const image::ImagePtr& pOutImg);
85 
89 getAsyncProcessorOutput(boost::shared_ptr<ZStackFocusPonderationImgLvl1> pProcessor);
91 
94 
95 } // end of namespace filter
96 } // end of namespace imaproc
97 } // end of namespace ipsdk
98 
99 #endif // __IPSDKIPLFILTERING_ZSTACKFOCUSPONDERATIONIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< ZStackFocusPonderationImgLvl1 > zStackFocusPonderationImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFILTERING_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AnisotropicDiffusion2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
IPSDKIPLFILTERING_API image::ImagePtr zStackFocusPonderationImg(const image::ImageConstPtr &pInImg)
wrapper function for function computing a contrasted image by ponderation along the Z axis ...
Definition of import/export macro for library.
float ipReal32
uint32_t ipUInt32