Enum MotionDetectorType
Motion detector type.
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public enum MotionDetectorType
  Fields
| Name | Description | 
|---|---|
| CustomFrameDifference | Motion detector based on the difference with the predefined background frame.  | 
      
| SimpleBackgroundModeling | Motion detector based on simple background modeling.  | 
      
| TwoFramesDifference | Motion detector based on two continuous frames difference.  |