Each script aims to explore different aspects of image manipulation, analysis, and visualization. The goal is to implement intuitive and practical code for working with images, making it easier to understand and apply various digital image processing techniques.
More scripts will be added to cover a wide range of topics, including but not limited to:
- Bitplane Slicing
- Histogram Processing
| SCRIPT 01 : image_matrix_reconstructor.py Open in Google Colab | |||
|
This script takes an image and turns it into a grid of small squares that represent each pixel. Each square is filled with the color of the pixel it represents.
The result "Matrix Plot RGB" is a colorful plot made of squares. It looks like the original image but is actually just a collection of squares representing the pixels. |
|||
|


