Skip to content

Reduce color information from 24-bit to 8-bit, using K-Means++ clustering algorithm

Notifications You must be signed in to change notification settings

dzutrinh/KMeans-CIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Image Quantization using K-Means++

Clone the repository: git clone https://github.com/dzutrinh/KMeans-CIQ

Build: make

Usage: ./ciq input.ppm output.ppm [K]

Tested on:

  • macOS (Clang)
  • MS-DOS (DosBox/DJGPP)