1 / 8

jTIP Transforming 2D into 3D

jTIP Transforming 2D into 3D. Jose Amenero CS491B Fall 2005 Presentation. Overview. jTIP is the implementation of the “Tour Into the Picture” (TIP) algorithm in JAVA in order to make it available through the internet. . What does jTIP do?. Takes a standard 2D image as input

daw
Download Presentation

jTIP Transforming 2D into 3D

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. jTIPTransforming 2D into 3D Jose Amenero CS491B Fall 2005 Presentation

  2. Overview • jTIP is the implementation of the “Tour Into the Picture” (TIP) algorithm in JAVA in order to make it available through the internet.

  3. What does jTIP do? • Takes a standard 2D image as input • 3D parameters are specified by user through a GUI for image manipulation • User can create a custom animation of a walk-through or fly-through by manipulating a “virtual camera” through the GUI • Animations can be saved to a file

  4. Architecture • Code is written in JAVA and will run as a signed applet • JOGL (the JAVA bindings for OpenGL API) is used to optimize graphics performance

  5. Classes • TipMesh • GLFrame • GLTexture • TipImages • TipMask • TipGui*

  6. Progress • Completed • Basic GUI using keystrokes • 3D modeling of 2D image • Animation of 3D model • Removal of foreground objects • Masking of the foreground objects • In Process • Placing foreground objects in 3D space • GUI

  7. What’s Left • Storing Animation created by user • Converting from app to signed applet • Robust GUI and Menus

  8. DEMO

More Related