JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
PostProcessorYuNet.H File Reference
Include dependency graph for PostProcessorYuNet.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jevois::dnn::yunet::Landmarks_5
 Face landmarks for YuNet. More...
 
struct  jevois::dnn::yunet::Face
 A YuNet face detection. More...
 
class  jevois::dnn::PostProcessorYuNet
 Post-Processor for YuNet face landmarks detector. More...
 

Namespaces

 jevois
 
 jevois::dnn
 
 jevois::dnn::yunet
 

Typedefs

typedef cv::Rect2f Box
 A face box for YuNet. More...
 

Typedef Documentation

◆ Box

typedef cv::Rect2f Box

A face box for YuNet.

Definition at line 30 of file PostProcessorYuNet.H.