- Head detection and bounding box: https://www.mathworks.com/matlabcentral/fileexchange/70426-persons-counting-by-head-detection-in-real-time.
- Human pose detection, for extracting skeleton keypoints data: https://www.mathworks.com/help/releases/R2021b/deeplearning/ug/estimate-body-pose-using-deep-learning.html.
MATLAB code for counting number of children and adult in a video
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
This is my dsp mini project. I tried my level best but couldn't. Plz help me and provide me code which will run on matlab
0 commentaires
Réponses (1)
colordepth
le 14 Jan 2025
Modifié(e) : colordepth
le 14 Jan 2025
Assuming there is no perspective distortion, a reliable method to differentiate between children and adults in an image is by using head-to-body proportions, a technique often learned in human sketching. If you perform a web image search for "children vs adult proportions," you will see that, relative to body size, a child's head is significantly larger than an adult's.
With this understanding, you can implement this logic in MATLAB. The following resources may provide guidance on calculating head and body lengths in an image-
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!