ailia  1.3.0.0
Public Attributes | List of all members
_AILIADetectorObject Struct Reference

#include <ailia_detector.h>

Public Attributes

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

Member Data Documentation

◆ category

unsigned int _AILIADetectorObject::category

Object category number (0 to category_count-1)

◆ h

float _AILIADetectorObject::h

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

◆ prob

float _AILIADetectorObject::prob

Estimated probability (0 to 1)

◆ w

float _AILIADetectorObject::w

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

◆ x

float _AILIADetectorObject::x

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

◆ y

float _AILIADetectorObject::y

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


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