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