VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / ImageSegmentationCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ImageSegmentationCommand Class
    In This Topic
    Detects image regions on a color document image.
    Object Model
    ProcessingCommandResults ImageSegmentationCommand
    Syntax
    'Declaration
    
    Public Class ImageSegmentationCommand
       Inherits Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    public class ImageSegmentationCommand : Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    public __gc class ImageSegmentationCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase*
    
    
    public ref class ImageSegmentationCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also