1 | initial version |
The difference not in python versions but in OpenCV versions because of different version of 3rdparty libjpeg (a library which is used by OpenCV to read jpeg
images). JPEG format doesn't guarantee cross platform and cross version exactness. That is why OpenCV uses .png
images for accuracy tests, in example.