Week 31. Start of a image processing exercise
This week, we are going to start with the implementation of a image processing exercise.
The idea is making an introduction one, so people could use it in the first stages of learning image processing. In order to do that I too had to understand a little bit more of it.
Thats why this week I made different things with opencv on local
- Reproducing a video frame by frame
- Making color filters
- Finding borders
- Checking colors
- etc…
These seems to be simple a little challengues to people learning image processing, and if they are made step by step, I think they could be a good training to see how these basic things work.