PJ_Iban
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0