Computer vision and body composition

82 Views Asked by At

We have program that detect objects in images. Are there some API that detect body comosition of people in image? We need to classify like "fat", "thin", "tall", "short", etc

1

There are 1 best solutions below

2
On

I think so there are some APIs for Java using Kinnect but if you are studying a computer science degree I recommend you to understand and replicate an existing alghorithm. You can start by reading some articles like this.