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.
Can anyone tell me how to do it in OpenCV and C++ platform
1 | initial version |
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.
Can anyone tell me how to do it in OpenCV and C++ platform
2 | No.2 Revision |
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.
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.