Frame Class¶
Inherits: Base
Description¶
Frame用来存储跟踪到的数据。
这个数据包括当前camera的图像,跟踪到的target和其它一些信息。
Public Properties¶
double TimeStamp
int Index
List<Image> Images
List<TargetInstance> Targets
string Text
Vector2I Size
double TimeStamp¶
返回当前frame的时间戳。
int Index¶
返回当前frame的索引。
List<Image> Images¶
返回当前frame中包含的图像列表。
List<TargetInstance> Targets¶
返回当前frame中包含的TargetInstance列表。
string Text¶
返回当前frame中包含的文字信息。如果没有则返回空字符串。
Vector2I Size¶
当前frame的size。