This repository contains various digital image processing algorithms implemented in both C++ and Python, including histogram operations, edge detection, quantization, and filtering. ├── 2-prewitt.cpp ...
This project demonstrates a custom implementation of histogram equalization, a widely used image processing technique that enhances the global contrast of grayscale images. The goal is to redistribute ...