IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RichardsonLucyDeblur2dImg.h
Go to the documentation of this file.
1 // RichardsonLucyDeblur2dImg.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_RICHARDSONLUCYDEBLUR2DIMG_H__
16 #define __IPSDKIPLFILTERING_RICHARDSONLUCYDEBLUR2DIMG_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace filter {
25 
26 class RichardsonLucyDeblur2dImgLvl1;
27 
30 
37  const ipUInt32 inNbIter,
38  const ipReal32 inStdDev);
41  const ipUInt32 inNbIter,
42  const ipReal32 inStdDevX,
43  const ipReal32 inStdDevY,
44  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage);
47  const ipUInt32 inNbIter,
48  const ipReal32 inStdDevX,
49  const ipReal32 inStdDevY,
50  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage,
51  const image::ImagePtr& pOutImg);
53 
56 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeblur2dImgLvl1>
58  const ipUInt32 inNbIter,
59  const ipReal32 inStdDev);
60 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeblur2dImgLvl1>
62  const ipUInt32 inNbIter,
63  const ipReal32 inStdDevX,
64  const ipReal32 inStdDevY,
65  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage);
66 IPSDKIPLFILTERING_API boost::shared_ptr<RichardsonLucyDeblur2dImgLvl1>
68  const ipUInt32 inNbIter,
69  const ipReal32 inStdDevX,
70  const ipReal32 inStdDevY,
71  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage,
72  const image::ImagePtr& pOutImg);
74 
78 getAsyncProcessorOutput(boost::shared_ptr<RichardsonLucyDeblur2dImgLvl1> pProcessor);
80 
83 
84 } // end of namespace filter
85 } // end of namespace imaproc
86 } // end of namespace ipsdk
87 
88 #endif // __IPSDKIPLFILTERING_RICHARDSONLUCYDEBLUR2DIMG_H__
IPSDKIPLFILTERING_API boost::shared_ptr< RichardsonLucyDeblur2dImgLvl1 > richardsonLucyDeblur2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inNbIter, const ipReal32 inStdDev)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API image::ImagePtr richardsonLucyDeblur2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inNbIter, const ipReal32 inStdDev)
wrapper function for 2d image deblur algorithm using Laplacian kernels based on the Richardson-Lucy a...
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
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
Definition of import/export macro for library.
float ipReal32
uint32_t ipUInt32