mixed_clone give me the same result as my destination image [closed]
seamlessClone(eye,hand, mask,hand_pos,des,NORMAL_CLONE);
imshow("clone", des); waitKey(0);
seamlessClone(eye, hand, mask, hand_pos, des, MIXED_CLONE);
imshow("Mixedclone", des); waitKey(0);
waitKey(0);
this is the mixed_clone image, this image should be giving me a hand with an eye in the middle but it just giving me the default hand with no eye anywhere, any help pls
this is the normal_clone image
what is your OpenCV version? you should provide eye image and mask image to test.
version 3.0 but have solved the problem by installing the 4.0 version
OK. you can post your own answer.