photo

PJ_Iban


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer