geekquad/Pixel-Processing

Splitting and merging channels of a color image.

ainy-123 opened this issue · 3 comments

Implementation of the same using opencv.

Implementation of the same using opencv.

I want to work on this issue under GSSoC'21.Kindly assign this to me . @geekquad

Please describe more!

Please describe more!

The implementation will be like, given a color image and We want to analyse the amount of different color components in different regions .
For example, If it is a n RGB image, We will output 3 images out of it, one having only Red color in it with different intensities in different region, similarly for blue and green.
This is the splitting part and the opposite of it will be merging one.