LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

EdgeHeight Property

Show in webframe







Gets or sets the EdgeHeight value.
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);
Object.defineProperty('EdgeHeight');
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

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.