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.

Home Page:https://discord.gg/Bvw8NR9VnM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splitting and merging channels of a color image.

ainy-123 opened this issue · 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.