Class VLMotionDetect.TVLMotions
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' Motions : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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 Motions : 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.