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 and for others not. Is there some correlation between ksize and the input image's size?