LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

EdgeHeight Property






Gets or sets the EdgeHeight value. .NET support WinRT support
Syntax
public float EdgeHeight {get; set;}
'Declaration
 
Public Property EdgeHeight As Single
'Usage
 
Dim instance As AnisotropicDiffusionCommand
Dim value As Single
 
instance.EdgeHeight = value
 
value = instance.EdgeHeight
public float EdgeHeight {get; set;}
 get_EdgeHeight();
set_EdgeHeight(value);
public:
property float EdgeHeight {
   float get();
   void set (    float value);
}

Property Value

Max edge size which all edge values bellow will be included in the operation of the filter.
Example
Refer to AnisotropicDiffusionCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.