Skip to content

A simple pose estimator of an onboard camera using OpenCV

License

Notifications You must be signed in to change notification settings

mgoar/opencv-pose-estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple pose estimator

A rather simple pose estimator by tracking the horizon using OpenCV. It may have applications in AR and robotics when model, camera intrinsics/extrinsics and odometry information are missing.

Output from horizon_tracker.py.

A YouTube video from MotoGP rider Casey Stoner was used to demonstrate its performance.

Dependencies

OpenCV: I briefly experimented with solvePnP and solvePnPRansac, i.e., to find the pose from 3D-2D point correspondences. However, it was not straightforward to identify good correspondences for all frames given the many unknowns.

About

A simple pose estimator of an onboard camera using OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages