How to make annotation circle.? Current code appear in a box.
Mostrar comentarios más antiguos
DetectFace = vision.CascadeObjectDetector();
BBOX = step(DetectFace, A);
B = insertObjectAnnotation(A, 'rectangle', BBOX, 'Face'); imshow(B), title('Detected faces');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Tracking and Motion Estimation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!