Click or drag to resize

MotionDetectioneMethod Enumeration

Motion detection methods

Namespace:  MediaCy.Commands.Sequence
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration eMethod
Members
  Member nameValueDescription
GlobalAverage0 Subtract average of all frames
RunningAverage1 Subtract running average of neighboring frames
RunningMedian2 Subtract running median pixel value of neighboring frames
Remarks