How to make annotation circle.? Current code appear in a box.
Afficher commentaires plus anciens
DetectFace = vision.CascadeObjectDetector();
BBOX = step(DetectFace, A);
B = insertObjectAnnotation(A, 'rectangle', BBOX, 'Face'); imshow(B), title('Detected faces');
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Tracking and Motion Estimation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!