photo

PJ_Iban


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Is it possible to detect face using vision.CascadeObjectDetector with round annotation? I am quite new in matlab could you show example?
A = imread('Faces.jpg'); DetectFace = vision.CascadeObjectDetector(); RGB = step(DetectFace, A); B = inse...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to make annotation circle.? Current code appear in a box.
DetectFace = vision.CascadeObjectDetector(); BBOX = step(DetectFace, A); B = insertObjectAnnotation(A, 'rectangle', BBOX, ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse