Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.3 KB

File metadata and controls

14 lines (13 loc) · 1.3 KB

Homography-Matrix-Computation-in-Soccer-Images

Project Overview

In this project, homography matrix is calculated between the soccer images and 2D soccer model. This project is made for EEE4512 Image Processing class. Details of the project can be found in the report.

Algorithm

Homography matrix is calculated by detecting key points in the soccer field, and matching them with the 2D model. Details of the algorithm can be read in the report. The below images show the final output of the algorithm.

alt text for screen readers alt text for screen readers alt text for screen readers

Resources Used