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