geekquad/Pixel-Processing

Splash filter

Closed this issue · 3 comments

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)

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

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

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