Class VLFindContours.TVLFindContours

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''' TVLFindContours = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] )
+
'''type''' TVLFindContours = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent, IVLContours, TVLOWContoursSourcePin]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
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]]
 
== 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.

BIGVLFindContours.gif VLFindContours.gif NETVLFindContours.gif

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 TVLFindContours : Mitov.VisionLab.QueueVisionComponent

Summary

Finds contours in binary image.

Description

Use this component to find contours in binary image.


Diagram:

VLFindContours Preview.png


Example:

Original Image: Contours detected by using Canny:
SampleCannyOrig.png SampleFindContours.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