Click or drag to resize

Difference Class

Calculates the difference between neighboring frames in the sequence.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsImageOperatorCommandObject, Object
            MediaCy.CommandsSplittableImageOperatorCommandObject, Object
              MediaCy.Commands.SequenceSequenceCommand
                MediaCy.Commands.SequenceDifference

Namespace:  MediaCy.Commands.Sequence
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Difference
	Inherits SequenceCommand

The Difference type exposes the following members.

Constructors
  NameDescription
Public methodDifference
Initializes a new instance of the Difference class
Top
Properties
  NameDescription
Public propertyDiffOptions
Defines how difference is calculated
Top
Remarks