Class VLFindTargets.TVLFindTargets

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''' TVLFindTargets = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] )
+
'''type''' TVLFindTargets = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent, IVLFindTargetList, TVLOWXYFloatSourcePin]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
Line 39: Line 39:
 
The targets are detected as strong corners in the image. The
 
The targets are detected as strong corners in the image. The
 
targets then can be tracked by the [[Class VLTrackTargets.TVLTrackTargets|TVLTrackTargets]] component.
 
targets then can be tracked by the [[Class VLTrackTargets.TVLTrackTargets|TVLTrackTargets]] component.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLFindTargets_Preview.png]]
  
  
Line 98: Line 104:
 
=== 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.

BIGVLFindTargets.gif VLFindTargets.gif NETVLFindTargets.gif

Package: VisionLabPkg

Unit: VLFindTargets

Inherits: TVLQueueVisionComponent

Contents

Syntax

Delphi:

type TVLFindTargets = class( TVLQueueVisionComponent, IVLFindTargetList, TVLOWXYFloatSourcePin )

C++ Builder:

class TVLFindTargets : public TVLQueueVisionComponent

Visual C++ (MFC):

class CTVLFindTargets : public CTVLQueueVisionComponent

C# (.NET):

public ref class TVLFindTargets : Mitov.VisionLab.QueueVisionComponent

Summary

Finds possible tracking targets in the image.

Description

Use this component to find possible tracking targets in the image.

The targets are detected as strong corners in the image. The targets then can be tracked by the TVLTrackTargets component.


Diagram:

VLFindTargets Preview.png


Example:

Original Image: Detected Targets:
SampleFindTargetsSource.png SampleFindTargetsDetected.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