AisDeployC
Deploy Library for Artificial Intelligence System
Loading...
Searching...
No Matches
Public Attributes | List of all members
bounding_box Struct Reference

#include <interface.h>

Public Attributes

std::string category = ""
 
float score = 0.
 
float xmin = 0
 
float ymin = 0
 
float xmax = 0
 
float ymax = 0
 

Detailed Description

Definition at line 17 of file interface.h.

Member Data Documentation

◆ category

std::string bounding_box::category = ""

Definition at line 20 of file interface.h.

◆ score

float bounding_box::score = 0.

Definition at line 21 of file interface.h.

◆ xmax

float bounding_box::xmax = 0

Definition at line 24 of file interface.h.

◆ xmin

float bounding_box::xmin = 0

Definition at line 22 of file interface.h.

◆ ymax

float bounding_box::ymax = 0

Definition at line 25 of file interface.h.

◆ ymin

float bounding_box::ymin = 0

Definition at line 23 of file interface.h.


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