body detection
Mostrar comentarios más antiguos
i want to detect a body in a video but after the background substraction and applying all filter some time there is still some noise and the bounding box is missing the body and covering other parts or a bigger box so i need a code or some hints on how to detect the region of the most black and so i can calculate the bounding for more accurate results . please i need help soon
Respuestas (2)
Image Analyst
el 4 de Mayo de 2012
0 votos
Which of the algorithms from here http://iris.usc.edu/Vision-Notes/bibliography/contentsmotion-f.html#Motion%20--%20Feature-Based,%20Long%20Range,%20Motion%20and%20Structure%20Estimates,%20Tracking,%20Surveillance,%20Activities have you coded up?
Of if you already have the body well segmented and just need to get rid of small noise blobs, you can use bwareaopen().
Hd Fr
el 4 de Mayo de 2012
0 votos
Categorías
Más información sobre Motion Detection 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!