This release contains the 1st version of the PIXELS Seminar conducted in 2021. The content of this release is implemented in Python and uses numpy
and OpenCV
Python API.
- This release can be used as a reference to basic Image Processing using Python.
- Contains a tutorial for necessary
numpy
methods. - Tutorials on commonly used
OpenCV
functions in Python. - Implementation of blob detection a very commonly used algorithm in Python.