This Python Opencv Lab is split into two parts.
The lab practice referred to OpenCVtutorial, NTU Computer Vision: from Recognition to Geometry (CV) course website and NTU Deep Learning for Computer Vision (DLCV) course website.
- python3.5+
- opencv-python:
pip3 install opencv-python
,pip3 install opencv-contrib-python
- numpy:
pip3 install numpy
- matplotlib:
pip3 install matplotlib
- sklearn:
pip3 install sklearn
- scipy:
pip3 install scipy