- 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
7 views (last 30 days)
Show older comments
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
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!