Class VLTrackTargets.TVLDrawTrackTargetLayer
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (2 intermediate revisions by one user not shown) | |||
| Line 28: | Line 28: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' DrawTrackTargetLayer : [[Class VLBasicDrawLayers.TVLDrawBasicMarkersLayer|Mitov.VisionLab.DrawBasicMarkersLayer]]  | 
</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: VLTrackTargets
Inherits: TVLDrawBasicMarkersLayer
Contents | 
Syntax
Delphi:
type TVLDrawTrackTargetLayer = class( TVLDrawBasicMarkersLayer )
C++ Builder:
class TVLDrawTrackTargetLayer : public TVLDrawBasicMarkersLayer
Visual C++ (MFC):
class CTVLDrawTrackTargetLayer : public CTVLDrawBasicMarkersLayer
C# (.NET):
public ref class DrawTrackTargetLayer : Mitov.VisionLab.DrawBasicMarkersLayer
Summary
Layer drawing tracked targets.
Description
Add this layer to draw tracked targets over the frames.
Diagram:
Example:
Properties
Published
- PreviousMarkers - Specifies how the previous position markers will be drawn.
 - Errors - Specifies how the errors will be detected and drawn.
 - Movement - Specifies how the target movement will be drawn.
 - Shape - Specifies the shape of the target marker.
 - Size - Specifies the size of the target marker.
 
Methods
Public
Pins
- InputPin - The Track Targets Input Pin of the layer.
 
From TVLDrawBasicMarkersLayer
Properties
Published
Methods
Public
- function GetOperations() : TLPDrawLayerOperations
 - procedure DoLayerMouseMove(AShift : TShiftState; AX : Integer; AY : Integer)
 - procedure DoLayerMouseLeave()
 
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
 

