Class VLChamferMatchingContour.TVLChamferMatchingContour
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
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 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ChamferMatchingContour : [[Class VLVisionStreamTypes.TVLQueueVisionComponent|Mitov.VisionLab.QueueVisionComponent]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
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. | ||
− | |||
== Pins == | == Pins == | ||
Line 89: | Line 95: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
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: 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 ChamferMatchingContour : 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:
Example:
Properties
Published
- Templates - Collection of templates to be matched with the contours in the image.
- StepX - Specifies the X step of the contour matching.
- StepY - Specifies the Y step of the contour matching.
- Truncate - Specifies the maximal distance value.
- Scales - Specifies the range of scales of the contour matching.
- Angles - Specifies the range of angles of the contour matching.
- Orientation - Specifies the way the orientation is weighted in the match.
- Match - Specifies the matching criteria.
Pins
- OutputPin - The matched contours data output pin of the component.
Events
- OnMatchedObjects - Occurs when contours are matched.
From TVLQueueVisionComponent
Properties
Public
- CurrentImage - The most current processed image.
Pins
- ImageOutputPin - The Video Output Pin of the filter.