US8207962B2 - Stereo graphics system based on depth-based image rendering and processing method thereof - Google Patents

Stereo graphics system based on depth-based image rendering and processing method thereof Download PDF

Info

Publication number
US8207962B2
US8207962B2 US11/820,110 US82011007A US8207962B2 US 8207962 B2 US8207962 B2 US 8207962B2 US 82011007 A US82011007 A US 82011007A US 8207962 B2 US8207962 B2 US 8207962B2
Authority
US
United States
Prior art keywords
image
rendering
computer
images
depth
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.)
Active, expires
Application number
US11/820,110
Other languages
English (en)
Other versions
US20080309666A1 (en
Inventor
Wan-Yu Chen
Chih-Hui Kuo
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.)
MediaTek Inc
Original Assignee
MediaTek Inc
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 MediaTek Inc filed Critical MediaTek Inc
Priority to US11/820,110 priority Critical patent/US8207962B2/en
Assigned to MEDIATEK INC. reassignment MEDIATEK INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHEN, WAN-YU, KUO, CHIH-HUI
Priority to TW096140225A priority patent/TWI364000B/zh
Priority to CN2007101699314A priority patent/CN101329759B/zh
Publication of US20080309666A1 publication Critical patent/US20080309666A1/en
Application granted granted Critical
Publication of US8207962B2 publication Critical patent/US8207962B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/10Geometric effects
    • G06T15/20Perspective computation
    • G06T15/205Image-based rendering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/10Geometric effects
    • G06T15/20Perspective computation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N13/00Stereoscopic video systems; Multi-view video systems; Details thereof
    • H04N13/20Image signal generators
    • H04N13/275Image signal generators from 3D object models, e.g. computer-generated stereoscopic image signals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N13/00Stereoscopic video systems; Multi-view video systems; Details thereof
    • H04N13/10Processing, recording or transmission of stereoscopic or multi-view image signals

Definitions

  • the invention relates to stereo image rendering, and more particularly to a stereo graphics system based on depth-based image rendering and a processing method thereof.
  • three-dimensional (3D) graphics rendering may be performed with or without hardware 3D accelerators.
  • 3D graphics rendering In a stereo graphics application, however, a scene must be drawn twice, once for the left-eye view, and once for the right-eye view.
  • FIG. 1 illustrates the concept of stereo graphics and 3D vision.
  • the bottom-left and bottom-right circles represent the position of a human's left eye and right eye respectively.
  • E represents the eye separation distance between the two eyes.
  • P represents the distance between projected views of the left and right eyes on the screen plane (Screen_Plane), indicating disparity in stereo video interpreted as the view depth in the human brain.
  • Z i represents a view distance from the eyes to the screen plane.
  • the top point illustrates an image point displayed on the screen plane.
  • Z m represents a view depth, from the screen plane to the image point, bringing human 3D scene.
  • 3D stereo graphics operations include 3D graphics rendering stereovision.
  • a stereo graphics accelerator design comprises rendering of general 3D graphics and the stereo image display. Real-time 3D rendering can be achieved using graphics accelerators with 3D graphics chips such as 3Dlabs' GLINT lines.
  • the key component in the design of a high-resolution stereo accelerator is the embedding of stereoscopic display functions in a graphics accelerator.
  • stereoscopic graphics can only be viewed if both the left and right images, a stereo pair, are displayed simultaneously.
  • the frame buffer must be divided into four buffers which include a front left buffer, back left buffer, front right buffer, and back right buffer.
  • Each individual double-buffered memory stores the information of either left-eye image or right-eye image.
  • This frame buffer architecture organization is referred to as quad buffering.
  • the left eye can only view left image output from the left buffer and the right eye can only view right image output from the right buffer.
  • Each eye view should be refreshed often enough to avoid flickering.
  • Time multiplexed stereo devices such as liquid crystal stereo glasses are typically used for viewing stereo image pairs.
  • Graphics application 17 determines a viewpoint and graphical data
  • graphics pipeline 23 renders an image based on the viewpoint and the graphical data
  • frame buffer 26 stores the rendered image
  • display device 29 displays the rendered image.
  • the stereo mode is on, two camera viewpoint are rendered, which reduces the frame rate by at least half.
  • the frame rate degradation may cause game unplayable or unacceptable display quality.
  • U.S. Pat. No. 6,985,162 discloses systems and methods for rendering active stereo graphical data as passive stereo.
  • Master pipeline 55 receives graphical data and renders two-dimensional (2D) graphical data to frame buffer 65 and routes three-dimensional (3D) graphical data to slave pipelines 56 - 59 , which render the 3D graphical data to frame buffers 66 - 69 , respectively.
  • the compositor 76 combine each of the data streams from frame buffers 65 - 69 into a single data stream that is provided to display device 83 . Since there are more than one graphics pipeline unit employed for rendering left and right images, the frame rate is the same as the 2D display mode, however, hardware cost and bandwidth for exchanging graphics data are increased.
  • An exemplary embodiment of a method for processing stereo graphics comprises the following.
  • a first image comprising the left eye image is rendered from graphics data, and a depth image relating to the first image is derived using a master pipeline.
  • the first image is transmitted to a first frame buffer and a rendering unit while the depth image is transmitted to the rendering unit.
  • the second image comprising the right eye image is rendered based on the first image and the depth image using the rendering unit.
  • the second image is buffered in a second frame buffer.
  • the first and second images are accessed by a compositor from the frame buffers and combine to generate a resulting image.
  • a stereo graphics system comprises a master pipeline, a slave pipeline, a rendering unit, a first frame buffer, a second frame buffer, a second frame buffer, a third frame buffer, and a compositor.
  • the master pipeline renders a first image and a depth image from graphics data.
  • the slave pipeline renders a third image based on an object located farther away from the viewpoint of a user than a depth-based object of the first image.
  • the rendering unit accesses the first image and the depth image from the master pipeline to render a second image.
  • the compositor accesses the first, second, and third images from the frame buffers and combines the images to generate a resulting image.
  • a stereo graphics system comprises a master pipeline, a first rendering unit, a second rendering unit, a first frame buffer, a second frame buffer, a third frame buffer, and a compositor.
  • the master pipeline renders a first image and derives a depth image relating to the first image.
  • the first rendering unit accesses the first image and the depth image from the master pipeline to render a second image.
  • the second rendering unit renders a third image based on an object located near a depth-based object of the first image.
  • the compositor accesses the first, second, and third images from the frame buffers and combines the images to generate a resulting image.
  • FIG. 1 illustrates a stereo image and depth of a 3D scene
  • FIG. 2 is a block diagram illustrating a conventional graphical display system
  • FIG. 3 is a block diagram illustrating another graphical display system
  • FIG. 4 is a schematic view of an embodiment of a stereo graphics system based on depth-based image rendering.
  • FIG. 5 illustrates another embodiment of a stereo graphics system based on depth-based image rendering using at least two pipelines.
  • FIG. 6 illustrates another embodiment of a stereo graphics system based on depth-based image rendering using at least two rendering units.
  • FIG. 7 is a flowchart of an embodiment of processing method for a stereo graphics system based on depth-based image rendering.
  • FIG. 8 illustrates relative positions for the left and right views generated by human optic nerves.
  • FIG. 9 illustrates an embodiment of a depth-based image rendering, rendering the right view image according to the left view image based on the optic nerve rendering.
  • FIGS. 4 through 7 Several exemplary embodiments of the invention are described with reference to FIGS. 4 through 7 . It is to be understood that the following disclosure provides various embodiments as examples for implementing different features of the invention. Specific examples of components and arrangements are described in the following to simplify the present disclosure. These are, of course, merely examples and are not intended to be limited. In addition, the present disclosure may repeat reference numerals and/or letters in the various examples. This repetition is for the purpose of simplicity and clarity and does not in itself dictate a relationship between the various described embodiments and/or configurations.
  • FIG. 8 illustrates relative positions for the left and right views generated by human optic nerves.
  • FIG. 9 illustrates an embodiment of a depth-based image rendering, rendering the right view image according to the left view image based on the optic nerve rendering.
  • the left view and right view are relative and depth is the key relationship.
  • the “L” image represents the left view and is first rendered and the depth image relating to the left view is calculated.
  • the right view can be rendered based on the left view and the depth image.
  • Such rendering is similar to disparity vector (DV) compensation.
  • DV disparity vector
  • FIG. 4 is a schematic view of an embodiment of a stereo graphics system based on depth-based image rendering.
  • Stereo graphics system 400 comprises a graphics application 410 , a master pipeline 420 , a rendering unit 430 , a first frame buffer 440 , a second frame buffer 450 , and a compositor 460 .
  • Graphics application 410 provides graphics data to master pipeline 420
  • master pipeline 420 renders the left image and derives a depth image relating to the left image.
  • the left image is temporarily stored in first frame buffer 440 .
  • master pipeline 420 transmits the left image and the depth image to rendering unit 430 .
  • Rendering unit 430 renders the right image based on the left image and the depth image and buffers the right image in second frame buffer 450 .
  • Compositor 460 retrieves the left and right images from first and second frame buffers 440 and 450 , combining both images to generate a resulting image to be displayed on a display device.
  • the right image can be derived from the left image based on the depth information. As shown in FIG. 8 , however, there are occluded areas due to different views of the left and right eyes. If an accurate resulting image is desired, rendering unit 430 draws a bounding box of occluded area and transmits the bounding box to master pipeline 420 . Master pipeline 420 then renders the occluded area of the right images based on the bounding box. The occluded area of the right image can also be rendered by interpolation or extrapolation to improve the resulting image quality.
  • FIG. 5 illustrates another embodiment of a stereo graphics system based on depth-based image rendering using at least two pipelines.
  • Stereo graphics system 500 comprises a graphics application 510 , a master pipeline 520 , a slave pipeline 525 , a rendering unit 530 , a first frame buffer 540 , a second frame buffer 550 , a third frame buffer 545 , and a compositor 560 .
  • Master pipeline 520 retrieves graphics data from graphics application 510 , and it renders the left image and calculates a depth image relating to the left image. The left image is then buffered in first frame buffer 540 . If an object in the left image also requires rendering but is located farther from a viewer than a depth-based object of the left image, slave pipeline 525 renders the object and transmits the object image to third frame buffer 545 .
  • master pipeline 520 transmits the left image and the depth image to rendering unit 530 .
  • Rendering unit 530 renders the right image based on the left image and the depth image and transmits the right image to second frame buffer 550 .
  • Compositor 560 retrieves the left and right images from first and second frame buffers 540 and 550 and the object image from third frame buffer 545 and merges the images to generate a resulting image to be displayed on a display device.
  • FIG. 6 illustrates another embodiment of a stereo graphics system based on depth-based image rendering using at least two rendering units.
  • Stereo graphics system 600 comprises a graphics application 610 , a master pipeline 620 , rendering units 630 and 635 , a first frame buffer 640 , a second frame buffer 650 , a third frame buffer 655 , and a compositor 660 .
  • Master pipeline 620 obtains graphics data from graphics application 610 , renders the left image from the graphics data, and derives a depth image relating to the left image and transmits the left image to first frame buffer 640 . If an object in the left image also requires rendering and is located near a depth-based object of the left image, rendering units 635 renders the object and transmits the object image to third frame buffer 655 .
  • master pipeline 620 transmits the left image and the depth image to rendering unit 630 to render the right image, and the right image is temporarily stored in second frame buffer 650 .
  • Compositor 660 retrieves the left and right images from first and second frame buffers 640 and 650 and the object image from third frame buffer 655 and merges the images to generate a resulting image to be displayed on a display device.
  • the stereo graphics system generates a resulting image based on more than two views, for examples, three views including left, right, and centre views.
  • the image of the centre view may be obtained by an additional pipeline, similar to the structure as shown in FIG. 5 , or an additional rendering unit, similar to the structure as shown in FIG. 6 .
  • FIG. 7 is a flowchart of an embodiment of a stereo graphics processing method.
  • a first image relating to the left eye is rendered and a depth image relating to the first image is derived (step S 71 ).
  • the first image is transmitted to a first frame buffer and a rendering unit while the depth image is transmitted to the rendering unit (step S 72 ).
  • the second image relating to the right eye is calculated based on the first image and the depth image (step S 73 ).
  • the second image is transmitted to a second frame buffer (step S 74 ).
  • the first and second images are accessed from the first and second frame buffers and combined to generate a resulting image (step S 75 ), and the resulting image can be displayed on a display device.
  • An embodiment of a stereo graphics system based on depth-based image rendering and the processing method therefore can be applied to graphics cards or any product supporting stereo graphics.
  • Embodiments of the proposed stereo graphics system and method accelerate image synthesis of another viewpoint by utilizing depth information.
  • the frame rate for complex scenes can maintain at a rate almost the same when stereo mode is activated while only employing one graphics pipeline unit.
  • Methods and systems of the present disclosure may take the form of program code (i.e., instructions) embodied in media, such as CD-ROMS, hard drives, firmware, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing embodiments of the disclosure.
  • the methods and apparatus of the present disclosure may also be embodied in the form of program code transmitted over some transmission medium, such as electrical wiring or cabling, through fiber optics, or via any other form of transmission, wherein, when the program code is received and loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing and embodiment of the disclosure.
  • the program code When implemented on a general-purpose processor, the program code combines with the processor to provide a unique apparatus that operates analogously to specific logic circuits.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Geometry (AREA)
  • Computing Systems (AREA)
  • Computer Graphics (AREA)
  • General Physics & Mathematics (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Image Generation (AREA)
  • Processing Or Creating Images (AREA)
  • Image Processing (AREA)
  • Testing, Inspecting, Measuring Of Stereoscopic Televisions And Televisions (AREA)
US11/820,110 2007-06-18 2007-06-18 Stereo graphics system based on depth-based image rendering and processing method thereof Active 2029-11-08 US8207962B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US11/820,110 US8207962B2 (en) 2007-06-18 2007-06-18 Stereo graphics system based on depth-based image rendering and processing method thereof
TW096140225A TWI364000B (en) 2007-06-18 2007-10-26 Stereo graphics system and processing method and storage medium
CN2007101699314A CN101329759B (zh) 2007-06-18 2007-11-08 立体图形系统以及处理方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/820,110 US8207962B2 (en) 2007-06-18 2007-06-18 Stereo graphics system based on depth-based image rendering and processing method thereof

Publications (2)

Publication Number Publication Date
US20080309666A1 US20080309666A1 (en) 2008-12-18
US8207962B2 true US8207962B2 (en) 2012-06-26

Family

ID=40131845

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/820,110 Active 2029-11-08 US8207962B2 (en) 2007-06-18 2007-06-18 Stereo graphics system based on depth-based image rendering and processing method thereof

Country Status (3)

Country Link
US (1) US8207962B2 (zh)
CN (1) CN101329759B (zh)
TW (1) TWI364000B (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110157311A1 (en) * 2009-12-31 2011-06-30 Industrial Technology Research Institute Method and System for Rendering Multi-View Image
US20110216065A1 (en) * 2009-12-31 2011-09-08 Industrial Technology Research Institute Method and System for Rendering Multi-View Image

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5338166B2 (ja) 2008-07-16 2013-11-13 ソニー株式会社 送信装置、立体画像データ送信方法、受信装置および立体画像データ受信方法
US8279267B2 (en) * 2009-03-09 2012-10-02 Mediatek Inc. Apparatus and method for capturing images of a scene
CN102714747A (zh) * 2010-01-21 2012-10-03 通用仪表公司 立体视频图形覆盖
US20110210962A1 (en) * 2010-03-01 2011-09-01 Oracle International Corporation Media recording within a virtual world
TWI423197B (zh) * 2010-07-20 2014-01-11 Innolux Corp 驅動方法與顯示裝置
EP2533212A1 (en) * 2011-06-10 2012-12-12 Samsung Electronics Co., Ltd. Reference layer for hole recovery within an output image.
US9251766B2 (en) 2011-08-03 2016-02-02 Microsoft Technology Licensing, Llc. Composing stereo 3D windowed content
US10397540B2 (en) 2014-12-09 2019-08-27 Inuitive Ltd. Method for obtaining and merging multi-resolution data
US10349040B2 (en) 2015-09-21 2019-07-09 Inuitive Ltd. Storing data retrieved from different sensors for generating a 3-D image
CN105979243A (zh) * 2015-12-01 2016-09-28 乐视致新电子科技(天津)有限公司 一种显示立体图像的处理方法和装置
CN107292807B (zh) * 2016-03-31 2020-12-04 阿里巴巴集团控股有限公司 一种图形合成方法、窗口设置方法及系统
CN107507283B (zh) * 2017-08-21 2019-06-25 广州视源电子科技股份有限公司 立体图形的展开呈现方法、装置、电子设备及存储介质
US10708597B2 (en) * 2018-02-01 2020-07-07 Microsoft Technology Licensing, Llc Techniques for extrapolating image frames

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5379369A (en) * 1991-03-04 1995-01-03 Sharp Kabushiki Kaisha Apparatus for generating stereoscopic image and method therefor
US5530774A (en) * 1994-03-25 1996-06-25 Eastman Kodak Company Generation of depth image through interpolation and extrapolation of intermediate images derived from stereo image pair using disparity vector fields
US5977935A (en) * 1993-08-12 1999-11-02 Seiko Epson Corporation Head-mounted image display device and data processing apparatus including the same
US6608622B1 (en) * 1994-10-14 2003-08-19 Canon Kabushiki Kaisha Multi-viewpoint image processing method and apparatus
US6791598B1 (en) * 2000-03-17 2004-09-14 International Business Machines Corporation Methods and apparatus for information capture and steroscopic display of panoramic images
US20040189796A1 (en) 2003-03-28 2004-09-30 Flatdis Co., Ltd. Apparatus and method for converting two-dimensional image to three-dimensional stereoscopic image in real time using motion parallax
US6985162B1 (en) 2000-11-17 2006-01-10 Hewlett-Packard Development Company, L.P. Systems and methods for rendering active stereo graphical data as passive stereo
US7616885B2 (en) * 2006-10-03 2009-11-10 National Taiwan University Single lens auto focus system for stereo image generation and method thereof

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6356297B1 (en) * 1998-01-15 2002-03-12 International Business Machines Corporation Method and apparatus for displaying panoramas with streaming video
US6559844B1 (en) * 1999-05-05 2003-05-06 Ati International, Srl Method and apparatus for generating multiple views using a graphics engine
CN1414795A (zh) * 2001-10-22 2003-04-30 矽统科技股份有限公司 在视窗中显示立体动画的装置及方法
US20050122338A1 (en) * 2003-12-05 2005-06-09 Michael Hong Apparatus and method for rendering graphics primitives using a multi-pass rendering approach
CN1272749C (zh) * 2004-02-03 2006-08-30 威盛电子股份有限公司 三度空间影像处理方法

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5379369A (en) * 1991-03-04 1995-01-03 Sharp Kabushiki Kaisha Apparatus for generating stereoscopic image and method therefor
US5977935A (en) * 1993-08-12 1999-11-02 Seiko Epson Corporation Head-mounted image display device and data processing apparatus including the same
US5530774A (en) * 1994-03-25 1996-06-25 Eastman Kodak Company Generation of depth image through interpolation and extrapolation of intermediate images derived from stereo image pair using disparity vector fields
US6608622B1 (en) * 1994-10-14 2003-08-19 Canon Kabushiki Kaisha Multi-viewpoint image processing method and apparatus
US6791598B1 (en) * 2000-03-17 2004-09-14 International Business Machines Corporation Methods and apparatus for information capture and steroscopic display of panoramic images
US6985162B1 (en) 2000-11-17 2006-01-10 Hewlett-Packard Development Company, L.P. Systems and methods for rendering active stereo graphical data as passive stereo
US20040189796A1 (en) 2003-03-28 2004-09-30 Flatdis Co., Ltd. Apparatus and method for converting two-dimensional image to three-dimensional stereoscopic image in real time using motion parallax
US7616885B2 (en) * 2006-10-03 2009-11-10 National Taiwan University Single lens auto focus system for stereo image generation and method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110157311A1 (en) * 2009-12-31 2011-06-30 Industrial Technology Research Institute Method and System for Rendering Multi-View Image
US20110216065A1 (en) * 2009-12-31 2011-09-08 Industrial Technology Research Institute Method and System for Rendering Multi-View Image

Also Published As

Publication number Publication date
US20080309666A1 (en) 2008-12-18
CN101329759B (zh) 2010-10-13
CN101329759A (zh) 2008-12-24
TW200901085A (en) 2009-01-01
TWI364000B (en) 2012-05-11

Similar Documents

Publication Publication Date Title
US8207962B2 (en) Stereo graphics system based on depth-based image rendering and processing method thereof
US10257492B2 (en) Image encoding and display
US10306202B2 (en) Image encoding and display
JP2023129414A (ja) 仮想コンテンツワーピングを伴う複合現実システムおよびそれを使用して仮想コンテンツを生成する方法
KR20100135007A (ko) 다시점 영상 표시 장치 및 방법
WO2010084716A1 (ja) 画像処理装置、プログラム、画像処理方法、記録方法および記録媒体
CN105611278A (zh) 防裸眼3d观看眩晕感的图像处理方法及系统和显示设备
KR20160025522A (ko) 위치 감지와 뷰들의 적응 수를 갖는 멀티뷰 3차원 디스플레이 시스템 및 방법
CN103945205B (zh) 兼容2d与多视点裸眼3d显示的视频处理装置及方法
JP2011205195A (ja) 画像処理装置、プログラム、画像処理方法、椅子および観賞システム
CN112752085A (zh) 基于人眼跟踪的裸眼3d视频播放系统及方法
KR100980298B1 (ko) 모델링된 2차원 영상의 3차원 영상 변환 방법
US10567744B1 (en) Camera-based display method and system for simulators
JP2010171628A (ja) 画像処理装置、プログラム、画像処理方法、記録方法および記録媒体
KR102459850B1 (ko) 3d 이미지 처리 방법 및 장치, 및 그래픽 처리 장치
US8976171B2 (en) Depth estimation data generating apparatus, depth estimation data generating method, and depth estimation data generating program, and pseudo three-dimensional image generating apparatus, pseudo three-dimensional image generating method, and pseudo three-dimensional image generating program
US6559844B1 (en) Method and apparatus for generating multiple views using a graphics engine
US20230239458A1 (en) Stereoscopic-image playback device and method for generating stereoscopic images
CN116610213A (zh) 虚拟现实中的交互显示方法、装置、电子设备、存储介质
US6091419A (en) 3-D parallax drawing system and related method
CN105334629A (zh) 光学成像系统、三维显示系统和车载三维显示系统
US9269177B2 (en) Method for processing image and apparatus for processing image
Lee et al. Eye tracking based glasses-free 3D display by dynamic light field rendering
JP2001331169A (ja) 立体視映像表示装置、及び情報記憶媒体
JP3913076B2 (ja) 画像合成処理装置

Legal Events

Date Code Title Description
AS Assignment

Owner name: MEDIATEK INC., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHEN, WAN-YU;KUO, CHIH-HUI;REEL/FRAME:019508/0956

Effective date: 20070608

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12