Click or drag to resize

Normalize Class

Normalizes illumination on all frames of the sequence taking the active frame as reference.
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.SequenceNormalize

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

The Normalize type exposes the following members.

Constructors
  NameDescription
Public methodNormalize
Initializes a new instance of the Normalize class
Top
Properties
  NameDescription
Public propertyNormalizeByGainOffset
Normalize illumination by Gain and Offset, when the option is off, only normalization by Gain is used. When the option is On the Gain is calculated based on standard deviation of the intensity, when off - from the Mean value of histogram.
Top
Remarks
The frames intensity is normalized by Mean intensity within ROIs.
See Also