Visual Basic (Declaration) | |
---|---|
Public Class AutoBinaryCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class AutoBinaryCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class AutoBinaryCommand : public RasterCommand, IRasterCommand |
Run the AutoBinaryCommand on an image and apply automatic binary segmentation on it.
Visual Basic | Copy Code |
---|---|
Public Sub AutoBinaryCommandExample() |
C# | Copy Code |
---|---|
public void AutoBinaryCommandExample() |
The image is transformed into a binary image using a threshold calculated automatically based on statistical features of the image. Best results are obtained with grayscale images. This command supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits. If the image has a region, the effect will be applied on the region only. This command does not support signed data images. This command does not support 32-bit grayscale images.
Automatic pre-processing Pre-processing to include background elimination Pre-processing to include color leveling To perform automatic, percentile or median thresholding To manually specify a threshold value
For more information, refer to Removing Noise.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Color.AutoBinaryCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
AutoBinaryCommand MembersLeadtools.ImageProcessing.Color Namespace
Introduction to Image Processing With LEADTOOLS
Removing Noise
SharpenCommand
PosterizeCommand Class
MosaicCommand
EmbossCommand
AverageCommand
MedianCommand
AddNoiseCommand
IntensityDetectCommand Class
SpatialFilterCommand
MaximumCommand
MinimumCommand
OilifyCommand
SolarizeCommand Class
WindowLevelCommand
BinaryFilterCommand
ColorLevelCommand Class
BinaryFilterCommand
BricksTextureCommand
DeskewCommand
DeskewExtendedCommand
DiffuseGlowCommand
GlowCommand
HalfTonePatternCommand
HighPassCommand
MaskConvolutionCommand
PerspectiveCommand
PlasmaCommand
PointillistCommand
FragmentCommand
UnsharpMaskCommand