Community Profile

photo

PJ_Iban


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort