find closest point of two unequal MxN arrays
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a binary image MxN and and an 2-d array (X,Y) with coordinates of points. The two arrays have unequal length, ex. my image is 200x400 and the array is 120x2
I want to compare every point in my 2-d array with the points of my image and find a way to pick the closest points of the image, like this

댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!