geekquad / Pixel-Processing

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
https://discord.gg/Bvw8NR9VnM
MIT License
127 stars 95 forks source link

Image sharpening techniques #321

Open RohiniRG opened 3 years ago

RohiniRG commented 3 years ago

Various methods to image sharpening such as filter2D, unsharp mask, custom kernel and so on. I am a GSSOC participant and I would like to work on this issue.

geekquad commented 3 years ago

Go ahead @RohiniRG.