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

Splash filter #343

Closed ras-29 closed 3 years ago

ras-29 commented 3 years ago

Is your feature request related to a problem? Please describe. I would like to implement a "splash filter". In this filter, a specific color is detected and masked, the rest of the image is grayscaled.

Describe the solution you'd like To achieve this, concepts used are color detection, masking, and bitwise operations on the images.

Output Screenshot (594)

geekquad commented 3 years ago

Hey @ras-29, is it more of a mini project?

ras-29 commented 3 years ago

@geekquad yes sir, incorporating 3 basic concepts to get this effect.

geekquad commented 3 years ago

Hey @ras-29, the 3 techniques you have mentioned are already been implemented and we are not looking for any projects/mini-proejcts.