Is it possible to detect the measurements of body parts in a normal camera using OpenCV? [closed]

asked 2019-05-22 07:11:27 -0600

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

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by berak
close date 2019-05-22 08:04:05.635618

Comments

please do some serious research on your own, before asking anywhere.

berak gravatar imageberak ( 2019-05-22 08:03:34 -0600 )edit

I have a very limited knowledge about it...I am asking whether it is possible or not.

Sabarish_17 gravatar imageSabarish_17 ( 2019-05-22 08:24:47 -0600 )edit

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.

sahiil gravatar imagesahiil ( 2020-10-13 00:04:59 -0600 )edit