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 Inpainting #385

Open ras-29 opened 3 years ago

ras-29 commented 3 years ago

Inpainting is the process of removing damage, such as noises, strokes, or text, on images using the cv2.inpaint() function. @geekquad sir, I would like to implement the same.

aryasoni98 commented 3 years ago

Could I work on this? Same issue #375 @geekquad sir

geekquad commented 3 years ago

Go ahead @aryasoni98.