Topographical Map 2D Image to 3D data for model

9 views (last 30 days)
Hello All,
I am trying to figure out a good way about creating data for a 3D model (STL) from an image of a topographical map.
In particular, if you look at the image I've attached, I am trying to figure out how to create data points representing the boundary of the lake, along with the altitude contours within the lake image. The data (spatial coordinates) I would then figure out how to somehow convert to an STL.
Anyone have good ideas on a starting point?
  1 Comment
Star Strider
Star Strider on 30 Oct 2021
The data used to create that must already exist somewhere. See if it is possible to find it onlline. (I have no idea where to begin with that, however GPS providers could be an initial source, directing to a government source.)

Sign in to comment.

Answers (1)

Holden Tranquillo
Holden Tranquillo on 30 Oct 2021
I have found some LIDAR data on some lakes, but that is overcomplicating it for what I need as I just want a few contours modeled, not an exact topographical replica.
I found a function "bwtraceboundary.m" that I am going to try out for now and then hopefully convert the borders to spatial data.

Community Treasure Hunt

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

Start Hunting!