Ask Your Question

Revision history [back]

OpenCV GaussianBlur filter Difference Python VS C++

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.