Visual Basic (Declaration) | |
---|---|
Public Class SkeletonCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class SkeletonCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class SkeletonCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class SkeletonCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Effects.SkeletonCommand |
C# | Copy Code |
---|---|
ImageProcessing.Effects.SkeletonCommand |
This command finds the skeleton of regions or objects in a binary image. The white color represents the objects and the black color represents the background. If the image is not a 1-bit image, the Threshold will be used to transform the image into a binary image before finding the skeleton. If the image has a region, this command works only on the region. 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 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Effects.SkeletonCommand
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
SkeletonCommand MembersLeadtools.ImageProcessing.Effects Namespace
Detecting and Enhancing Edges and Lines
CombineCommand Class
IntensityDetectCommand
SharpenCommand Class
SpatialFilterCommand Class
EdgeDetectorCommand Class
GlowCommand
DiffuseGlowCommand
HighPassCommand Class
MaskConvolutionCommand Class