How to find the centroid of some points on map?

5 次查看(过去 30 天)
I have a set of points on map whose latitude and longitudes are known to me. Points form an L shape or cross shape to be particular. I want to know the lat-lon of the centroid of these points. How can I find that?

回答(1 个)

Image Analyst
Image Analyst 2015-5-28
Using your known latitutes and longitudes of your known set of points, you can get a spatial calibration - it's just a simple line formula if your map does not cover much curvature of the earth.
Then use ginput() to have the user select the points, and plug the x,y into your formulas to get the actual latitude and longitude. It's just simple algebra. Really.
  3 个评论
Image Analyst
Image Analyst 2015-5-29
Oh, okay. Why can't you just take the mean of the x and y values to get the average (centroid) location?

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by