Class VLMotionDetect.TVLDrawMotionsLayer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DrawMotionsLayer : [[Class LPDrawLayers.TLPDrawLayer|Mitov.VisionLab.DrawLayer]] |
</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: TLPDrawLayer
Contents |
Syntax
Delphi:
type TVLDrawMotionsLayer = class( TLPDrawLayer )
C++ Builder:
class TVLDrawMotionsLayer : public TLPDrawLayer
Visual C++ (MFC):
class CTVLDrawMotionsLayer : public CTLPDrawLayer
C# (.NET):
public ref class DrawMotionsLayer : Mitov.VisionLab.DrawLayer
Summary
Layer drawing motion grid.
Description
Add this layer to draw motion grid over the frames.
Diagram:
Example:
Properties
Published
- Lines - Specifies how the grid lines will be drawn.
- MotionColor - Specifies the color of the motion detected grid cells.
- MaxMotionColor - Specifies the color of the grid cells with maximal motion detected.
- Text - Specifies how the grid text will be drawn.
Pins
- InputPin - The Motion Input Pin of the layer.
From TLPDrawLayer
Properties
Published
Methods
Public
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- procedure DoLayerBegin(ACanvas : TLPCanvas; AWidth : Integer; AHeight : Integer; AXCoeff : Single; AYCoeff : Single)
- procedure DoLayerEnd()
- procedure DoLayerDraw(ACanvas : TLPCanvas; AWidth : Integer; AHeight : Integer; AXCoeff : Single; AYCoeff : Single; AContoursOnly : Boolean)
- procedure DoLayerMouseMove(AShift : TShiftState; AX : Integer; AY : Integer)
- procedure DoLayerMouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer)
- procedure DoLayerMouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer)
- procedure DoLayerMouseWheelDown(AShift : TShiftState; AX : Integer; AY : Integer)
- procedure DoLayerMouseWheelUp(AShift : TShiftState; AX : Integer; AY : Integer)
- procedure DoLayerMouseEnter()
- procedure DoLayerMouseLeave()
- function GetChachedData(ALink : TObject) : TObject
- procedure SetChachedData(ALink : TObject; AData : TObject)
- function GetOperations() : TLPDrawLayerOperations
- procedure AddLayerLink(ALink : TLPLayerCollectionItem)
- procedure RemoveLayerLink(ALink : TLPLayerCollectionItem)
- function GetName() : String
- function WriteLock() : IOWLockSection