How to count the number of heads in a group?
Mostrar comentarios más antiguos
My input image consists of 100 mens standing straight. I have slightly aerial view of the image. Whats the method to count the number of heads?
Respuestas (4)
Image Analyst
el 24 de Dic. de 2012
0 votos
You know from your prior postings that it's always best to upload an image when asking advice on image processing. It only makes sense.
Lacking that about the only thing I can guess is to just do your basic image processing routine, which is
- Process image to get to an image that you can threshold
- threshold
- label
- regionprops
a process which I know you've done before. If the heads merge together you can try this algorithm by Steve to split some heads: http://blogs.mathworks.com/steve/2006/06/02/cell-segmentation/
Sivakumaran Chandrasekaran
el 25 de Dic. de 2012
0 votos
Image Analyst
el 25 de Dic. de 2012
0 votos
I'd first try to find the faces by finding color that is face color. Then filter based on shape - get rid of long skinny things (the arms). It won't be perfect but you should be able to get most of them. See my image segmentation demo and my color segmentation demos if you need to know how to find colors or filter out objects based on their properties.
adeyemi aderemi
el 24 de Mayo de 2018
0 votos
please can any one help me with the code to count the number of human present in a scene please its urgent feyisayomia@gmail.com thats my email
1 comentario
Image Analyst
el 24 de Mayo de 2018
Possibly. Post your code and specify what small part of it you need help with. Do not just say "I don't have any code at all and I want you to write a turnkey application for me." because you won't get any help with that, unless you hire a consultant (which Mathworks has if you need them).
Categorías
Más información sobre Image Processing Toolbox 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!