Class VLFindContours.TVLFindContours
From Mitov Wiki Doc
(Difference between revisions)
(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''' TVLFindContours = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] ) | + | '''type''' TVLFindContours = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent, IVLContours, TVLOWContoursSourcePin]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
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 == | ||
Line 35: | Line 35: | ||
== Description == | == Description == | ||
Use this component to find contours in binary image. | Use this component to find contours in binary image. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLFindContours_Preview.png]] | ||
Line 90: | Line 96: | ||
=== 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: 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.