Finding the Angle between Vanishing point and Lines in Python

242 Views Asked by At

I am working on a project in which I need to first find the vanishing point in an image and the angle the vanishing point makes with the lines. I have done finding the vanishing point. How should I find the angle i.e theta1 and theta2

Consider I have the X and Y coordinates of vanishing point

here is the image link of the test image with vanishing point and the angles to find

0

There are 0 best solutions below