![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for unsharp mask filtering of input 2d image. 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::unsharpMask2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inBlurWeight, const ipReal32 inStdDev) |
| wrapper function for unsharp mask filtering of input 2d image More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::unsharpMask2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inBlurWeight, const ipReal32 inStdDev, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage) |
| wrapper function for unsharp mask filtering of input 2d image More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::unsharpMask2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inBlurWeight, const ipReal32 inStdDev, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage, const image::ImagePtr &pOutImg) |
| wrapper function for unsharp mask filtering of input 2d image More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< UnsharpMask2dImgLvl1 > | ipsdk::imaproc::filter::unsharpMask2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inBlurWeight, const ipReal32 inStdDev) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< UnsharpMask2dImgLvl1 > | ipsdk::imaproc::filter::unsharpMask2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inBlurWeight, const ipReal32 inStdDev, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< UnsharpMask2dImgLvl1 > | ipsdk::imaproc::filter::unsharpMask2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inBlurWeight, const ipReal32 inStdDev, const attr::GaussianCoverageConstPtr &pInOptSmoothingGaussianCoverage, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< UnsharpMask2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for unsharp mask filtering of input 2d image.
1.8.14