Class VLChamferMatchingContour.TVLChamferMatchingContour

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 16: Line 16:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TVLChamferMatchingContour = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] )
+
'''type''' TVLChamferMatchingContour = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent, IVLChamferMatches, TVLOWChamferMatchSourcePin]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
Line 36: Line 36:
 
Use this component to find contours in the image using
 
Use this component to find contours in the image using
 
Chamfer Contour Matching.
 
Chamfer Contour Matching.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLChamferMatchingContour_Preview.png]]
  
  
Line 46: Line 52:
  
 
=== Published ===
 
=== Published ===
 +
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.Templates|Templates]] - Collection of templates to be matched with the contours in the image.
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.StepX|StepX]] - Specifies the X step of the contour matching.  
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.StepX|StepX]] - Specifies the X step of the contour matching.  
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.StepY|StepY]] - Specifies the Y step of the contour matching.  
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.StepY|StepY]] - Specifies the Y step of the contour matching.  
Line 53: Line 60:
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.Orientation|Orientation]] - Specifies the way the orientation is weighted in the match.  
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.Orientation|Orientation]] - Specifies the way the orientation is weighted in the match.  
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.Match|Match]] - Specifies the matching criteria.  
 
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.Match|Match]] - Specifies the matching criteria.  
*[[Property VLChamferMatchingContour.TVLChamferMatchingContour.Templates|Templates]] - Collection of templates to be matched with the contours in the image.
 
  
 
== Pins ==
 
== Pins ==
Line 89: Line 95:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

Revision as of 20:29, 10 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.

BIGVLChamferMatchingContour.gif VLChamferMatchingContour.gif NETVLChamferMatchingContour.gif

Package: VisionLabPkg

Unit: VLChamferMatchingContour

Inherits: TVLQueueVisionComponent

Contents

Syntax

Delphi:

type TVLChamferMatchingContour = class( TVLQueueVisionComponent, IVLChamferMatches, TVLOWChamferMatchSourcePin )

C++ Builder:

class TVLChamferMatchingContour : public TVLQueueVisionComponent

Visual C++ (MFC):

class CTVLChamferMatchingContour : public CTVLQueueVisionComponent

C# (.NET):

public ref class TVLChamferMatchingContour : Mitov.VisionLab.QueueVisionComponent

Summary

Finds contours in the image using Chamfer Contour Matching.

Description

Use this component to find contours in the image using Chamfer Contour Matching.


Diagram:

VLChamferMatchingContour Preview.png


Example:

ProcessedChamfer.png

Properties

Published

Pins

Events

From TVLQueueVisionComponent

Properties

Public

Pins

From TVLSyncSinkFilter

Properties

Published

From TVLSinkFilter

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox