ariwasch / OpenCV-Distance-Angle-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV-Distance-Angle-Demo

Check out the Medium article here!

Using this demo, you can set a target color and enter the variables to get the distance and angle of the target object.

Input Variables

  • Known Width: width of the object in any physical unit (Ex: cm, inches)
  • Known Height: height of the object in any physical unit (Ex: cm, inches)
  • Known distance from object: any distance from the camera to the object in the chosen unit above. 
  • Pixel height at above distance from camera: pixel height of the object when the distance is the same as the known distance from object.

Side Note

To prevent swapping of the width and height, this demo locks the width and height meaning that one is always greater than the other. This can cause inaccurate measurements after reaching a certain angle.

Installation and setup

About

License:MIT License


Languages

Language:Python 100.0%