CvTrack Structure |
Namespace: Emgu.CV.Cvb
The CvTrack type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoundingBox |
Get the minimun bounding rectanble for this track
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | Equals(CvTrack) |
Compares CvTrack for equality
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from ValueType.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | Active |
Indicates number of frames that has been active from last inactive period.
|
![]() | BlobLabel |
Label assigned to the blob related to this track
|
![]() | Centroid |
Centroid
|
![]() | Id |
Track identification number
|
![]() | Inactive |
Indicates number of frames that has been missing.
|
![]() | Lifetime |
Indicates how much frames the object has been in scene
|
![]() | MaxX |
X max
|
![]() | MaxY |
y max
|
![]() | MinX |
X min
|
![]() | MinY |
Y min
|