7th week report - MATF-RS19/RS029-image-processing GitHub Wiki

What's done this week

  1. 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.)
  2. Some methods added to the class Image (operator[], Gaussian blur...)
  3. 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.