Click or drag to resize

Mask Class

Creates a mask of the Input object using the threshold parameters.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsImageOperatorCommandObject, McImage
            MediaCy.Commands.ImageMask

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Mask
	Inherits ImageOperatorCommand(Of Object, McImage)

The Mask type exposes the following members.

Constructors
  NameDescription
Public methodMask
Initializes a new instance of the Mask class
Public methodMask(String)
Initializes a new instance of the Mask class
Public methodMask(McCommand)
Initializes a new instance of the Mask class
Top
Properties
  NameDescription
Public propertyThresholdMode
Defines how to calculate the threshold values.
Top
Remarks