Skip to content

baolintian/Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Computer Vision Course is originated from Cornell University, and the following demos just some assignments I have finished for my Computer Vision homework.

Homework1 Hybird Images

Extract the high frequency from one image and extract the low frequency from another image.

Then mix them together, you will find the high frequency has a significant effect on nearby version,

but the low frequency has a significant effect on the distant version.

Extract its low frequency:

Extract its high frequency:

The mixed image:

Homework2 Feature Detection and Match

After taking a photograph from one angle, we move our camera horizontally without changing its direction and take another photograph.

Then we get two photographs. Our task is to design an algorithm to detect some similar points in the two pictures. We also need an algorithm to match them in pairs.

The detailed accomplished steps are included in the homework report.

Finish the assignment using random and simple algorithm:

Finish the assignment using MOPS algorithm:

Homework3 Panorama

At first, we have a series of pictures and they have the same feature that they all have the same camera optic center. That's why we can make some coordinate transformations to them and form a panorama.

At first, we need an initial picture, then we need to do the feature detection and match which has been discussed in homework2. Then we calculate the transformation matrix, we multiple the image with the matrix, then we get a part of the panorama. We continuously go through this process and at last, we will get a panorama.

The following pictures are taken from my campus square center:

The result:

Homework4 Stereoscopic vision

The picture may show some information about the depth of the object. This assignment is designed to figure out this attribution.

The data set is specially processed.

The result:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published