Skip to content

heyJatin/worldvision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorldVision

A simple python package to calculate real world distance, angles, and coordinates between objects. This package uses camera's intrinsic and extrinsic parameters like field of view, camera's altitude, pitch, etc.

Checkout examples/ folder for sample use case.

Installation

pipx install worldvision

KNOWN ISSUES:

  • get_2d_coords() does not work for special angles (90, -90, etc.)
  • Some negative and positive values are not handled correctly.
  • ZeroDivisionError is not handled in some cases.

TODO:

  • Fix known issues.
  • Add support for roll and yaw.
  • Add support for other units.
  • Add support for speed, velocity, acceleration, angular velocity, direction.
  • Add other calibration methods.

About

Calculate real world distances, angles, and more between objects using your camera's intrinsic and extrinsic parameters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages