IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RichardsonLucyDeconvolution2dImg.h
Go to the documentation of this file.
1 // RichardsonLucyDeconvolution2dImg.h:
3 // -----------------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_RICHARDSONLUCYDECONVOLUTION2DIMG_H__
16 #define __IPSDKIPLFILTERING_RICHARDSONLUCYDECONVOLUTION2DIMG_H__
17 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace filter {
26 
27 class RichardsonLucyDeconvolution2dImgLvl1;
28 
31 
38  const KernelXYConstPtr& pInKnlXY,
39  const ipUInt32 nbIter);
42  const KernelXYConstPtr& pInKnlXY,
43  const ipUInt32 nbIter,
44  const ipBool bStaturateImg);
47  const KernelXYConstPtr& pInKnlXY,
48  const ipUInt32 nbIter,
49  const ipReal32 epsilonValue);
52  const KernelXYConstPtr& pInKnlXY,
53  const ipUInt32 nbIter,
54  const ipReal32 epsilonValue,
55  const ipBool bStaturateImg);
58  const KernelXYConstPtr& pInKnlXY,
59  const ipUInt32 nbIter,
60  const image::ImagePtr& pOutRealImg);
63  const KernelXYConstPtr& pInKnlXY,
64  const ipUInt32 nbIter,
65  const ipBool bStaturateImg,
66  const image::ImagePtr& pOutRealImg);
69  const KernelXYConstPtr& pInKnlXY,
70  const ipUInt32 nbIter,
71  const ipReal32 epsilonValue,
72  const image::ImagePtr& pOutRealImg);
75  const KernelXYConstPtr& pInKnlXY,
76  const ipUInt32 nbIter,
77  const ipReal32 epsilonValue,
78  const ipBool bStaturateImg,
79  const image::ImagePtr& pOutRealImg);
81 
84 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
86  const KernelXYConstPtr& pInKnlXY,
87  const ipUInt32 nbIter);
88 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
90  const KernelXYConstPtr& pInKnlXY,
91  const ipUInt32 nbIter,
92  const ipBool bStaturateImg);
93 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
95  const KernelXYConstPtr& pInKnlXY,
96  const ipUInt32 nbIter,
97  const ipReal32 epsilonValue);
98 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
100  const KernelXYConstPtr& pInKnlXY,
101  const ipUInt32 nbIter,
102  const ipReal32 epsilonValue,
103  const ipBool bStaturateImg);
104 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
106  const KernelXYConstPtr& pInKnlXY,
107  const ipUInt32 nbIter,
108  const image::ImagePtr& pOutRealImg);
109 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
111  const KernelXYConstPtr& pInKnlXY,
112  const ipUInt32 nbIter,
113  const ipBool bStaturateImg,
114  const image::ImagePtr& pOutRealImg);
115 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
117  const KernelXYConstPtr& pInKnlXY,
118  const ipUInt32 nbIter,
119  const ipReal32 epsilonValue,
120  const image::ImagePtr& pOutRealImg);
121 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1>
123  const KernelXYConstPtr& pInKnlXY,
124  const ipUInt32 nbIter,
125  const ipReal32 epsilonValue,
126  const ipBool bStaturateImg,
127  const image::ImagePtr& pOutRealImg);
129 
133 getAsyncProcessorOutput(boost::shared_ptr<RichardsonLucyDeconvolution2dImgLvl1> pProcessor);
135 
138 
139 } // end of namespace filter
140 } // end of namespace imaproc
141 } // end of namespace ipsdk
142 
143 #endif // __IPSDKIPLFILTERING_RICHARDSONLUCYDECONVOLUTION2DIMG_H__
IPSDKIPLFILTERING_API boost::shared_ptr< RichardsonLucyDeconvolution2dImgLvl1 > richardsonLucyDeconvolution2dImg_async(const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter)
asynchronous wrappers
IPSDKIPLFILTERING_API image::ImagePtr richardsonLucyDeconvolution2dImg(const image::ImageConstPtr &pInRealImg, const KernelXYConstPtr &pInKnlXY, const ipUInt32 nbIter)
wrapper function for Richardson-Lucy deconvolution algorithm
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const BaseImage > ImageConstPtr
bool ipBool
boost::shared_ptr< const KernelXY > KernelXYConstPtr
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
Definition of import/export macro for library.
float ipReal32
uint32_t ipUInt32