Click or drag to resize

CreateMaskCommand Class

Creates segmentation mask image, base command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Addins.LearningSegmentationSmartSegmentationCommand
            MediaCy.Addins.LearningSegmentationSmartSegmentationCommandCreateImage
              MediaCy.Addins.LearningSegmentationCreateMaskCommand

Namespace:  MediaCy.Addins.LearningSegmentation
Assembly:  MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
Syntax
VB
Public Class CreateMaskCommand
	Inherits SmartSegmentationCommandCreateImage

The CreateMaskCommand type exposes the following members.

Constructors
  NameDescription
Public methodCreateMaskCommand
Initializes a new instance of the CreateMaskCommand class
Public methodCreateMaskCommand(McCommand)
Initializes a new instance of the CreateMaskCommand class
Top
Properties
  NameDescription
Public propertyBinary
Defines whether the mask will be binary (0-255) and include all classes or multi-class pseudo-colored.
Top
Methods
  NameDescription
Public methodCreateMaskSequence
Top
Remarks