IMX500 MCU SDK
API reference for the Arducam IMX500 MCU SDK
Loading...
Searching...
No Matches
BBox Struct Reference

Detection bounding box in absolute image coordinates. More...

#include <ArducamIMX500SDK.h>

Data Fields

int class_id
float score
float x1
float x2
float y1
float y2

Detailed Description

Detection bounding box in absolute image coordinates.

Definition at line 108 of file ArducamIMX500SDK.h.

Field Documentation

◆ class_id

int BBox::class_id

Definition at line 114 of file ArducamIMX500SDK.h.

◆ score

float BBox::score

Definition at line 113 of file ArducamIMX500SDK.h.

◆ x1

float BBox::x1

Definition at line 109 of file ArducamIMX500SDK.h.

◆ x2

float BBox::x2

Definition at line 111 of file ArducamIMX500SDK.h.

◆ y1

float BBox::y1

Definition at line 110 of file ArducamIMX500SDK.h.

◆ y2

float BBox::y2

Definition at line 112 of file ArducamIMX500SDK.h.


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