Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to wrap/deform image?

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. image description

Can anyone tell me how to do it in OpenCV and C++ platform

How to wrap/deform image?

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. 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++ platformplatform? Ignore the eyes, the image is just for sample, I just want to deform the eyebrows.