Class VLFindTargets.TVLFindTargets

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(4 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLFindTargets : [[Class VLVisionStreamTypes.TVLQueueVisionComponent|Mitov.VisionLab.QueueVisionComponent]]
+
'''public ref class''' FindTargets : [[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.

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 FindTargets : 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