How to make annotation circle.? Current code appear in a box.
Show older comments
DetectFace = vision.CascadeObjectDetector();
BBOX = step(DetectFace, A);
B = insertObjectAnnotation(A, 'rectangle', BBOX, 'Face'); imshow(B), title('Detected faces');
Accepted Answer
More Answers (0)
Categories
Find more on Tracking and Motion Estimation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!