Sixth week report - MATF-RS19/RS029-image-processing GitHub Wiki
What's done this week
- Conversion from RGB to HSB color space
- Conversion from RGB to HSI color space
- Some useful methods added to the main class - Image
- Implemented functions that return histogram of an RGB and grayscale image - an important part of image analysis
- Read couple of scientific papers on fuzzy logic applications in image processing
- Canny_help added in canny in order to improve the code
- 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