필터 지우기
필터 지우기

Import Image from Screen Capture of Google Earth.

조회 수: 19 (최근 30일)
Amanda
Amanda 2012년 9월 4일
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

채택된 답변

Walter Roberson
Walter Roberson 2012년 9월 4일
  댓글 수: 1
Amanda
Amanda 2012년 9월 4일
OK. I thought it would be a different process.
Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Google Earth에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by