ArmNN
 20.05
Box Struct Reference

Box representation structure. More...

#include <NMS.hpp>

Public Attributes

float xmin
 X-pos position of the low left coordinate. More...
 
float xmax
 X-pos position of the top right coordinate. More...
 
float ymin
 Y-pos position of the low left coordinate. More...
 
float ymax
 Y-pos position of the top right coordinate. More...
 

Detailed Description

Box representation structure.

Definition at line 21 of file NMS.hpp.

Member Data Documentation

◆ xmax

float xmax

X-pos position of the top right coordinate.

Definition at line 23 of file NMS.hpp.

◆ xmin

float xmin

X-pos position of the low left coordinate.

Definition at line 22 of file NMS.hpp.

◆ ymax

float ymax

Y-pos position of the top right coordinate.

Definition at line 25 of file NMS.hpp.

◆ ymin

float ymin

Y-pos position of the low left coordinate.

Definition at line 24 of file NMS.hpp.


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