Compare `Mat` from disk to memory

why aren’t you saving your pictures as PNG, or anything that isn’t JPEG?

also… how about doing this instead of an exact comparison:

    cv::Mat diff = cv::absdiff(im1,  im2);