- Skin tone modelling with Cb Cr histograms and template matching.
- Demosaicing with Malvar algorithm and simple interpolation.
- Viola-Jones soccer ball detector.
- Background modelling with moving average and MOG.
I have not finished later assignments as I passed this course.
- Create virtual environment with
virtualenv .venv
. - Activate venv with
.venv\Scripts\activate.bat
.
I got my grade and this code won't be used again. There is no point in refactoring.
"Let me stress that it’s these changes that drive the need to perform refactoring. If the code works and doesn’t ever need to change, it’s perfectly fine to leave it alone. It would be nice to improve it, but unless someone needs to understand it, it isn’t causing any real harm. Yet as soon as someone does need to understand how that code works, and struggles to follow it, then you have to do something about it." Martin Fowler - Refactoring