ArmNN
 21.02
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.

Referenced by yolov3::compare_detection().

◆ xmin

float xmin

X-pos position of the low left coordinate.

Definition at line 22 of file NMS.hpp.

Referenced by yolov3::compare_detection().

◆ ymax

float ymax

Y-pos position of the top right coordinate.

Definition at line 25 of file NMS.hpp.

Referenced by yolov3::compare_detection().

◆ ymin

float ymin

Y-pos position of the low left coordinate.

Definition at line 24 of file NMS.hpp.

Referenced by yolov3::compare_detection().


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