Struct that contain information about one track.
Inheritance Hierarchy
OpenCvSharp.BlobCvTrack
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvTrack type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvTrack | Initializes a new instance of the CvTrack class |
Properties
| Name | Description | |
|---|---|---|
| Active |
Indicates number of frames that has been active from last inactive period.
| |
| Centroid |
Centroid.
| |
| Id |
Track identification number.
| |
| Inactive |
Indicates number of frames that has been missing.
| |
| Label |
Label assigned to the blob related to this track.
| |
| LifeTime |
Indicates how much frames the object has been in scene.
| |
| MaxX |
X max.
| |
| MaxY |
Y max.
| |
| MinX |
X min.
| |
| MinY |
Y min.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also