Ask Your Question

photogrammetry123's profile - activity

2018-12-22 06:46:36 -0600 received badge  Student (source)
2018-04-09 21:36:16 -0600 received badge  Supporter (source)
2018-02-15 07:57:26 -0600 marked best answer Detect crossing lines at a single point

I am currently stuck trying to detect where lines intersect on a grid containing non-straight lines.

My goal is to determine a single point or pixel at the intersection of two lines, for all lines on the "grid", which could then be related to a distance. An example of a grid:

image description

I work in Python... Any help or ideas in the right direction would be greatly appreciated.

2018-02-15 07:57:26 -0600 received badge  Scholar (source)
2018-02-14 00:43:41 -0600 asked a question Detect crossing lines at a single point

Detect crossing lines at a single point I am currently stuck trying to detect where lines intersect on a grid containing