Implementation of fundamental image processing scripts for Graphics and Visual Computing Laboratory Exercise. This project demonstrates pixel-level manipulation, dynamic image generation, and histogram analysis using Python.
- Annotation and Pixel Manipulation: Script to select specific points on an image and retrieve RGB values.
- RGB Image Slicing: Dynamic 180x180 RGB image generator creating custom checkerboard patterns.
- Gray Transform and Histogram: Comparative analysis of four distinct gray transforms and their resulting histograms.
- Automated image handling and processing workflows.