Ask Your Question
1

How to wrap/deform image?

asked Feb 28 '13

UserOpenCV gravatar image

updated Feb 28 '13

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.

Preview: (hide)

Comments

@any solution ? I need it for my project.

s4eed gravatar images4eed (Jun 27 '13)edit

1 answer

Sort by » oldest newest most voted
1

answered Feb 28 '13

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.

Preview: (hide)

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 (Feb 28 '13)edit

you mean detect the eyebrows?

Mathieu Barnachon gravatar imageMathieu Barnachon (Feb 28 '13)edit

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

UserOpenCV gravatar imageUserOpenCV (Feb 28 '13)edit

Question Tools

Stats

Asked: Feb 28 '13

Seen: 979 times

Last updated: Feb 28 '13