IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
LaplacianDoGDeblur2dImg.h File Reference

Wrapper functions for 2d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation. More...

#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::filter
 Namespace aggregating filtering operations on images.
 

Functions

IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::laplacianDoGDeblur2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev)
 wrapper function for 2d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::laplacianDoGDeblur2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 inOptStdDevFactor, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage)
 wrapper function for 2d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::laplacianDoGDeblur2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 inOptStdDevFactor, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage, const image::ImagePtr &pOutImg)
 wrapper function for 2d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< LaplacianDoGDeblur2dImgLvl1 > ipsdk::imaproc::filter::laplacianDoGDeblur2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< LaplacianDoGDeblur2dImgLvl1 > ipsdk::imaproc::filter::laplacianDoGDeblur2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 inOptStdDevFactor, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< LaplacianDoGDeblur2dImgLvl1 > ipsdk::imaproc::filter::laplacianDoGDeblur2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 inOptStdDevFactor, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< LaplacianDoGDeblur2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for 2d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation.

Author
R. Abbal
Date
2015/04/27