Enum VLMotionDetect.TVLMotionCountMode
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLMotionDetect
Contents |
Syntax
Delphi:
type TVLMotionCountMode = (cmProportional, cmAbsolute);
C++ Builder:
enum TVLMotionCountMode {cmProportional, cmAbsolute};
Visual C++ (MFC):
enum CTVLMotionCountMode {cmProportional, cmAbsolute};
Summary
Available count mode for the motion detection.
Description
Defines the available count mode for the motion detection.
Values
cmProportional | Proportional motion count mode. |
cmAbsolute | Absolute motion count mode. |