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

What's done this week

  1. Conversion from RGB to HSB color space
  2. Conversion from RGB to HSI color space
  3. Some useful methods added to the main class - Image
  4. Implemented functions that return histogram of an RGB and grayscale image - an important part of image analysis
  5. Read couple of scientific papers on fuzzy logic applications in image processing
  6. Canny_help added in canny in order to improve the code
  7. Future and async used instead of threads in canny

Plan for the next week

  • Refactor the main and, for now, the only class - Image
  • Continue reading scientific papers on fuzzy logic applications in image processing - precisely: focus on the fuzzy image enhancement
  • Go further with JPEG

Current output

The result of RGB to HSB conversion The result of RGB to HSI conversion