Skip to main content

Box Struct

Declaration

struct simaai::neat::Box { ... }

Included Headers

#include <DetectionTypes.h>

Public Member Attributes Index

floatx1 = 0.0f
floaty1 = 0.0f
floatx2 = 0.0f
floaty2 = 0.0f
floatscore = 0.0f
intclass_id = -1

Definition at line 16 of file DetectionTypes.h.

Public Member Attributes

class_id

int simaai::neat::Box::class_id = -1

Definition at line 22 of file DetectionTypes.h.

22 int class_id = -1;

score

float simaai::neat::Box::score = 0.0f

Definition at line 21 of file DetectionTypes.h.

21 float score = 0.0f;

x1

float simaai::neat::Box::x1 = 0.0f

Definition at line 17 of file DetectionTypes.h.

17 float x1 = 0.0f;

x2

float simaai::neat::Box::x2 = 0.0f

Definition at line 19 of file DetectionTypes.h.

19 float x2 = 0.0f;

y1

float simaai::neat::Box::y1 = 0.0f

Definition at line 18 of file DetectionTypes.h.

18 float y1 = 0.0f;

y2

float simaai::neat::Box::y2 = 0.0f

Definition at line 20 of file DetectionTypes.h.

20 float y2 = 0.0f;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.