In this repository, I use for loops and apply a pixel-by-pixel approach to the following image signal processing pipeline.
- numpy
- skimage (for image reading, can be replaced by cv2 or other such libraries)
- matplotlib (for visualizing image, can also be replaced by skimage, cv2, or other such libraries)
- The file I use in this repository is called "color_checker.pgm". I took this image from Mr. Qui Juipin's repository, fast-OpenISP (https://github.com/QiuJueqin/fast-openISP). All of the code is my own.
I am explaining each module in this repository one at a time on my youtube channel (https://www.youtube.com/playlist?list=PLYeyD3V-GDlRpKEI9lWRqhQ2l_cyCxQjY).
Liscenced with GPL-3.0 license