Click or drag to resize
Accord.NET (logo)

IMotionDetectorMotionFrame Property

Motion frame containing detected areas of motion.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
UnmanagedImage MotionFrame { get; }
Request Example View Source

Property Value

Type: UnmanagedImage
Remarks

Motion frame is a grayscale image, which shows areas of detected motion. All black pixels in the motion frame correspond to areas, where no motion is detected. But white pixels correspond to areas, where motion is detected.

See Also