←Select platform

Smooth Property

Summary

Gets or sets the size of the area to be used when smoothing the edges between localized blocks.

Syntax
C#
VB
Objective-C
C++
Java
public int Smooth { get; set; } 
Public Property Smooth As Integer 
@property (nonatomic, assign) NSUInteger smooth 
public int getSmooth() 
public void setSmooth(int value) 
public: 
property int Smooth { 
   int get(); 
   void set (    int ); 
} 

Property Value

Size of the area to be used when smoothing the edges between localized blocks. Possible values are between 0 and 7, but if Height is less than or equal to 7 then the maximum value for this item is Height - 1. If Smooth = 0 the edges will not be smoothed.

Example

Refer to LocalHistogramEqualizeCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly