Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwu2620 authored Jul 17, 2020
1 parent 93a98b8 commit 6afd5b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Python OpenCV Lab

## Description
This Python Opencv Lab is split into two parts for morning and afternoon.
1. [Lab_1/](./Lab_1) : Image Operation, Image Smoothing, Image Denoising, Image PCA & Classification
2. [Lab_2/](./Lab_2) : Color and Texture Segmentation (Clustering) , Recognition with Bag of Visual Words
This Python Opencv Lab is split into two parts.
1. [Lab_1/](./Lab_1) : Image Operation, Image Filtering, Image PCA & Classification
2. [Lab_2/](./Lab_2) : Homography

### Briefly Introduction

[python_opencv_lab.pdf](./python_opencv_lab.pdf)
[python_opencv_lab_2020.pdf](./python_opencv_lab_2020.pdf)

### Reference
The lab practice referred to [OpenCVtutorial](http://opencv-python-tutroals.readthedocs.io/en/latest/index.html) and NTU Deep Learning for Computer Vision (DLCV) course [website](http://vllab.ee.ntu.edu.tw/dlcv.html).
The lab practice referred to [OpenCVtutorial](http://opencv-python-tutroals.readthedocs.io/en/latest/index.html), NTU Computer Vision: from Recognition to Geometry (CV) course [website](http://media.ee.ntu.edu.tw/courses/cv/19F/) and NTU Deep Learning for Computer Vision (DLCV) course [website](http://vllab.ee.ntu.edu.tw/dlcv.html).

### Prerequisites
- python3.5+
Expand Down

0 comments on commit 6afd5b4

Please sign in to comment.