Structure VLTrackTargets.TVLTrackTargetItem
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: VLTrackTargets
Contents |
Syntax
Delphi:
type TVLTrackTargetItem = record
C++ Builder:
struct TVLTrackTargetItem
Visual C++ (MFC):
struct CTVLTrackTargetItem
C# (.NET):
public struct TrackTargetItem
Summary
Structure for tracked item.
Description
Defines a structure for tracked item.
Fields
- CurrentPos - Current X/Y position of the target.
- PreviousPos - Previous X/Y position of the target.
- Found - Target has been detected in the current video frame.
- Error - Error when detecting the target in the current frame.