Related to facial Feature point Detection
Mostrar comentarios más antiguos
Sir i need ur help .....how to write the code to detect feature point detection........
2 comentarios
jyloup p
el 17 de Jun. de 2014
Hello, I guess your are talking about something similar to face detection ? In the video here you have some extracts of code :
I hope it could help you.
shivi garg
el 17 de Jun. de 2014
Respuestas (1)
Dima Lisin
el 19 de Jul. de 2014
Editada: Dima Lisin
el 24 de Sept. de 2014
0 votos
There are several feature detectors in the Computer Vision System Toolbox. See detectHarrisFeatures, detectMinEigenFeatures, detectSURFFeatures, detectBRISKFeatures, and detectFASTFeatures.
Alternatively, you can use vision.CascadeObjectDetector to detect eyes, nose, and mouth.
Categorías
Más información sobre Object Detection en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!