Skip to content

jasmine789/ComputerVisionA_Results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

computerVision A

This repo contains some crucial computer vision tasks including:
• Homography which warps an image taken by phone into an image similar to the one obtained through a scanner
• Photometric Stereo, Specularity Removal and Surface Rendering
• Edge Detection with Non-Maximum Suppression
• Implementing multiple sparse stereo matching methods
• Implement Optical Flow with Multi-resolution Lucas-Kanade

Homework Results Demonstration

HW2 - Homography warpping

Original Image photo Homography Warpped Image warp2

UCSD Logo and wrapped version:

logo_and_wrap

Hw3: Photometric Stereo, Specularity Removal and Surface Rendering

Table:

hw2_table

Surface Rendering Results:

(1) Lambertian model:

lambertian Lambertian_sphere

(2) Phong model:

(A) For Sphere

phong_shpher_1

phong_sphere_1

(B) For Pear:

phong_pear_1

phong_pear_2

Specularity Removal:

__Specularity Removal__

Robust Photometric Stereo:

(A) For Sphere:

photo_stereo_sphere_1

photo_stereo_sphere_2

photo_stereo_sphere_3

photo_stereo_sphere_4

(B) For Sphere

photo_stereo_pear_1

photo_stereo_pear_2

photo_stereo_pear_3

photo_stereo_pear_4

Hw3: Edge Detection with Non-Maximum Suppression

Original Image:

original_edge_detection

Gradient Magnitude:

gradient_edge_detection

NMS with 5x5 window:

nms_edge_detection

HW4: multiple sparse stereo matching

(1) Corner Detection

corner_detection_1

corner_detection_2

(2) An exmaple of Naive Matching

naive_Matching

(3) Epipolar Line plotting:

epipolar_line

(4) Image Rectification

image_rectification

(5) Matching Using epipolar geometry

matching_epipolar

HW5: Optical Flow with Multi-resolution Lucas-Kanade

(1) Moving left and up

opticalFlow_leftup

(2) Rotate

opticalFlow_rotate

(3) Zoom In

opticalFlow_zoomIn

About

Demonstrate interesting results in homework of Computer Vision A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors