Enum VLFindTargets.TVLFindTargetMode

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)

Latest revision as of 00:22, 22 November 2011

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

Contents

Syntax

Delphi:

type TVLFindTargetMode = (ftmMinEigenVal, ftmHarris);

C++ Builder:

enum TVLFindTargetMode {ftmMinEigenVal, ftmHarris};

Visual C++ (MFC):

enum CTVLFindTargetMode {ftmMinEigenVal, ftmHarris};

Summary

Available find target modes.

Description

Defines the available find target modes.

Values

ftmMinEigenVal Minimal eigenvalue of gradient matrices edge detector will be used for finding targets.
ftmHarris Harris edge detector will be used for finding targets.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox