![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Smoothes the input image replacing aberrant values by the neighbourhood's mean intensity. More...
#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>#include <IPSDKImage/Image/ImageTypes.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::despeckleFilter2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inFactor) |
| wrapper function for Smoothes the input image replacing aberrant values by the neighbourhood's mean intensity More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::despeckleFilter2dImg (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inFactor, const image::ImagePtr &pOutRealImg) |
| wrapper function for Smoothes the input image replacing aberrant values by the neighbourhood's mean intensity More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DespeckleFilter2dImgLvl1 > | ipsdk::imaproc::filter::despeckleFilter2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inFactor) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DespeckleFilter2dImgLvl1 > | ipsdk::imaproc::filter::despeckleFilter2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inFactor, const image::ImagePtr &pOutRealImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< DespeckleFilter2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Smoothes the input image replacing aberrant values by the neighbourhood's mean intensity.
1.8.14