8th week report - MATF-RS19/RS029-image-processing GitHub Wiki

What's done this week

  1. Color quantization of an image using kmeans algorithm
  2. 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: Original image Kmeans output - 4 colors: Kmeans output - 4 colors Original image: Original image Kmeans output - 10 colors: Kmeans output - 10 colors