photo

PJ_Iban


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta