Refitting points to nearest polygon
이전 댓글 표시
Hey everyone!
Let's say I have a couple of 2D polygons, and a set of coordinates.
I'm trying to count the number of points that fall in each polygon, and I'm already using inpolygon to do this.
However, I notice there are a few points that are not inside the polygons, but are near it. This is likely due to the inaccuracies that rise with observations.
I need to have these points be counted as part of their nearest polygon, but I don't know how to!
Cheers.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Elementary Polygons에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!