Ask Your Question
1

How to wrap/deform image?

asked 2013-02-28 04:01:59 -0600

UserOpenCV gravatar image

updated 2013-02-28 04:10:53 -0600

I want to deform eyebrows in an image to fit different curves.

I have the location of eyebrows contour. I want to reshape the eyebrows in the image.

Below is a sample images of eyebrows.
Starting from one eyebrow (say left and the coordinates of the eyebrow outline of this image is known), I want to simulate rest of the eyebrows images. image description

Can anyone tell me how to do it in OpenCV and C++ platform? Ignore the eyes, the image is just for sample, I just want to deform the eyebrows.

edit retag flag offensive close merge delete

Comments

@any solution ? I need it for my project.

s4eed gravatar images4eed ( 2013-06-27 10:37:06 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-02-28 04:25:31 -0600

This is image interpolation, I'm not sure OpenCV is the right answer for that until you have eyebrow positions. Look at texture interpolation, as in OpenGL for example.

edit flag offensive delete link more

Comments

I have eyebrow positions of one image, using that I have to form the other eyebrows.. Can I do it using OpenCV

UserOpenCV gravatar imageUserOpenCV ( 2013-02-28 05:30:46 -0600 )edit

you mean detect the eyebrows?

Mathieu Barnachon gravatar imageMathieu Barnachon ( 2013-02-28 08:39:41 -0600 )edit

yes. I have points of the eyebrows.. I need to know how to do it in opencv.

UserOpenCV gravatar imageUserOpenCV ( 2013-02-28 08:55:24 -0600 )edit

Question Tools

Stats

Asked: 2013-02-28 04:01:59 -0600

Seen: 883 times

Last updated: Feb 28 '13