Visual Basic (Declaration) | |
---|---|
Public Class AutoSegmentCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class AutoSegmentCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class AutoSegmentCommand : public RasterCommand, IRasterCommand |
Runs the AutoSegmentCommand on the Image.
Visual Basic | Copy Code |
---|---|
Public Sub AutoSegmentCommandExamples() |
C# | Copy Code |
---|---|
public void AutoSegmentCommandExample() |
The result is applied to the image as a region. This function was designed specifically for CT/MRI images, to segment regions of cancer clusters.
Use MakeRegionEmpty to delete the resulting region. The Rectangle must not exceed the borders of the image or the function will return an ERROR_INVALID_PARAMETER error and will not execute. This function is available only in the Document/Medical toolkits. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.AutoSegmentCommand
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
AutoSegmentCommand MembersLeadtools.ImageProcessing.Core Namespace
ChangeIntensityCommand
GammaCorrectCommand
ChangeContrastCommand
StretchIntensityCommand
RemapIntensityCommand
ChangeHueCommand
ChangeSaturationCommand
HistogramEqualizeCommand
HistogramContrastCommand
ColorLevelCommand
GaussianCommand
RegionHolesRemovalCommand