seamlessClone invoke causes compilation error
Hi
I cant compile code due to the shown line
i've check the variable types passed to the function and they seem all right. What am I missing ?
Best regards
please, replace the useless screenshot with a TEXT version of your code / errors, thank you !
and no, this is not a compilation, but a linker error.
basic c++ skills, google fu
Ok Ok if you prefer it like that,
Here
//seamlessClone(NULL, NULL, NULL, center, output, NORMAL_CLONE); seamlessClone(img1Warped,img2, mask, center, output, NORMAL_CLONE); imshow("Face_Swapped", output);
For the declarations:
Mat img1Warped, img2,mask,output; Point center;
Sorry if i ask obvious questions but I come from the java world.
Best regards
do you realize, that your question is entirely useless without the image ?