-
Intersection of 2 vectors (vanishing point)
Hi I am trying to calculate the vanishing point (E) for some footage I have tracked and applied a 4 corner pin track to. Points a,b,c and d represent the cornerpin points and I am trying to calculate point E by calculating the intersection of vector ab and cd.
——-a
—————-b—————————E
—————-d
——-cCross product?Atan2? I’m not sure how to approach this.
Any help would be greatly appreciated
Pete