Ask Your Question
-3

I have two images, one body image and other is shirt image. how can i scale shirt image according to body image (size) and place it on body? (images are attached) help me in opencv c++! [closed]

asked 2013-07-23 23:36:33 -0600

MIG gravatar image

updated 2017-12-23 05:04:09 -0600

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by StevenPuttemans
close date 2013-07-24 08:44:50.386030

Comments

1

-1 Horrible way of asking a question. See http://answers.opencv.org/faq/.

SR gravatar imageSR ( 2013-07-24 02:44:48 -0600 )edit

-1 Not only is your question formulated terribly, even the images are not correct. There is only a single image behind both links. I will close topic, please follow the correct guidelines in the FAQ! Read it and create a good question if you want decent help.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-24 08:40:02 -0600 )edit

2 answers

Sort by » oldest newest most voted
1

answered 2013-07-24 01:46:50 -0600

Notas gravatar image

Compute the pixel dimensions of the body and of the shirt. If you have those, it's trivial to scale the image to the pixel dimensions of the shirt. Then just put the image on the body.

If you want it to look like the shirt is really on the body, you need to research that yourself.

edit flag offensive delete link more
-1

answered 2013-07-24 02:35:22 -0600

using sift algorithm,you will find answer google "opencv sift"

edit flag offensive delete link more

Comments

-1 Same comment about how to formulate answers and questions. This answer is as unclear as the question itself. Please put some effort into your answers!

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-24 08:41:29 -0600 )edit

Question Tools

Stats

Asked: 2013-07-23 23:36:33 -0600

Seen: 675 times

Last updated: Jul 24 '13