- Segment both boundaries into two separate images.
- Store the pixel indices in a cell array (two cell array)
- Calculate the Euclidean distance between each pair of indices (all possible combinations).
- Find the minimum distance value.
How to find the minimum distance from one point to other point ?
조회 수: 10 (최근 30일)
이전 댓글 표시
In image, we have two boundaries (M- inner boundary and N-outer boundary). Suppose M boundary has 1000 points and N has 1500 points. I want to calculate the distance and angle from point V(fixed point) to boundary M. How will i calculate the minimum diatance from point M on the boundary m to boundary N (for every point on the boundary m) ??
댓글 수: 0
답변 (2개)
KALYAN ACHARJYA
2023년 6월 5일
You can do that in multiple ways, one way
I hope this helps!
댓글 수: 0
Star Strider
2023년 6월 5일
@Surendra Ratnu — I thought we covered all of this in How to find angle between a fixed point to multiple point ??.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!