Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.24 KB

Computer-Vision-Project-2

final project for UCSC CMPE264 Computer Vision 17 Fall

  1. Camera Calibration
    • Chestboard corners detection
    • Calibration: find camera intrinsic matrix and distortion factor
    • Image undistortion process
  2. Homography
    • find homographies bwtween each images
    • calculate chain-multiplication of homographies
    • warp images into first image's camera perspective
    • merge images into one big image
  3. Image Rotation
    • rotate the image by a homography

raw images:

alt text alt text alt text alt text alt text

homography matching:

alt text

result:

alt text