Skip to content
/ var Public

Homography matrix estimation via ellipse-circle correspondence. A toy implementation for Video Assistant Referee (VAR)

Notifications You must be signed in to change notification settings

hanifmb/var

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Assistant Referee (VAR)

C++ implementation for computing the homography matrix using a combination of ellipse-circle correspondence and three additional points. Sampling the ellipse requires a minimum number of seven points for reliable estimation. The number of sampling points is currently hardcoded and can be adjusted accordingly.

Compilation and run

cmake .
make
./main

Demo

alt text

About

Homography matrix estimation via ellipse-circle correspondence. A toy implementation for Video Assistant Referee (VAR)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages