Enum VLFindTargets.TVLFindTargetMode
From Mitov Wiki Doc
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. |