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

Smooth Property






Gets or sets the size of the area to be used when smoothing the edges between localized blocks. .NET support WinRT support Silverlight support
Syntax
public int Smooth {get; set;}
'Declaration
 
Public Property Smooth As Integer
'Usage
 
Dim instance As LocalHistogramEqualizeCommand
Dim value As Integer
 
instance.Smooth = value
 
value = instance.Smooth
public int Smooth {get; set;}
 get_Smooth();
set_Smooth(value);
public:
property int Smooth {
   int get();
   void set (    int value);
}

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: 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

LocalHistogramEqualizeCommand Class
LocalHistogramEqualizeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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