Frame Class

Inherits: Base

Description

Frame用来存储跟踪到的数据。

这个数据包括当前camera的图像,跟踪到的target和其它一些信息。

Public Properties

double TimeStamp
int Index
List<Image> Images
List<AugmentedTarget> Targets
string Text

Public Functions

Frame()

Frame()

创建Frame实例。

double TimeStamp

返回当前frame的时间戳。

int Index

返回当前frame的索引。

List<Image> Images

返回当前frame中包含的图像列表。

List<AugmentedTarget> Targets

返回当前frame中包含的AugmentedTarget列表。

string Text

返回当前frame中包含的文字信息。如果没有则返回空字符串。