OpenCV GaussianBlur filter Difference Python VS C++

asked 2018-06-10 11:13:34 -0600

Is there any difference between the Gaussian Blur between C++ and Python? According to my code, for example, i have an image before the Gaussian, with the same values in C++ and in Python.

But right after the opencv Gaussian Blur the results are slightly different... :/

Note that width = lrx-ulx and height = lry-uly; so the problem is not there...

image description

I do not understand why..? if anyone can help, it is appreciated.

edit retag flag offensive close merge delete

Comments

please remove screen copy and paste your code in your question

LBerger gravatar imageLBerger ( 2018-06-10 11:22:48 -0600 )edit