Insert an external image in a video
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Andres Salomon Fielbaum Schnitzler
el 2 de Ag. de 2022
Respondida: Image Analyst
el 31 de Ag. de 2023
Hi,
I am creating a video that is based on geoscatter. I want to overlap an external image over my video, that remains there during the whole video. I have tried to insert it using imshow, but then either an error appears
"Adding GeographicAxes to axes is not supported. Turn hold off."
Or it does work, but putting the whole video into the axes I define. Is there a different way to do this? Thanks in advance
0 comentarios
Respuestas (2)
Vidip Jain
el 31 de Ag. de 2023
I understand you want to overlay an external image on top of a “geoscatter” plot in MATLAB, you can follow a different approach that involves creating two separate axes within the same figure using subplot, one for the “geoscatter” plot and another for the image overlay.
Finally, load the external image using “imread” and display it on the second axis using “imshow”. This way, you can control the positioning and layering of the elements more effectively.
Refer to this documentation for more information:
0 comentarios
Image Analyst
el 31 de Ag. de 2023
You can paste your image on top of your frame before you send it to videoWriter. See my attached copy and paste demo.
I've also attached a bunch of other movie creation demos for what it's worth.
0 comentarios
Ver también
Categorías
Más información sobre Display Image en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!