java - Is it possible to morph sub-parts of image A using sub-parts of image B? -


i trying create photo album. now, requirement -i have 1 of pics wearing casual t-shirt , jeans(consider image a). have downloaded pic of fashion model wearing armani suit (consider image b). possible morph pic (image a) such wearing armani suit of fashion model (image b).

so, here talking morph of sub-parts of images. also, possible adjust suit (sub-part of image b) according height , width (property of image a), doesn't morphed image??

if yes, programming language best suited based on reliability , performance?

i know vague question, explanation highly appreciated.

your task not related programming language computer vision discipline. try search algorithm close problem as possible. @ popular libraries such opencv (and binding specific programming language).

image recognition complex task. pay attention details. example, trivial t-shirt has color homogeneous, etc. other side, fashion model mixed-colored. , try more details program should do. depending on spend several weeks or several years.

as question, yes, possible. depending on concrete task details can take enormous effort.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -