←Select platform

WienerFilterCommand Class

Summary

Applies the Wiener filter to deblur the image.

Syntax
C#
VB
C++
public class WienerFilterCommand : RasterCommand 
Public Class WienerFilterCommand  
   Inherits RasterCommand 
   Implements RasterCommand, System.IDisposable  
public: 
   ref class WienerFilterCommand : RasterCommand 

Remarks
  • The Wiener filter can be useful when the point spread function (PSF) and added noise are either known or can be estimated.
  • Use the Run method to apply the Wiener filter on the distorted image.
  • This command supports 24-bit color images and 8-bit grayscale images.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly