I have two images I divide the one with the other. But I get different results in OpenCV 3.4 (expected answer) and 4.2 gives me and unexpected result using cv::divide.
I confirmed the inputs are bit for bit identical by cv::imwrite the imputs and output to files and comparing them.
Any suggestions or idea who be appreciated.