8th week report - MATF-RS19/RS029-image-processing GitHub Wiki
What's done this week
- Color quantization of an image using kmeans algorithm
- Binarization of an image using kmeans algorithm (compared to fuzzy cmeans algorithm, kmeans is much faster, uses less memory (for now) and gives almost the same output)
Plan for the next week
- Work on GUI
- Refactor the code
Current output
Original image:
Kmeans output - 4 colors:
Original image:
Kmeans output - 10 colors: