9th week report - MATF-RS19/RS029-image-processing GitHub Wiki
What's done this week
- Some GUI tweeks
- Big improvement in Fuzzy c means algorithm - now is even faster than Kmeans algorithm
- Operators and iterators in class Image improved
- Formula for RGB to YCrCb color conversion changed (it is not that the wrong formula was used, but this one is used specially for JPEG compression)
- Algorithm for image negative implemented (vastly used for improvement of medical images)
- An algorithm for fuzzy image enhancement (according to scientific paper) implemented - the output varies from image to image
- Vast research on JPEG (still not enough for the implementation)
- Read plenty of scientific papers on fuzzy image enhancement
- Readme updated
Plan for the next week
- Improve the existing algorithm for fuzzy image enhancement
- Add new ones
- Finish JPEG compression
Current output
GUI looks like this:
Original image:
Image negative:
Original image:
After the fuzzy enhancement algorithm: