I am trying to use the OpenCV java wrapper and I am stuck with a problem: I apply a image operation to a source image and the result image is broken. It looks like some kind of ghosting which is caused by different line lengths.
This is an example using the blur operation. Something similar happens with drawContours as well.
What could be the problem? Has someone seen something similar?