Click or drag to resize

Average Class

Calculates the average of all 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.SequenceAverage

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

The Average type exposes the following members.

Constructors
  NameDescription
Public methodAverage
Initializes a new instance of the Average class
Top
Remarks
Can't be split because of rounding errors.
See Also