| CvTrackLifeTime Property |
Indicates how much frames the object has been in scene.
Namespace:
OpenCvSharp.Blob
Assembly:
OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax public int LifeTime { get; set; }
Public Property LifeTime As Integer
Get
Set
public:
property int LifeTime {
int get ();
void set (int value);
}
member LifeTime : int with get, set
Property Value
Type:
Int32See Also