- a binary masking operation -- would that make sense? it would obscure the red dots you mentioned. Is that the point?
- opacity/alpha composition -- that would let the map features show through at least
- any number of image blending methods such as things that are literally called "overlay"
Overlay image of road bumps on the map
2 次查看(过去 30 天)
显示 更早的评论
I get a video of bumps, convert everything to a picture, but I can't build a map with overlaid data. I have the path and polygon coordinates (shp file)
n = randi(2,5000,10000); % this is what my data looks like
The map shows a polygon highlighted in black, red dots are stops for charging the camera.
My main problem is that my picture is a rectangle. How I want my data to look
Is there any way to fix this? Thanks in advance
4 个评论
Benjamin Thompson
2022-4-7
If you can get both images into a format like geotiff that is supported by readgeoraster, then display using geoshow, that may be the easiest way to display lots of image combinations together. I am guessing your will have more than just this one example. Please post sample data for all images.
Here is a link to the examples included with the Mapping Toolbox:
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!