Class VLMotionDetect.TVLMotions
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
Inherits: TInterfacedObject
Contents |
Syntax
Delphi:
type TVLMotions = class( TInterfacedObject )
C++ Builder:
class TVLMotions : public TInterfacedObject
Visual C++ (MFC):
class CTVLMotions : public CLPComponent
C# (.NET):
public ref class TVLMotions : Vcl.VclProperty
Summary
Contains the detected motion grid data.
Description
Defines class that contains the detected motion grid data.
Properties
Public
- MaxValue - Returns the value of the maximal motion.
- MaxCell - Returns the position of the maximum motion.
- Cols - Returns the number of grid columns.
- Rows - Returns the number of grid rows.
- Levels - Allows access to the motion trigger levels of individual cell.
- Items - Allows access to the detected motion in individual cell.