←Select platform

EdgeLevels Property

Summary
Gets or sets the number of levels that will be used for edge enhancement.
Syntax
C#
VB
Objective-C
C++
Java
public int EdgeLevels { get; set; } 
Public Property EdgeLevels As Integer 
@property (nonatomic, assign) NSUInteger edgeLevels 
public int getEdgeLevels() 
public void setEdgeLevels(int value) 
public: 
property int EdgeLevels { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of levels that will be used for edge enhancement. Valid values are from 1 to the maximum number of levels of the image. -1 will use the default number of levels (which is 3). This option will take effect only if MultiscaleEnhancementCommandFlags.EdgeEnhancement is set in the Flags property. Passing zero will return an error code.

Example

Refer to MultiscaleEnhancementCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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