Visual Basic (Declaration) | |
---|---|
Public Class SegmentCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class SegmentCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class SegmentCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class SegmentCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.SpecialEffects.SegmentCommand |
C# | Copy Code |
---|---|
ImageProcessing.SpecialEffects.SegmentCommand |
This command divides the images into segments according to its pixel values . The segment shapes will be arbitrary. Adjacent pixels with approximately the same values are put together into homogenous segments. The command may be performed on the RGB and YUV color spaces. 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. This command does not support signed data images. This command does not support 32-bit grayscale images.
For more information, refer to Applying Artistic Effects.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Color.SegmentCommand
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
SegmentCommand MembersLeadtools.ImageProcessing.Color Namespace
Processing an Image
Applying Artistic Effects
ChangeIntensityCommand Class
GammaCorrectCommand Class
ChangeContrastCommand Class
HistogramContrastCommand Class
StretchIntensityCommand Class
RemapIntensityCommand Class
InvertCommand Class
ChangeHueCommand Class
ChangeSaturationCommand Class
FillCommand
HistogramCommand Class
SharpenCommand
MosaicCommand
EmbossCommand
MedianCommand
AddNoiseCommand
IntensityDetectCommand Class
SpatialFilterCommand
BinaryFilterCommand
MaximumCommand
MinimumCommand
OilifyCommand
SolarizeCommand Class
WindowLevelCommand
PosterizeCommand Class
ChangeHueSaturationIntensityCommand Class
ColorReplaceCommand Class
ColorThresholdCommand Class
DiscreteFourierTransformCommand
DirectionEdgeStatisticalCommand
FastFourierTransformCommand
FrequencyFilterCommand
FrequencyFilterMaskCommand
GetRegionPerimeterLength
MathematicalFunctionCommand Class
RevEffectCommand
SubtractBackgroundCommand
UserFilterCommand
HighPassCommand
BricksTextureCommand
CanvasCommand
CloudsCommand
ColoredBallsCommand
DiffuseGlowCommand
DisplacementCommand
FragmentCommand
HalfTonePatternCommand
MaskConvolutionCommand
MosaicTilesCommand
OffsetCommand
PerspectiveCommand
PlasmaCommand
PointillistCommand
RomanMosaicCommand
VignnetCommand
ZigZagCommand