Click or drag to resize

CreateMaskAllFramesCommand Class

Creates mask of objects on all frames.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsMeasurementsCommandCreateImage
                MediaCy.Addins.MeasurementsCreateMaskAllFramesCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class CreateMaskAllFramesCommand
	Inherits MeasurementsCommandCreateImage
Constructors
  NameDescription
Public methodCreateMaskAllFramesCommand
Initializes a new instance of the CreateMaskAllFramesCommand class
Public methodCreateMaskAllFramesCommand(McCommand)
Initializes a new instance of the CreateMaskAllFramesCommand class
Top
Remarks
It executes Count on all frames and creates a sequence of segmented objects.
See Also