C implementation comparing two image inversion methods: naive pixel-by-pixel color table vs. KD-Tree nearest-neighbor search in color space, with benchmarked performance and Gnuplot visualization.
Image inversion tools implemented in C comparing two algorithmic methods with different time complexities. Developed as a first-year algorithms project at ENSICAEN.
test_table — Unit tests for color table methodtest_kd_tree — Unit tests for KD-Tree method