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 ...
CurveSight is a lightweight Python tool I built to explore, analyze, and visualize structured data from CSV files. It combines data filtering, sorting, polynomial curve fitting, and custom histogram ...