ailia_tracker  1.0.0.0
Public Attributes | List of all members
_AILIATrackerObject Struct Reference

#include <ailia_tracker.h>

Public Attributes

unsigned int id
 
unsigned int category
 
float prob
 
float x
 
float y
 
float w
 
float h
 

Member Data Documentation

◆ category

unsigned int _AILIATrackerObject::category

Object category number (0 to category_count-1)

◆ h

float _AILIATrackerObject::h

Height (1 for the height of the image, negative numbers not allowed)

◆ id

unsigned int _AILIATrackerObject::id

Object trackind id

◆ prob

float _AILIATrackerObject::prob

Estimated probability (0 to 1)

◆ w

float _AILIATrackerObject::w

Width (1 for the width of the image, negative numbers not allowed)

◆ x

float _AILIATrackerObject::x

X position at the top left (1 for the image width)

◆ y

float _AILIATrackerObject::y

Y position at the top left (1 for the image height)


The documentation for this struct was generated from the following file: