Ask Your Question

borasemiz's profile - activity

2015-02-10 13:00:52 -0600 asked a question How can I "clean" an image sharpened Image?

Hello all. I recently started the openCV library for my C++ project, so I am new to this stuff a little bit. Here is my question...

The Original image: image description

And sharpened Image: image description

If you have noticed, you can see the pixels in the sharpened image. It is like when you apply a color reduction to an image. Is there any way to reverse that color reduction-like effect? Is there any way in openCV to "clean" that image? I don't know if I described myself well :)