7th week report - MATF-RS19/RS029-image-processing GitHub Wiki
What's done this week
- The code is refactored so now everything runs faster and looks better (e.g. Binarization was executed 50 times and run 50s. Now, the time is reduced to 25s.)
- Some methods added to the class Image (operator[], Gaussian blur...)
- Computation is done on unsigned and int, instead of double and float
Plan for the next week
- Add couple of algorithms
Current output
The same as the last week.