Class VLChamferMatchingContour.TVLChamferMatchingContour
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
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 == |
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.