Class VLBasicVisionDrawLayers.TVLDrawCirclesLayer
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: VLBasicVisionDrawLayers
Inherits: TVLDrawBasicMarkersLayer
Contents |
Syntax
Delphi:
type TVLDrawCirclesLayer = class( TVLDrawBasicMarkersLayer )
C++ Builder:
class TVLDrawCirclesLayer : public TVLDrawBasicMarkersLayer
Visual C++ (MFC):
class CTVLDrawCirclesLayer : public CTVLDrawBasicMarkersLayer
C# (.NET):
public ref class DrawCirclesLayer : Mitov.VisionLab.DrawBasicMarkersLayer
Summary
Layer drawing detected circles.
Description
Add this layer to draw detected circles over the frames.
Diagram:
Example:
Properties
Published
- Circles - Specifies how the circles will be drawn.
Methods
Public
Pins
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