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

#include <jevois/DNN/PostProcessorYuNet.H>

Face landmarks for YuNet.

Definition at line 33 of file PostProcessorYuNet.H.

Public Attributes

cv::Point2f right_eye
 
cv::Point2f left_eye
 
cv::Point2f nose_tip
 
cv::Point2f mouth_right
 
cv::Point2f mouth_left
 

Member Data Documentation

◆ left_eye

cv::Point2f jevois::dnn::yunet::Landmarks_5::left_eye

Definition at line 36 of file PostProcessorYuNet.H.

◆ mouth_left

cv::Point2f jevois::dnn::yunet::Landmarks_5::mouth_left

Definition at line 39 of file PostProcessorYuNet.H.

◆ mouth_right

cv::Point2f jevois::dnn::yunet::Landmarks_5::mouth_right

Definition at line 38 of file PostProcessorYuNet.H.

◆ nose_tip

cv::Point2f jevois::dnn::yunet::Landmarks_5::nose_tip

Definition at line 37 of file PostProcessorYuNet.H.

◆ right_eye

cv::Point2f jevois::dnn::yunet::Landmarks_5::right_eye

Definition at line 35 of file PostProcessorYuNet.H.


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