Hello,
I want to find the distance between all the points as I have indicated in the image, i need to find between each two consecutive points. Can someone please help me, how should I do that. Thank you in advance.

 채택된 답변

Rik
Rik 2017년 11월 2일

0 개 추천

This is a relatively large problem. Try to break it up in smaller bits. Calculating distance between two points is trivial (just use the Pythagorean theorem on the coordinates), so your actual question is how to find the tips of your object.
One of the steps that might help, is skeletonizing the image. Then you can find the endpoints. The only task left to you is figuring out a way to find out which endpoints you should use.
Good luck.

추가 답변 (0개)

질문:

2017년 11월 2일

답변:

Rik
2017년 11월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by