Borrar filtros
Borrar filtros

Import Image from Screen Capture of Google Earth.

19 visualizaciones (últimos 30 días)
Amanda
Amanda el 4 de Sept. de 2012
I am applying screen capture to produce an image of the US using
Google Earth. However, when I read the image into MATLAB to plot
data over it the image becomes all white -- no red,green, or blue.
Note: it does display correctly without plotting any additional data
and using imshow.
My code is:
I = double(imread('USA.png'));
img = flipdim(I,1)
B = IMPRESIZE(img,[500,500],'nearest')
colormap HSV;
hold on;
....Plot Data....
Is there a way to import the image and plot scatter data over it?
Thanks,
Amanda

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Sept. de 2012
  1 comentario
Amanda
Amanda el 4 de Sept. de 2012
OK. I thought it would be a different process.
Thanks.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Google Earth en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by