ailia_tracker
1.0.0.0
|
#include <ailia_tracker.h>
Public Attributes | |
unsigned int | id |
unsigned int | category |
float | prob |
float | x |
float | y |
float | w |
float | h |
unsigned int _AILIATrackerObject::category |
Object category number (0 to category_count-1)
float _AILIATrackerObject::h |
Height (1 for the height of the image, negative numbers not allowed)
unsigned int _AILIATrackerObject::id |
Object trackind id
float _AILIATrackerObject::prob |
Estimated probability (0 to 1)
float _AILIATrackerObject::w |
Width (1 for the width of the image, negative numbers not allowed)
float _AILIATrackerObject::x |
X position at the top left (1 for the image width)
float _AILIATrackerObject::y |
Y position at the top left (1 for the image height)