How do I create some code that will check angles and select the next point to draw a line to based on smallest angle?

1 vue (au cours des 30 derniers jours)
Hi,
I need to create the simplest code that will check the angles between a line connecting one central point and another and a line from the same initial central point to a triplet endpoint. I need the code to be able to select the correct central point to draw a line to based on smallest angle (see attached pics). Attached are the two files that contain the coordinates for the central points (f_points) and the endpoints (Triplets): The files are (1) F_points.mat (2) Triplets.mat
allpoints.png
Below is the same image with lines being created:
allpoints-with-lines.png
Below is an image which gives an idea of what is needed:
angles_from_points.png
  5 commentaires
darova
darova le 17 Oct 2019
How to find neighboring central points?
This is how looks like searching by distance
img11.png
Steve
Steve le 17 Oct 2019
Modifié(e) : Steve le 17 Oct 2019
Distance could be used to narrow down to a specific vicinity. Then, the angle that a potential line (between central points) would make with another line (from the the source central point to the corresponding endpoint) could be used to verify a line is correct. Is that what you did?

Connectez-vous pour commenter.

Réponses (1)

darova
darova le 18 Oct 2019
Here is some start
What about these?
img1.png img2.png img3.png
See attached script
  5 commentaires
Steve
Steve le 20 Oct 2019
I see what you are pointing out there but, as mentioned previously, the blue line needs to also have a matching "twin" angle on the other end or it is disqualified (see attched pic).
mismatched-angles2.png
Take a look at my picture in my previous comment...all the angles obey the rules.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by