Ask Your Question

Revision history [back]

I did a GaussianBlur on the input image to reduce noise and got a little closer to the results shown in the example.

img = cv.GaussianBlur( img, (5,5), 0 )

image description