![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for 3d 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::laplacianDoGDeblur3dImg (const image::ImageConstPtr &pInImg3d, const ipReal32 inStdDev) |
| wrapper function for 3d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::laplacianDoGDeblur3dImg (const image::ImageConstPtr &pInImg3d, const ipReal32 inStdDev, const ipReal32 inOptStdDevFactor, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage) |
| wrapper function for 3d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::laplacianDoGDeblur3dImg (const image::ImageConstPtr &pInImg3d, const ipReal32 inStdDev, const ipReal32 inOptStdDevFactor, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage, const image::ImagePtr &pOutImg) |
| wrapper function for 3d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< LaplacianDoGDeblur3dImgLvl1 > | ipsdk::imaproc::filter::laplacianDoGDeblur3dImg_async (const image::ImageConstPtr &pInImg3d, const ipReal32 inStdDev) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< LaplacianDoGDeblur3dImgLvl1 > | ipsdk::imaproc::filter::laplacianDoGDeblur3dImg_async (const image::ImageConstPtr &pInImg3d, const ipReal32 inStdDev, const ipReal32 inOptStdDevFactor, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< LaplacianDoGDeblur3dImgLvl1 > | ipsdk::imaproc::filter::laplacianDoGDeblur3dImg_async (const image::ImageConstPtr &pInImg3d, 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< LaplacianDoGDeblur3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for 3d image deblur algorithm using Laplacian kernels based on a difference of Gaussian approximation.
1.8.14