user933467
user933467

Reputation:

OpenCV image processing- filter an image

I would like to filter an image to make it more clear/sharper. What would be the best filter method for this in OpenCV?

Upvotes: 1

Views: 2335

Answers (2)

Diego Navarro
Diego Navarro

Reputation: 9704

If you want to sharpen the image this question might help you.

And for noise reduction here I have found an interesting article.

Upvotes: 4

Chris
Chris

Reputation: 8170

Filtering is a very broad topic and "make it more clear" is a rather vague objective. OpenCV has a number of filters implemented for you to try, and they are documented fairly extensively. If you are wanting more detailed advice, perhaps you should show some example images and explain what specifically you want to improve about them.

Upvotes: 1

Related Questions