GaussianBlur ksize - correlation with image size
Hello,
I wrote an algorithm that applies GaussianBlur on several images of different size. I read that GaussianBlur's ksize has to be odd and the same so I tried (5, 5) which works for some images but for some others not (gives me "OpenCV Error: Assertion failed ..."). Is there some correlation between ksize and the input image's size?
Normally there is no correlation.
Can you give code and image to test it?