/ComputerVision

计算机视觉课程作业相关代码

Primary LanguagePythonMIT LicenseMIT

Computer Vision

Codes are related to computer vision lecture.

HW1

This homework aims at using openCV-python to count how many elements in sample picture and count the overlap of 2 or 3 elements.

The main process method can be seen at my blog.


HW2

The tasks of this homework is to use Canny algorithm and HoughCircle algorithm to find the edge of coins in picture. At the same time, it can give their center and radius respectively .


HW3

There are 2 tasks in this homework. Firstly, make a panoramic image by using registration method based on 2-D features with more than 2 photos. Second, record few seconds of video, use HOG and SVM method to detect pedestrians in video.

HW2 and HW3's process method are writing, they will be available in my blog soon.