Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

comparing two image

hi, ı want to compare two images and if there is any difference ı want to get 1 or 0 in C++ language like this video https://www.youtube.com/watch?v=LNzC4NYYWdg

difference = cv2.subtract(img1,img2);

in C++ above code does not give any integer value

comparing two image

hi, Hi, ı want to compare two images and if there is any difference ı want to get 1 or 0 in C++ language like this video https://www.youtube.com/watch?v=LNzC4NYYWdg

difference = cv2.subtract(img1,img2);

in C++ above code does not give any integer valuevalue what should ı write instead of this?

comparing two image

Hi, ı want to compare two images and if there is any difference ı want to get 1 or 0 in C++ language like this video https://www.youtube.com/watch?v=LNzC4NYYWdg

difference = cv2.subtract(img1,img2);

in C++ above code does not give any integer value value, what should ı write instead of this?this code?