C
C
ChymeNik2017-10-04 13:07:22
Image processing
ChymeNik, 2017-10-04 13:07:22

What algorithm to use to find (x,y) ends of lines or their intersection?

For example:
59d4b27e18878273120394.jpeg
How can this be done more efficiently?
Thanks in advance for your replies

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Lander, 2017-10-04
@usdglander

Well, in general, classically, the problem of finding the intersection of two lines is solved by solving (tautology?) a system of two equations, each of which describes a line.
It is possible to offer you a more accurate solution only if you have some sane data on the task. For example, how do you describe line segments?

V
Vitaly Stolyarov, 2017-10-07
@Ni55aN

Use one of the feature detector .
I think FAST will do

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question