Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

OpenCV GaussianBlur filter Difference Python VS C++

$
0
0
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](/upfiles/15286468649624929.png) I do not understand why..? if anyone can help, it is appreciated.

Viewing all articles
Browse latest Browse all 2088

Trending Articles