#include "Ltimgcor.h"
L_LTIMGCOR_API L_INT L_BitmapAdaptiveWienerFilter(pBitmap, nWindowSize, dNoiseVariance, uFlags)
Applies the Adaptive Wiener filter to the image.
Pointer to the bitmap handle referencing the bitmap to which the Adaptive Wiener filter will be applied.
The size of the filter, in pixels. This describes the number of pixels on each side of the pixel of interest. Should be greater than 1.
Variance of the noise.
Reserved for future use.
Value | Meaning |
---|---|
SUCCESS | |
< 1 | An error occurred. Refer to Return Codes. |
Use the L_BitmapAdaptiveWienerFilter to remove noise from images. Use the L_BitmapWienerFilter to de-blur an image.
L_BitmapAdaptiveWienerFilter only supports 8 bits.
This function does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this function.
Required DLLs and Libraries
Win32, x64, Linux.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document