Click here to Skip to main content
15,890,382 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to write code that does the following:

Inputs:
An image of a fully clothed human being (assume from head to toe)
Dimensions of the human in that image (bust, waist, hips, height)
Target dimensions (bust, waist, hips, height)

Outputs:
Transformed image which is just like original image but human being now has the target dimensions.

Does anyone know how to do this transformation? I am guessing that I need 2 pattern recognition algorithms. The first one to detect the human in the picture and the second one to transform the human to another shape.
Posted
Comments
Sergey Alexandrovich Kryukov 12-Nov-14 16:28pm    
Please: platform, language... what's the problem? It's all too vague and not easy at all. One technique is using a gym. :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900