Class VLFindContours.TVLFindContours
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' FindContours : [[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: VLFindContours
Inherits: TVLQueueVisionComponent
Contents |
Syntax
Delphi:
type TVLFindContours = class( TVLQueueVisionComponent, IVLContours, TVLOWContoursSourcePin )
C++ Builder:
class TVLFindContours : public TVLQueueVisionComponent
Visual C++ (MFC):
class CTVLFindContours : public CTVLQueueVisionComponent
C# (.NET):
public ref class FindContours : Mitov.VisionLab.QueueVisionComponent
Summary
Finds contours in binary image.
Description
Use this component to find contours in binary image.
Diagram:
Example:
Original Image: | Contours detected by using Canny: |
Properties
Published
- Mode - Desired contour mode.
- Method - Contour approximation method.
- Approximation - Specifies the approximation of the polygonal curves.
Pins
- OutputPin - The detected contours data output pin of the component.
Events
- OnContours - Occurs when the contours are detected.
From TVLQueueVisionComponent
Properties
Public
- CurrentImage - The most current processed image.
Pins
- ImageOutputPin - The Video Output Pin of the filter.