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.
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.
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.
@any solution ? I need it for my project.