JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
jevois::dnn::yunet::Face Struct Reference

#include <jevois/DNN/PostProcessorYuNet.H>

A YuNet face detection.

Definition at line 43 of file PostProcessorYuNet.H.

Collaboration diagram for jevois::dnn::yunet::Face:

Public Attributes

Box bbox_tlwh
 
Landmarks_5 landmarks
 
float score
 

Member Data Documentation

◆ bbox_tlwh

Box jevois::dnn::yunet::Face::bbox_tlwh

Definition at line 45 of file PostProcessorYuNet.H.

Referenced by jevois::dnn::yunet::PriorBox::decode().

◆ landmarks

Landmarks_5 jevois::dnn::yunet::Face::landmarks

Definition at line 46 of file PostProcessorYuNet.H.

Referenced by jevois::dnn::yunet::PriorBox::decode().

◆ score

float jevois::dnn::yunet::Face::score

Definition at line 47 of file PostProcessorYuNet.H.

Referenced by jevois::dnn::yunet::PriorBox::decode().


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