←Select platform

SecondParameter Property

Summary

The second parameter of the filter.

Syntax
C#
Objective-C
C++/CLI
Python
public double SecondParameter {get; set;} 
@property (nonatomic, assign) double secondParameter; 
public:  
   property double SecondParameter 
   { 
      double get() 
      void set(double value) 
   } 
SecondParameter # get and set (PreDefinedFilterCommand) 

Property Value

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

Remarks
  • If the type is GAUSSIAN, then the second parameter is the Sigma of the filter.
  • If the type is MOTION, then the second parameter is the Angle of the filter.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.