Skip to content

This is the lab practice for students to get the hang of using python-opencv to do image processing applications.

Notifications You must be signed in to change notification settings

mediaic/Python_OpenCV_Lab

Repository files navigation

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

About

This is the lab practice for students to get the hang of using python-opencv to do image processing applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published