Second week report - MATF-RS19/RS029-image-processing GitHub Wiki

What's done this week

  1. Conversion from RGB to YCbCr implemented as a first stage of JPEG algorithm
  2. Implemented an algorithm for binarization of an image (a process of converting pixels to black and white) using some more advanced algorithm (fuzzy C-means clustering algorithm) than the usual one (making histogram of an image); all of that done using threads that vastly reduced the execution time of the program

Plan for the next week

  • Finish JPEG conversion
  • Refactor the code for binarization

Current output

The product of algorithm for binarization of an image. The result of RGB to YCbCr conversion