Is it possible to detect the measurements of body parts in a normal camera using OpenCV? [closed]
Hi all, I am going to make an application where user's hand needs to be measured in a normal camera just like any android or iOS phone, and if it is possible how much accurate will that be? Thanks
please do some serious research on your own, before asking anywhere.
I have a very limited knowledge about it...I am asking whether it is possible or not.
It is possible, you can use Openpose to detect human body parts, limb by limb, and from there you can calculate the euclidean distance. You'll need to know various other attributes as well, there's a ton of work done for this project. I am working on it myself.