15 #ifndef __IPSDKIPLFILTERING_RICHARDSONLUCYDEBLUR3DIMG_H__ 16 #define __IPSDKIPLFILTERING_RICHARDSONLUCYDEBLUR3DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h> 26 class RichardsonLucyDeblur3dImgLvl1;
92 #endif // __IPSDKIPLFILTERING_RICHARDSONLUCYDEBLUR3DIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
IPSDKIPLFILTERING_API image::ImagePtr richardsonLucyDeblur3dImg(const image::ImageConstPtr &pInImg3d, const ipUInt32 inNbIter, const ipReal32 inStdDev)
wrapper function for 3d image deblur algorithm using Laplacian kernels based on the Richardson-Lucy a...
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 boost::shared_ptr< RichardsonLucyDeblur3dImgLvl1 > richardsonLucyDeblur3dImg_async(const image::ImageConstPtr &pInImg3d, const ipUInt32 inNbIter, const ipReal32 inStdDev)
asynchronous wrappers
Definition of import/export macro for library.