Vision module
Track
Track
#include <icy/vision/types.h>Public Attributes
| Return | Name | Description |
|---|---|---|
int64_t | trackId | |
std::string | label | |
float | confidence | |
Region | region | |
json::Value | data |
trackId
int64_t trackId = -1label
std::string labelconfidence
float confidence = 0.0fregion
Region regiondata
json::Value data = json::Value::object()