Ask Your Question

drops's profile - activity

2013-06-12 08:07:20 -0600 received badge  Editor (source)
2013-06-12 08:06:38 -0600 asked a question Ghosting like problem with image operations

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.

Example 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?