←Select platform

PreDefinedFilterCommand Constructor(double,double,PreDefinedFilterType)

Summary

Initializes a new WienerFilterCommand class object with the given values.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal FirstParameter As double _, 
   ByVal SecondParameter As double _, 
   ByVal Type As Core _ 
) 

Parameters

FirstParameter

The first parameter of the filter. The meaning of this parameter is based on the value of the Type property.

SecondParameter

The second parameter of the filter. The meaning of this parameter is based on the value of the Type property.

Type

A value from the PreDefinedFilterType enumeration which specifies the type of filter.

Remarks
  • If the Type is GAUSSIAN, then the first and second parameters are the Size and Sigma of the filter.
  • If the Type is MOTION, then the first and the second parameters are the Length and Angle of the filter.

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