SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_bbox_t Struct Reference

#include <ma_types.h>

Collaboration diagram for ma_bbox_t:

Public Attributes

float x
 
float y
 
float w
 
float h
 
float score
 
int target
 

Member Data Documentation

◆ h

float ma_bbox_t::h

◆ score

float ma_bbox_t::score

◆ target

int ma_bbox_t::target

◆ w

float ma_bbox_t::w

◆ x

float ma_bbox_t::x

◆ y

float ma_bbox_t::y