CN103475891A - Google Earth在双屏幕立体显示系统中的立体变换及显示方法 - Google Patents

Google Earth在双屏幕立体显示系统中的立体变换及显示方法 Download PDF

Info

Publication number
CN103475891A
CN103475891A CN2013104035880A CN201310403588A CN103475891A CN 103475891 A CN103475891 A CN 103475891A CN 2013104035880 A CN2013104035880 A CN 2013104035880A CN 201310403588 A CN201310403588 A CN 201310403588A CN 103475891 A CN103475891 A CN 103475891A
Authority
CN
China
Prior art keywords
dimensional
google earth
screen
display system
dual
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2013104035880A
Other languages
English (en)
Other versions
CN103475891B (zh
Inventor
陈载清
石俊生
邰永航
雷连莎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yunnan Normal University
Original Assignee
Yunnan Normal University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yunnan Normal University filed Critical Yunnan Normal University
Priority to CN201310403588.0A priority Critical patent/CN103475891B/zh
Publication of CN103475891A publication Critical patent/CN103475891A/zh
Application granted granted Critical
Publication of CN103475891B publication Critical patent/CN103475891B/zh
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)
  • Testing, Inspecting, Measuring Of Stereoscopic Televisions And Televisions (AREA)

Abstract

本发明涉及一种Google Earth在双屏幕立体显示系统中的立体变换及显示方法,属计算机图像处理技术领域。本发明的Google Earth在双屏幕立体显示系统中的立体变换及显示方法,包括如下步骤:截获所浏览Google Earth二维卫星地图;通过Google Earth提供的API编程接口获取对应海拔高程值;基于立体视觉原理,使用二维卫星地图加海拔高程值转换为左右视差图;使用线程技术实和图形设备间矩形像素阵列传送技术时实现双OLED左右屏幕视差图输出显示。本发明的优点在于:能够在不改变Google Earth程序和操作模式的情况下实现其在双OLED屏幕立体显示系统中的真三维场景展示。

Description

Google Earth在双屏幕立体显示系统中的立体变换及显示方法
技术领域
本发明涉及一种Google Earth在双屏幕立体显示系统中的立体变换及显示方法,属计算机图像处理技术领域。 
背景技术
双OLED立体显示系统是一种双屏幕近眼立体显示系统,其使用两片微型OLED显示芯片直接向人的双眼呈现两幅稍有不同的视差图像,以达到立体显示的目的[1]。谷歌地球(Google Earth)是一款Google公司开发的虚拟地球仪软件,其把卫星照片、航空照相和GIS布置在一个地球的三维模型上,于2005年推出后即风靡全球。为了实现Google Earth的立体显示以获得更好的用户体验,可基于Google Earth的三维模型使用虚拟摄像机获得不同视角下的卫星地图视图[2],以实现立体显示,但一般情况下需要操作Google Earth程序内核,而一些接口仅对高级用户开放,或者需要第三方插件支持。如StereoPhoto Maker(SPM)[3],其作为Windows平台下的一个免费软件,具有立体图像编辑和多种立体显示平台下的立体显示功能,同时可以内嵌Google Earth程序窗口,用户通过控制左-右虚拟摄像机的间隔来捕捉具体地理位置的立体图像对[4]。Stereo GE Browser[5]是另一个免费的Google Earth立体浏览器,其原理和功能类似于SPM。可以实时实现Google Earth立体显示的程序还有TriDef's Visualizer,其可以支持虑色镜方式和多种立体显示平台输出,但和前面所述的两个免费程序不同,一套TriDef3-D体验包的许可,网络报价为49.99美元[6]。 
由于Google Earth普通版本同时提供了二位平面卫星图和相应海拔高程信息,在双屏幕立体显示系统中可以把高程图作为深度图,卫星地图作为单视点图,采用基于图像的3D变换绘制技术还原出左右眼视差图来以实现立体显示,在3D变换过程中可根据个人要求实时控制立体变换参数,实现个性化立体显示。 
参考文献: 
[1]Chen,Z.,et al.,A design of near-eye 3D display based on dual-OLED.Proc.SPIE,2010.7749:p.121-127. 
[2]Boulos,M.N.and L.R.Robinson,Web GIS in practice VII:stereoscopic3-D solutions for online maps and virtual globes.International journal of health geographics,2009.8(1):p.59. 
[3]Suto,M.and D.Sykes,StereoPhoto Maker,2013:http://stereo.jpn.org/eng/stphmkr/. 
[4]SPM.Stereo Google Earth.2013;Available from:http://stereo.jpn.org/eng/stphmkr/help/ge.htm. 
[5]Suto,M.and D.Sykes,Stereo GE Browser,2009:http://stereo.jpn.org/eng/stge/stbrhelp.html. 
[6]TriDef.3D.TriDef3D::TriDef Software::TriDef3D.2013;Available from:http://www.tridef.com/cart/product.php?productid=3. 
发明内容:
针对双OLED近眼立体显示系统,本发明提供一种Google Earth的立体变换及显示方法,也能应用于其他普通的双屏幕立体显示系统中。 
本发明的目的是这样实现的: 
(1)使用Windows Graphics Device Interface(GDI)技术获取Google Earth显示在屏幕上的二维卫星地图各像素点的颜色值; 
(2)通过Google Earth提供的API编程接口提取相应点的海拔值; 
(3)基于立体视觉原理,将二维卫星地图作3D变换绘制,获得包含两个视点的左右眼视差图; 
(4)使用GDI API中的图形设备间矩形像素阵列传送技术(BitBlt)将左右视差图快速呈现在左右双屏幕上。 
本发明的优点在于:在不改变Google Earth程序和操作模式的情况下实现其在双OLED立体显示系统中的真三维场景展示。 
附图说明:
图1是Google Earth浏览地图变换为左右眼视差图示意图。 
图2是按照本发明方法得到立体变换结果。 
具体实施方式:
下面结合附图1对本发明作详细的描述。 
Google Earth在双屏幕立体显示系统中的立体变换及显示方法,具体步骤如下(以C#开发环境为例): 
步骤1:获取Google Earth二维卫星地图各像素点颜色值。首先调用Windows API隐藏Google Earth的界面,只将Google Earth地图显示在自定义的窗体如面板控件Panel对象上(设Pane对象Height属性值为m,Width属性值为n);然后调用Windows GDI图形用户界面相关程序gdi32.dll文件中的BitBlt()函数直接将Panel上显示的像素进行位块(bit_block)转换,存放到一个制订了像素矩阵中各像素颜色的内存位图Bitmap中,即所浏览区域的二维地图已被快速保存到Bitmap内存位图中。 
步骤2:卫星地图海拔值获取。调用Google COM API中IApplicationGE接口中函数GetPointOnTerrainFromScreenCoords(screen_x,screen_y,[out,retval]IPointOnTerrainGE pPoint),能返回一个三维点坐标pPoint,pPoint包含经度(Longitude),纬度(latitude),海拔(altitude)信息。坐标点(screen_x,screen_y)范围从(-1,-1)到(1,1)。使用该函数按像素循环遍历整个Panel界面,能够提取出相应地图的海拔值,存放在二维内存数组Altitude[m,n]中。 
步骤3:左右眼视差图变换。基于立体视觉原理,左右眼视差图(立体图像对)即为左、右眼观察到的三维物体透视图。如附图1,设步骤1中由Google Earth视场照相机确定的场景Bitmap为虚拟中心眼所观察到的透视图,则左、右眼的卫星透视图通过如下像素移动技术变换得到: 
在空间立体坐标(X,Y,Z)中,Z方向为垂直海拔方向;设Google Earth视场虚拟相机焦点坐标为F(xf,yf,f),相机位置坐标为C(xf,yf,h),相机镜头倾角为t,虚拟右眼坐标为R(xf+b/2,yf,h),虚拟左眼坐标为L(xf-b/2,yf,h),即虚拟眼间的距离为b,若空间中某一点M(xm,ym,a)从相机位置观察投射到Bitmap投影平面的坐标为点P(x,y,z),则在该投影平面下,从右眼观察时其坐标点Pr(xr,yr,zr)的位移变换公式如下: 
x r = x + b ( f - a ) 2 ( h - a ) - - - ( 1 )
yr=y    (2) 
zr=z    (3) 
类似的,P(x,y,z)变换到左眼视图坐标点Pl(xl,yl,zl)的变换公式为: 
x 1 = = x - b ( a - f ) 2 ( h - a ) - - - ( 4 )
y1=y    (5) 
z1=z    (6) 
在编程时,a赋值为Altitude[y,x],b设为可调节的值,相机高度h和焦点高度f由调用Google COM API中ICameraInfoGE接口的Range和FocusPointAltitude属性值分别得到。由上述公式把Bitmap转换成左右眼视图分别存放在LeftBm和RightBm内存位图中。 
步骤4:左右屏幕视差图显示。附图2为左右视差图转换结果示意,使用线程技术每隔40毫秒就调用GDI API图形设备间矩形像素阵列传送函数BitBlt(),将左右视差图不间断快速呈现在左右眼屏幕上,实现实时立体显示。 

Claims (2)

1.一种Google Earth在双屏幕立体显示系统中的立体变换及显示方法,其特征在于该方法步骤如下:
步骤a:使用Windows Graphics Device Interface技术获取Google Earth显示在屏幕上的二维卫星地图各像素点的颜色值;
步骤b:通过Google Earth提供的API编程接口获取对应海拔高程值;
步骤c:基于立体视觉原理,使用二维卫星地图加海拔高程值转换为左右视差图;
步骤d:使用GDI API中的图形设备间矩形像素阵列传送技术将左右视差图分别呈现双屏幕上。
2.根据权利要求1所述的Google Earth在双屏幕立体显示系统中的显示方法,其特征在于所述步骤c中二维卫星地图加海拔高程值转换为左右视差图的立体变换方法为:
设步骤a中由Google Earth视场照相机确定的场景Bitmap为虚拟中心眼所观察到的透视图,则左、右眼的卫星透视图通过如下像素移动技术变换得到:
在空间立体坐标(X,Y,Z)中,Z方向为垂直海拔方向;设Google Earth视场虚拟相机焦点坐标为F(Xf,Yf,f),相机位置坐标为C(Xf,Yf,h),相机镜头倾角为t,虚拟右眼坐标为R(Xf+b/2,Yf,h),虚拟左眼坐标为L(Xf-b/2,Yf,h),即虚拟眼间的距离为b,若空间中某一点M(Xm,Ym,a)从相机位置观察投射到Bitmap投影平面的坐标为点P(x,y,z),则在该投影平面下,从右眼观察时其坐标点Pr(Xr,Yr,Zr)的位移变换公式如下:
x r = x + b ( f - a ) 2 ( h - a )
yr=y
zr=z
类似的,P(x,y,z)变换到左眼视图坐标点Pl(Xl,Yl,Zl)的变换公式为:
x 1 = = x - b ( a - f ) 2 ( h - a )
y1=y
z1=z
CN201310403588.0A 2013-09-08 2013-09-08 Google Earth在双屏幕立体显示系统中的立体变换及显示方法 Expired - Fee Related CN103475891B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310403588.0A CN103475891B (zh) 2013-09-08 2013-09-08 Google Earth在双屏幕立体显示系统中的立体变换及显示方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310403588.0A CN103475891B (zh) 2013-09-08 2013-09-08 Google Earth在双屏幕立体显示系统中的立体变换及显示方法

Publications (2)

Publication Number Publication Date
CN103475891A true CN103475891A (zh) 2013-12-25
CN103475891B CN103475891B (zh) 2015-08-19

Family

ID=49800568

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310403588.0A Expired - Fee Related CN103475891B (zh) 2013-09-08 2013-09-08 Google Earth在双屏幕立体显示系统中的立体变换及显示方法

Country Status (1)

Country Link
CN (1) CN103475891B (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104463955A (zh) * 2014-11-19 2015-03-25 长江大学 一种基于快门式3d技术的地质模型显示方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7746343B1 (en) * 2005-06-27 2010-06-29 Google Inc. Streaming and interactive visualization of filled polygon data in a geographic information system
CN101477700B (zh) * 2009-02-06 2011-04-27 南京师范大学 面向Google Earth与Sketch Up的真三维立体显示方法
CN103093504A (zh) * 2012-12-31 2013-05-08 上海师范大学 一种立体影像生成方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7746343B1 (en) * 2005-06-27 2010-06-29 Google Inc. Streaming and interactive visualization of filled polygon data in a geographic information system
CN101477700B (zh) * 2009-02-06 2011-04-27 南京师范大学 面向Google Earth与Sketch Up的真三维立体显示方法
CN103093504A (zh) * 2012-12-31 2013-05-08 上海师范大学 一种立体影像生成方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MAGED N KAMEL BOULOS AND LARRY R ROBINSON: "Web GIS in practice VII:stereoscopic 3D solutions for online maps and virtual globes", 《INTERNATIONAL JOURNAL OF HEALTH GEOGRAPHICS》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104463955A (zh) * 2014-11-19 2015-03-25 长江大学 一种基于快门式3d技术的地质模型显示方法

Also Published As

Publication number Publication date
CN103475891B (zh) 2015-08-19

Similar Documents

Publication Publication Date Title
US10587871B2 (en) 3D User Interface—360-degree visualization of 2D webpage content
US10506223B2 (en) Method, apparatus, and device for realizing virtual stereoscopic scene
EP3170151B1 (en) Blending between street view and earth view
CN109829981B (zh) 三维场景呈现方法、装置、设备及存储介质
CN105005970B (zh) 一种增强现实的实现方法及装置
WO2017113681A1 (zh) 一种基于虚拟现实技术的视频图像处理方法及装置
WO2020190553A1 (en) Method and system for rendering a 3d image using depth information
US11003305B2 (en) 3D user interface
DE112016004216T5 (de) Allgemeine Sphärische Erfassungsverfahren
CN107248194A (zh) 一种基于云计算的cae数据三维显示交互方法
DE112013003257T5 (de) Verbesserte Informationsübertragung durch ein transparentes Display
CN101189643A (zh) 3d图像生成和显示系统
CN113228688B (zh) 在计算设备上创建壁纸图像的系统和方法
CN104680532A (zh) 一种对象标注方法及装置
CN104021585A (zh) 基于真实场景的三维展示方法
WO2019076348A1 (zh) 一种虚拟现实vr界面生成的方法和装置
CN105791793A (zh) 图像处理方法及其电子装置
US20190043247A1 (en) 3D User Interface - Non-native Stereoscopic Image Conversion
KR20170073937A (ko) 영상 데이터 전송 방법 및 장치, 및 3차원 영상 생성 방법 및 장치
CN113678173A (zh) 用于虚拟对象的基于图绘的放置的方法和设备
CN103475891B (zh) Google Earth在双屏幕立体显示系统中的立体变换及显示方法
CN112862976B (zh) 一种数据处理方法、装置及电子设备
Xing et al. Multi-projector three-dimensional display for 3D Geographic Information System
US10964056B1 (en) Dense-based object tracking using multiple reference images
US20240236288A9 (en) Method And Apparatus For Generating Stereoscopic Display Contents

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150819

Termination date: 20160908

CF01 Termination of patent right due to non-payment of annual fee