Class VLChamferMatchingContour.TVLChamferMatchedContoursLayer
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: VLChamferMatchingContour
Inherits: TLPDrawLayer
Contents | 
Syntax
Delphi:
type TVLChamferMatchedContoursLayer = class( TLPDrawLayer )
C++ Builder:
class TVLChamferMatchedContoursLayer : public TLPDrawLayer
Visual C++ (MFC):
class CTVLChamferMatchedContoursLayer : public CTLPDrawLayer
C# (.NET):
public ref class TVLChamferMatchedContoursLayer : Mitov.VisionLab.DrawLayer
Summary
Layer drawing matched contours.
Description
Add this layer to draw matched contours.
Diagram:
Example:
Properties
Published
- Contour - Specifies how the contours will be drawn.
 - Cost - Specifies how the cost will be displayed.
 
Methods
Public
Pins
- InputPin - The Chamfer matches 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
 

