Click or drag to resize

SequenceCommands Class

Provides a set of sequence related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.ProcessSequenceCommands

Namespace:  MediaCy.Automation.Process
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class SequenceCommands

The SequenceCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAverage
Calculates the average of all frames in the sequence.
Public propertyStatic memberDifference
Calculates the difference between neighboring frames in the sequence.
Public propertyStatic memberFlip3D
Rotates 3D volume to other axis.
Public propertyStatic memberFlipZY
Rotates 3D volume to other axis.
Public propertyStatic memberMaximum
Calculates the maximum intensity projection of all frames in the sequence.
Public propertyStatic memberMergeFrames
Merges frames from all selected images to a new sequence.
Public propertyStatic memberMinimum
Calculates the minimum intensity projection of all frales in the sequence.
Public propertyStatic memberMotionDetection
Detects the moving objects in the sequence.
Public propertyStatic memberNormalize
Normalizes illumination on all frames of the sequence taking the active frame as reference.
Public propertyStatic memberSubsample
Sub-samples/super-samples the sequence.
Public propertyStatic memberSum
Calculates the sum of all frames in the sequence.
Top
See Also