Height and Weight Estimation
조회 수: 4 (최근 30일)
이전 댓글 표시
Can someone please help me out on how to do human height and weight estimation in still images. If possibly algorithms related. thank you
댓글 수: 0
채택된 답변
Image Analyst
2013년 1월 8일
Find the height and area using regular image processing methods and then apply some empirical formula easily obtainable. But it will be an estimate since the height will stay the same but the area will change depending on if the person is turned or not.
댓글 수: 3
Image Analyst
2013년 1월 9일
It could entail anything from simple thresholding and summing up the pixels above the threshold, to algorithms so complicated even I can't understand them.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!