The AForge.Vision.Motion namespace contains interfaces and classes used for motion detection and processing in video streams.

Classes

  ClassDescription
BlobCountingObjectsProcessing
Motion processing algorithm, which counts separate moving objects and highlights them.
CustomFrameDifferenceDetector
Motion detector based on difference with predefined background frame.
GridMotionAreaProcessing
Motion processing algorithm, which performs grid processing of motion frame.
MotionAreaHighlighting
Motion processing algorithm, which highlights motion areas.
MotionBorderHighlighting
Motion processing algorithm, which highlights border of motion areas.
MotionDetector
Motion detection wrapper class, which performs motion detection and processing.
SimpleBackgroundModelingDetector
Motion detector based on simple background modeling.
TwoFramesDifferenceDetector
Motion detector based on two continues frames difference.

Interfaces

  InterfaceDescription
IMotionDetector
Interface of motion detector algorithm.
IMotionProcessing
Interface of motion processing algorithm.