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