←Select platform

EdgeHeight Property

Summary

Gets or sets the EdgeHeight value.

Syntax
C#
VB
C++
public float EdgeHeight { get; set; } 
Public Property EdgeHeight As Single 
public: 
property float EdgeHeight { 
   float get(); 
   void set (    float ); 
} 

Property Value

Maximum edge size. All edge values below this value will be included in the operation of the filter.

Example

Refer to AnisotropicDiffusionCommand.

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