Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 898 Bytes

File metadata and controls

21 lines (16 loc) · 898 Bytes

Python OpenCV Lab

Description

This Python Opencv Lab is split into two parts.

  1. Lab_1/ : Image Filtering, Image PCA & Classification
  2. Lab_2/ : Homography

Briefly Introduction

python_opencv_lab_2021.pdf

Reference

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.

Prerequisites

  • 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