Why should I follow this presentation? What is it good for?

Size: px
Start display at page:

Download "Why should I follow this presentation? What is it good for?"

Transcription

1 Why should I follow this presentation? What is it good for? Introduction into 3D imaging (stereoscopy, stereoscopic, stereo vision) S3D state of the art for PC and TV Compiling 2D to 3D Computing S3D animations, SketchUp, Ruby Open source software for video applications Knowing the path to S3D (different from walking the path) Viewing a walk-through 1/24

2 Introduction 3D Animation for Print Media Flip-book Lenticular technique 2/24

3 Introduction 3D Animation for Print Media Flip-book Lenticular technique 3/24

4 Introduction 3D Sells 4/24

5 Introduction Milestones of Stereoscopy 1830 Stereoscope 1897 Kaiserpanorama D Movie Power of Love 1950 Polarisation D Hype 2010 Newspaper BILD in 3D D Television D Cinema 5/24

6 Introduction Milestones of Stereoscopy 1830 Stereoscope 1897 Kaiserpanorama D Movie Power of Love 1950 Polarisation D Hype 2010 Newspaper BILD in 3D D Television D Cinema 6/24

7 3D Imaging Artificial 3D Viewing Two images of an object from two different positions Viewing angle between near and far point < 70 arcminutes Horizontal parallaxe 1/30 of the image format (1920/30 = 64) Base line 1/10 1/30 of the average distance 7/24

8 3D Imaging Image Separation Local (stereoscope, KMQ, HMD) Filter techniques (color, wave length, polarization) Temporal (shutter glasses) 8/24

9 3D Imaging Image Separation Local (stereoscope, KMQ, HMD) Filter techniques (color, wave length, polarization) Temporal (shutter glasses) 9/24

10 3D Imaging Image Separation Local (stereoscope, KMQ, HMD) Filter techniques (color, wave length, polarization) Temporal (shutter glasses) 10/24

11 Recording in 3D Digital cameras Camcorder Smartphones Webcams 11/24

12 State of the Art - Viewing 3D on PC and TV Nvidia 3D Vision driver ATI/AMD TriDef driver 120 Hz monitor Polarizing panel Shutter glasses or filter HDMI /24

13 State of the Art - HDMI 1.4 High Definition Television Image resolution 1280x720 px or 1920x1080 px, format 16:9 Frame mode progressive or interlaced Nomenclature for HDTV 1080p60 lines + frame mode + frequency 3D transmission in one frame HDTV format bisection of resolution horizontal or vertical Frame packing mega frame 1920x2205 px 45 gap, HDMI 1.4 interface and Blue Ray Player 13/24

14 State of the Art Shutter or Polarizing Pros & Cons Polarzing Shutter? Half resolution Full resolution No extraneous light Operating distance Ghosting possible Stripes may occur in 2D mode Viewing distance not operating distance Lightweight glasses, cheap Glasses expensive, need power 14/24

15 State of the Art Shutter or Polarizing Pros & Cons Polarzing? Shutter? Half resolution Full resolution No extraneous light Operating distance Ghosting possible Stripes may occur in 2D mode Viewing distance not operating distance Lightweight glasses, cheap Glasses expensive, need power! LG Cinema 3D LED 15/24

16 How to Present a S3D Animation Left and right AVI container Stereoscopic Player PC 3D TV 3D cinema 3D projection (beamer) 16/24

17 Conversion from 2D to 3D Commercial : MAGIX, Roxio WinOnCD, MakeMe3D, 3Dfier Open Source: AviSynth, VirtualDub, Xvid Moving camera, time delay between frames Pulfrich-Effekt, moving objects Perspective impacts, hardware 17/24

18 Open Source / Freeware for Video Editing # anaglyph.avs - AvisierenScript AviSynth # Real time Frame Server conversion into anaglyph 3D animation Video # Input left and Source right video2_rathau smitbrunnenli nks.avi") VirtualDub Video Editing Stereo Movie Maker left.avi Stereo Player right.avi Codec Xvid 18/24

19 AviSynth Frame Server for Video Cutting # anaglyph.avs - AviSynth-Script # Real time conversion into anaglyph 3D animation # Input left and right video clipl = AVISource("2011_02_02_rathausMitBrunnenLinks.avi") clipr = AVISource("2011_02_02_rathausMitBrunnen.avi") # # Output as anaglyph, left image red, right image cyan # Delete red from the left image # Keep green with factor 0.7, blue with factor 0.3 # RGBAdjust scaling the color clipl = RGBAdjust(clipL,0, 0.7, 0.3) # # New clips, MergeRGB merging the colors clipla = MergeRGB(clipL.ShowGreen, clipl.showred, clipl.showred) cliplb = MergeRGB(clipL.ShowBlue, clipl.showred, clipl.showred) # Calculate average values cliplc = Merge(clipLa,clipLb) # Red color * 2, since only avarage value cliplc = RGBAdjust(clipLc,2.0,0,0) # Adjustment brightness, contrast,gamma cliplc = Levels(clipLc,0,1.2,255,0,255,coring=false) clipr = RGBAdjust(clipR,0, 1, 1) # Final clip, avarage values from c and R final=merge(cliplc, clipr) final=rgbadjust(final,2.0,2.0,2.0) return final 19/24

20 Calculation of S3D Animations from CAD Models 20/24

21 Calculation of S3D Animations from CAD Models Setting a camera path (foreground, background) Parallaxe max. 1/30 frame size Near and far distance, focal length, base line Modeling a camera rig (SketchUp Ruby plugin S3DAnimin) Duration of animation, frames per second fps 15/25 MOV or AVI (PC video formats), container includes audio and video compressed, codec Xvid Further treatment: mounting, zero plane, stereoscopic window, cutting, audio dubbing Preprocessing: lowest resolution, lowest frame rate, take care of environment setting (fog, shadow) Freeware Stereo Movie Maker 21/24

22 Composition of Scenes, Foreground and Background, Zero Plane, Stereoscopic Window 22/24

23 Conclusion Why S3D animation? What is it good for? If an object does not offer enough depth perception like terrain in aerial images! VR immersive environments, driving simulators Large format presentation! Augmented Reality Blog 23/24

24 Thank you for listening. Would you like an example? 24/24

Devices displaying 3D image. RNDr. Róbert Bohdal, PhD.

Devices displaying 3D image. RNDr. Róbert Bohdal, PhD. Devices displaying 3D image RNDr. Róbert Bohdal, PhD. 1 Types of devices displaying 3D image Stereoscopic Re-imaging Volumetric Autostereoscopic Holograms mounted displays, optical head-worn displays Pseudo

More information

Realtime 3D Computer Graphics Virtual Reality

Realtime 3D Computer Graphics Virtual Reality Realtime 3D Computer Graphics Virtual Reality Human Visual Perception The human visual system 2 eyes Optic nerve: 1.5 million fibers per eye (each fiber is the axon from a neuron) 125 million rods (achromatic

More information

CS 563 Advanced Topics in Computer Graphics Stereoscopy. by Sam Song

CS 563 Advanced Topics in Computer Graphics Stereoscopy. by Sam Song CS 563 Advanced Topics in Computer Graphics Stereoscopy by Sam Song Stereoscopy Introduction Parallax Camera Displaying and Viewing Results Stereoscopy What is it? seeing in three dimensions creates the

More information

Mahdi Amiri. May Sharif University of Technology

Mahdi Amiri. May Sharif University of Technology Course Presentation Multimedia Systems 3D Technologies Mahdi Amiri May 2014 Sharif University of Technology Binocular Vision (Two Eyes) Advantages A spare eye in case one is damaged. A wider field of view

More information

Video Communication Ecosystems. Research Challenges for Immersive. over Future Internet. Converged Networks & Services (CONES) Research Group

Video Communication Ecosystems. Research Challenges for Immersive. over Future Internet. Converged Networks & Services (CONES) Research Group Research Challenges for Immersive Video Communication Ecosystems over Future Internet Tasos Dagiuklas, Ph.D., SMIEEE Assistant Professor Converged Networks & Services (CONES) Research Group Hellenic Open

More information

Stereoscopic Systems Part 1

Stereoscopic Systems Part 1 Stereoscopic Systems Part 1 Terminology: Stereoscopic vs. 3D 3D Animation refers to computer animation created with programs (like Maya) that manipulate objects in a 3D space, though the rendered image

More information

Multidimensional image retargeting

Multidimensional image retargeting Multidimensional image retargeting 9:00: Introduction 9:10: Dynamic range retargeting Tone mapping Apparent contrast and brightness enhancement 10:45: Break 11:00: Color retargeting 11:30: LDR to HDR 12:20:

More information

3D Video services. Marco Cagnazzo

3D Video services. Marco Cagnazzo 3D Video services Marco Cagnazzo Part III: Advanced services Overview 3D Video systems History Acquisition Transmission (coding) Rendering Future services Super Hi Vision systems High speed cameras High

More information

Prof. Feng Liu. Spring /27/2014

Prof. Feng Liu. Spring /27/2014 Prof. Feng Liu Spring 2014 http://www.cs.pdx.edu/~fliu/courses/cs510/ 05/27/2014 Last Time Video Stabilization 2 Today Stereoscopic 3D Human depth perception 3D displays 3 Stereoscopic media Digital Visual

More information

The Graphics Pipeline and OpenGL IV: Stereo Rendering, Depth of Field Rendering, Multi-pass Rendering!

The Graphics Pipeline and OpenGL IV: Stereo Rendering, Depth of Field Rendering, Multi-pass Rendering! ! The Graphics Pipeline and OpenGL IV: Stereo Rendering, Depth of Field Rendering, Multi-pass Rendering! Gordon Wetzstein! Stanford University! EE 267 Virtual Reality! Lecture 6! stanford.edu/class/ee267/!!

More information

Automatic 2D-to-3D Video Conversion Techniques for 3DTV

Automatic 2D-to-3D Video Conversion Techniques for 3DTV Automatic 2D-to-3D Video Conversion Techniques for 3DTV Dr. Lai-Man Po Email: eelmpo@cityu.edu.hk Department of Electronic Engineering City University of Hong Kong Date: 13 April 2010 Content Why 2D-to-3D

More information

ColorCode 3-D Player Version 1.2 Manual. View 3-D DVD s, SD & HD movies on your PC, TV & 3-D HDTV by ColorCode 3-D, Denmark!!!

ColorCode 3-D Player Version 1.2 Manual. View 3-D DVD s, SD & HD movies on your PC, TV & 3-D HDTV by ColorCode 3-D, Denmark!!! US Patent No. 6,687,003 AU Patent No. 763370 EP Patent No. 1131658 ColorCode 3-D Player Version 1.2 Manual View 3-D DVD s, SD & HD movies on your PC, TV & 3-D HDTV 2012 by ColorCode 3-D, Denmark!!! 1 Introduction

More information

Stereo plotting over orientated photographs

Stereo plotting over orientated photographs TcpStereo for drones Stereo plotting over orientated photographs Introduction This system allows stereo plotting in CAD platform over aerial photographs with previously defined orientations. It works from

More information

Simplicity vs. Flexibility

Simplicity vs. Flexibility Simplicity vs. Flexibility An integrated system approach to stereography 1 The old Business Of 3D Technology 2 The old Business Of 3D 20s 50s 90s 3 So is this time different? 4 Teleoperation Travel $2.7

More information

RV - AULA 07 - PSI3502/2018. Displays

RV - AULA 07 - PSI3502/2018. Displays RV - AULA 07 - PSI3502/2018 Displays Outline Discuss various types of output devices, also known as displays. Examine the video displays as one of the most widely used and most diverse group of displays.

More information

Animation Susen Rabold. Render. Engineers

Animation Susen Rabold. Render. Engineers Animation 12-11-2009 Render 3D Engineers Susen Rabold Animation Computer animation started as early as the end of the 1950 s IBM and General Motors created Design augmented by Computers (DAC) Film animation

More information

EBU TECHNOLOGY AND DEVELOPMENT. The EBU and 3D. Dr Hans Hoffmann. Dr David Wood. Deputy Director. Programme Manager

EBU TECHNOLOGY AND DEVELOPMENT. The EBU and 3D. Dr Hans Hoffmann. Dr David Wood. Deputy Director. Programme Manager EBU TECHNOLOGY AND DEVELOPMENT The EBU and 3D - What are we doing - Dr David Wood Deputy Director Dr Hans Hoffmann Programme Manager Is it the beer or the 3D that s giving me a headache? It is very easy

More information

3D Photography: A Personal Experience of Analogue and Digital Cameras

3D Photography: A Personal Experience of Analogue and Digital Cameras 3D Photography: A Personal Experience of Analogue and Digital Cameras William Carey (HSF-ISR) ESTEC February 2011 Slide 1 The Beginning Cervantes Mission (2003) Pedro Duque Erasmus Centre (ESTEC) Current:

More information

An efficient approach to playback of stereoscopic videos using a wide field-of-view

An efficient approach to playback of stereoscopic videos using a wide field-of-view From the Proceedings of the Society for Imaging Science and Technology 2016 International Symposium on Electronic Imaging San Francisco, February 14-18, 2016 An efficient approach to playback of stereoscopic

More information

Stereo. Shadows: Occlusions: 3D (Depth) from 2D. Depth Cues. Viewing Stereo Stereograms Autostereograms Depth from Stereo

Stereo. Shadows: Occlusions: 3D (Depth) from 2D. Depth Cues. Viewing Stereo Stereograms Autostereograms Depth from Stereo Stereo Viewing Stereo Stereograms Autostereograms Depth from Stereo 3D (Depth) from 2D 3D information is lost by projection. How do we recover 3D information? Image 3D Model Depth Cues Shadows: Occlusions:

More information

Dimo MXF Converter provides users the best solution play, edit MXF files and import MXF/P2 MXF recordings shot by camcorders to

Dimo MXF Converter provides users the best solution play, edit MXF files and import MXF/P2 MXF recordings shot by camcorders to Introduce o Brief Introduction Download o Download Online Video Convert o Convert MXF Burn o Make ISO GIF o Create GIF Play o Play MXF Video Edit o Trim video length o Crop video size o Adjust video effect

More information

If you are searching for a ebook 3D Book of Arkansas. Anaglyph 3D images of Arkansas architecture, culture, nature, landscapes in Eureka Springs,

If you are searching for a ebook 3D Book of Arkansas. Anaglyph 3D images of Arkansas architecture, culture, nature, landscapes in Eureka Springs, 3D Book Of Arkansas. Anaglyph 3D Images Of Arkansas Architecture, Culture, Nature, Landscapes In Eureka Springs, Eden Falls, Woolsey, Little Rock And More [Kindle Edition] By 3D Books Stereoscopic anaglyph

More information

Stereoscopic Presentations Taking the Difficulty out of 3D

Stereoscopic Presentations Taking the Difficulty out of 3D Stereoscopic Presentations Taking the Difficulty out of 3D Andrew Woods, Centre for Marine Science & Technology, Curtin University, GPO Box U1987, Perth 6845, AUSTRALIA Email: A.Woods@cmst.curtin.edu.au

More information

Using Digital Cameras. Digital Storytelling

Using Digital Cameras. Digital Storytelling Using Digital Cameras Digital Storytelling http://webclass.org Online Handouts Select Digital Cameras 2 Objectives Camera formats and features Video shooting techniques Create 60-second movie Import video

More information

zspace Developer SDK Guide - Introduction Version 1.0 Rev 1.0

zspace Developer SDK Guide - Introduction Version 1.0 Rev 1.0 zspace Developer SDK Guide - Introduction Version 1.0 zspace.com Developer s Guide Rev 1.0 zspace, Inc. 2015. zspace is a registered trademark of zspace, Inc. All other trademarks are the property of their

More information

A Qualitative Analysis of 3D Display Technology

A Qualitative Analysis of 3D Display Technology A Qualitative Analysis of 3D Display Technology Nicholas Blackhawk, Shane Nelson, and Mary Scaramuzza Computer Science St. Olaf College 1500 St. Olaf Ave Northfield, MN 55057 scaramum@stolaf.edu Abstract

More information

TECHNICAL ANALYSIS OF ANALOGIES OF STEREO DISPLAYING TECHNIQUES WITH 3D GENERATED SCENES IN VISUALIZATION

TECHNICAL ANALYSIS OF ANALOGIES OF STEREO DISPLAYING TECHNIQUES WITH 3D GENERATED SCENES IN VISUALIZATION DAAAM INTERNATIONAL SCIENTIFIC BOOK 2008 pp. 789-796 CHAPTER 64 TECHNICAL ANALYSIS OF ANALOGIES OF STEREO DISPLAYING TECHNIQUES WITH 3D GENERATED SCENES IN VISUALIZATION SKALA, T.; TODOROVAC, M. & MRVAC,

More information

Quick Start Guide for Shooting Video with the Panasonic GH4

Quick Start Guide for Shooting Video with the Panasonic GH4 Quick Start Guide for Shooting Video with the Panasonic GH4 Two options for using this camera: Option 1: The simplest method is to use the C1 Preset that has been entered into the camera. Option 2: Put

More information

Hi5 3D Mini-Converter Q&A

Hi5 3D Mini-Converter Q&A 1. What is the Hi5 3D? The Hi5 3D is a 3D video multiplexer Mini-Converter that combines two HD-SDI inputs (3G supported) into various multiplexed 3D formats for output on true stereoscopic ( stereo )

More information

3DTV Overview. Davide Aliprandi. Advanced System Technology. Networked Shared Innovation

3DTV Overview. Davide Aliprandi. Advanced System Technology. Networked Shared Innovation 3DTV Overview Davide Aliprandi Advanced System Technology Networked MultiMedia @ Shared Innovation May 3 rd, 2011 Outline Introduction 3DTV Technologies Depth Map Estimation Free Viewpoint Television 2D

More information

Gaia 3D FAQ February 2012

Gaia 3D FAQ February 2012 Gaia 3D FAQ February 2012 GAIA 3D FAQ 1 20/02/2012 Gaia 3D FAQ Contents What are the main types of 3D?... 3 What are the main differences between them?... 3 Can I wear my prescription glasses when watching

More information

Robin Dittwald Institut für Linguistik Universität zu Köln June Subtitles with ELAN An Easy Guide

Robin Dittwald Institut für Linguistik Universität zu Köln   June Subtitles with ELAN An Easy Guide Institut für Linguistik Universität zu Köln Email: robin.dittwald@uni-koeln.de June 2008 Subtitles with ELAN An Easy Guide Table of Contents 1. Introduction... 1 2. Necessary Software... 1 3. Creating

More information

MotionGraphix. User Guide. Quick Start. Overview

MotionGraphix. User Guide. Quick Start. Overview MotionGraphix User Guide Quick Start Create a Project Add Elements Position, scale and rotate the elements Change the time and reposition, scale and rotate the elements Change the time again, etc. Double

More information

An Introduction to 3D Computer Graphics, Stereoscopic Image, and Animation in OpenGL and C/C++ Fore June

An Introduction to 3D Computer Graphics, Stereoscopic Image, and Animation in OpenGL and C/C++ Fore June An Introduction to 3D Computer Graphics, Stereoscopic Image, and Animation in OpenGL and C/C++ Fore June Chapter 15 Stereoscopic Displays In chapters 8 through 10, we have discussed the principles and

More information

Robert Collins CSE486, Penn State Lecture 08: Introduction to Stereo

Robert Collins CSE486, Penn State Lecture 08: Introduction to Stereo Lecture 08: Introduction to Stereo Reading: T&V Section 7.1 Stereo Vision Inferring depth from images taken at the same time by two or more cameras. Basic Perspective Projection Scene Point Perspective

More information

With Dimo MTS Converter, you can convert MTS, M2TS, M2T, TS, AVCHD file from Sony, Panasonic, Canon and other AVCHD

With Dimo MTS Converter, you can convert MTS, M2TS, M2T, TS, AVCHD file from Sony, Panasonic, Canon and other AVCHD Introduce o Brief Introduction Download o Download Online Video Convert o Convert MTS/M2TS/AVCHD Burn o Make ISO GIF o Create GIF Play o Play MTS Video Edit o Trim video length o Crop video size o Adjust

More information

CSE 165: 3D User Interaction. Lecture #3: Displays

CSE 165: 3D User Interaction. Lecture #3: Displays CSE 165: 3D User Interaction Lecture #3: Displays CSE 165 -Winter 2016 2 Announcements Homework Assignment #1 Due Friday at 2:00pm To be presented in CSE lab 220 Paper presentations Title/date due by entering

More information

3D in 3D: Rendering anaglyph stereographics in real-time. Bruce Oberg, Programming Lead. Sucker Punch Productions

3D in 3D: Rendering anaglyph stereographics in real-time. Bruce Oberg, Programming Lead. Sucker Punch Productions Sucker Punch Productions 3D in 3D: Rendering anaglyph stereographics in real-time Bruce Oberg, Programming Lead The Project Sly 3: Honor Among Thieves Released in September 2005 Action / Adventure 1 year

More information

Creating a Digital Story. Digital Storytelling

Creating a Digital Story. Digital Storytelling Creating a Digital Story Digital Storytelling http://webclass.org Online Handouts Select Creating a Digital Story 2 Objectives 1. Digital storytelling illustrated Field trip Kindergarten Mothers Day Grade

More information

Mastering Autodesk 3ds Max 2013

Mastering Autodesk 3ds Max 2013 Mastering Autodesk 3ds Max 2013 Harper, J ISBN-13: 9781118129715 Table of Contents Introduction? xxi Chapter 1? Getting to Know Autodesk? 3ds Max? 2013??? 1 Introducing the New 3ds Max 2013 Features????

More information

YULIO USING YULIO WITH SKETCHUP

YULIO USING YULIO WITH SKETCHUP YULIO USING YULIO WITH SKETCHUP 2 // 8 USER GUIDE USING YULIO WITH SKETCHUP If you currently use SketchUp to create 3D renders, you can use it to create cubemaps to author your Yulio Virtual Reality Experiences

More information

Department of Computer Science University of Western Cape Computer Science Honours Project: Anaglyph Video By: Jihaad Pienaar Supervisors: Mehrdad

Department of Computer Science University of Western Cape Computer Science Honours Project: Anaglyph Video By: Jihaad Pienaar Supervisors: Mehrdad Department of Computer Science University of Western Cape Computer Science Honours Project: Anaglyph Video By: Jihaad Pienaar Supervisors: Mehrdad Ghaziasgar and James Connan Glossary Depth Map Stereo

More information

Stereoscopy: Theory and Practice

Stereoscopy: Theory and Practice Stereoscopy: Theory and Practice Paul Bourke Peter Morse 1895 1995 2005 Outline Paul Bourke Introduction to depth cues, parallax, and how stereo pairs are captured or generated. How create effective stereo,

More information

Basic distinctions. Definitions. Epstein (1965) familiar size experiment. Distance, depth, and 3D shape cues. Distance, depth, and 3D shape cues

Basic distinctions. Definitions. Epstein (1965) familiar size experiment. Distance, depth, and 3D shape cues. Distance, depth, and 3D shape cues Distance, depth, and 3D shape cues Pictorial depth cues: familiar size, relative size, brightness, occlusion, shading and shadows, aerial/ atmospheric perspective, linear perspective, height within image,

More information

CS148 Introduction to Computer Graphics and Imaging. Pat Hanrahan Fall cs148.stanford.edu

CS148 Introduction to Computer Graphics and Imaging. Pat Hanrahan Fall cs148.stanford.edu CS148 Introduction to Computer Graphics and Imaging Pat Hanrahan Fall 2011 cs148.stanford.edu Introductions Pat Hanrahan Part of the original team at PIXAR Academy awards: RenderMan / BSSRDF skin Research:

More information

Lecture 14, Video Coding Stereo Video Coding

Lecture 14, Video Coding Stereo Video Coding Lecture 14, Video Coding Stereo Video Coding A further application of the tools we saw (particularly the motion compensation and prediction) is stereo video coding. Stereo video is used for creating a

More information

Contents. Cinema Pro Cams User Documentation

Contents. Cinema Pro Cams User Documentation Contents Introduction... 4 Requirements... 4 Cinema Pro Cams Overview... 5 Key Features... 5 Interface Overview... 5 Installing Cinema Pro Cams... 6 Installing Cinema Pro Cams Unity Package... 6 Creating

More information

Stereo Movie Viewer 2.17 User Manual

Stereo Movie Viewer 2.17 User Manual Stereo Movie Viewer 2.17 User Manual OctoNus Software 7 June 2011 Introduction The Stereo movie viewer allows playing movies and stereo movies in FLM format or series of photos in BMP or JPG formats. It

More information

USING VISUALIZATION FOR THE DESIGN PROCESS OF RURAL ROADS

USING VISUALIZATION FOR THE DESIGN PROCESS OF RURAL ROADS USING VISUALIZATION FOR THE DESIGN PROCESS OF RURAL ROADS W. Kühn 1 & M. K. Jha 2 1 University of Leipzig, Germany 2 Morgan State University, USA ABSTRACT The three-dimensional image of a road, which gives

More information

CSE 165: 3D User Interaction

CSE 165: 3D User Interaction CSE 165: 3D User Interaction Lecture #4: Displays Instructor: Jurgen Schulze, Ph.D. CSE 165 - Winter 2015 2 Announcements Homework Assignment #1 Due tomorrow at 1pm To be presented in CSE lab 220 Homework

More information

Multimedia Technology CHAPTER 4. Video and Animation

Multimedia Technology CHAPTER 4. Video and Animation CHAPTER 4 Video and Animation - Both video and animation give us a sense of motion. They exploit some properties of human eye s ability of viewing pictures. - Motion video is the element of multimedia

More information

For the last several NAB shows we ve talked about 4K resolution. Last year, we started

For the last several NAB shows we ve talked about 4K resolution. Last year, we started SEGMENT: Multiplatform Audio Tour Stop 3 COMPANY NAME: Sony CATEGORY: High Impact Formats HALL: Central Hall (Back ) BOOTH NUMBER: C11001 For the last several NAB shows we ve talked about 4K resolution.

More information

Artlantis training for new users

Artlantis training for new users Artlantis training for new users page 2 This training program reviews the main features of Artlantis. You will learn about the various presentation types such as still images, ivisit 3D panoramas, VR objects

More information

CHAPTER 5 ENTIRE SYSTEM REALIZATION, RESULTS, SUMMARY AND CONCLUSION

CHAPTER 5 ENTIRE SYSTEM REALIZATION, RESULTS, SUMMARY AND CONCLUSION CHAPTER 5 ENTIRE SYSTEM REALIZATION, RESULTS, SUMMARY AND CONCLUSION CHAPTER 5 ENTIRE SYSTEM REALIZATION, RESULTS, SUMMARY AND CONCLUSION 5.1 A Gist of Final Setup The Computer Based Visualization of Mechanical

More information

Vive Stereo Rendering Toolkit Developer s Guide

Vive Stereo Rendering Toolkit Developer s Guide Vive Stereo Rendering Toolkit Developer s Guide vivesoftware@htc.com Introduction Vive Stereo Rendering Toolkit provides drag-and-drop components for developers to create stereoscopic rendering effects

More information

Stereographics. Mike Bailey. Stereovision is not new It s been in common use in the movies since the 1950s

Stereographics. Mike Bailey. Stereovision is not new It s been in common use in the movies since the 1950s 1 Stereographics Mike Bailey mjb@cs.oregonstate.edu This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License stereographics.pptx Stereovision is

More information

Stereographics. Mike Bailey. Computer Graphics stereographics.pptx

Stereographics. Mike Bailey. Computer Graphics stereographics.pptx 1 Stereographics Mike Bailey mjb@cs.oregonstate.edu This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License stereographics.pptx Stereovision is

More information

Stereographics. Stereovision is not new It s been in common use in the movies since the 1950s. And, in stills, even longer than that.

Stereographics. Stereovision is not new It s been in common use in the movies since the 1950s. And, in stills, even longer than that. Stereographics 1 Stereovision is not new It s been in common use in the movies since the 1950s 2 Mike Bailey mjb@cs.oregonstate.edu This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives

More information

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved.

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved. Describe graphics software, including desktop publishing, image editors, illustration programs, image galleries, and graphics suites. Discuss audio and video editing software. Describe multimedia, including

More information

Stereographics. Mike Bailey. Oregon State University. Oregon State University Computer Graphics mjb January 27, 2011

Stereographics. Mike Bailey. Oregon State University. Oregon State University Computer Graphics mjb January 27, 2011 Stereographics Mike Bailey mjb@cs.oregonstate.edu Stereovision is not new It s been in common use since the 1950s, and sporadically even before that Life Magazine 1 Binocular Vision In everyday living,

More information

Introduce. Introduce. Download. Convert. Burn GIF. Play. Edit. Cast. > Brief Introduction. o Brief Introduction. o Download Online Video

Introduce. Introduce. Download. Convert. Burn GIF. Play. Edit. Cast. > Brief Introduction. o Brief Introduction. o Download Online Video Introduce o Brief Introduction Download o Download Online Video Convert o Convert HD Video Burn o Make ISO GIF o Create GIF Play o Play HD Video Edit o Trim video length o Crop video size o Adjust video

More information

How to Shoot Good 3D with The Stereocam 3D Camcorder Adapter

How to Shoot Good 3D with The Stereocam 3D Camcorder Adapter How to Shoot Good 3D with The Stereocam 3D Camcorder Adapter By How to Shoot Good 3D With The Stereocam 3D Camcorder Adapter Introduction The Stereocam 3D Camcorder Adapter is a "break-through" product.

More information

Project 2 due today Project 3 out today. Readings Szeliski, Chapter 10 (through 10.5)

Project 2 due today Project 3 out today. Readings Szeliski, Chapter 10 (through 10.5) Announcements Stereo Project 2 due today Project 3 out today Single image stereogram, by Niklas Een Readings Szeliski, Chapter 10 (through 10.5) Public Library, Stereoscopic Looking Room, Chicago, by Phillips,

More information

Compression and File Formats

Compression and File Formats Compression and File Formats 1 Compressing Moving Images Methods: Motion JPEG, Cinepak, Indeo, MPEG Known as CODECs compression / decompression algorithms hardware and software implementations symmetrical

More information

COMS W4172 Perception, Displays, and Devices 3

COMS W4172 Perception, Displays, and Devices 3 COMS W4172 Perception, Displays, and Devices 3 Steven Feiner Department of Computer Science Columbia University New York, NY 10027 www.cs.columbia.edu/graphics/courses/csw4172 February 20, 2018 1 What

More information

Recording video and audio A SHORT COURSE HOW TO RECORD GOOD VIDEO AND AUDIO

Recording video and audio A SHORT COURSE HOW TO RECORD GOOD VIDEO AND AUDIO Recording video and audio A SHORT COURSE HOW TO RECORD GOOD VIDEO AND AUDIO Codecs and formats Common video file extensions:.mov,.avi,.mp4,.mpg Common codecs: H.264 and MPEG4 Common audio file extensions:.wav,.mp3

More information

Bachelor thesis. Independent degree project - first cycle. Datateknik Computer Science

Bachelor thesis. Independent degree project - first cycle. Datateknik Computer Science Bachelor thesis Independent degree project - first cycle Datateknik Computer Science Simulations in 3D research Can Unity3D be used to simulate a 3D display? Master's thesis Oskar Andersson Two ye i MID

More information

eyeon Software at a Glance

eyeon Software at a Glance eyeon Software at a Glance eyeon Software develops applications for the VFX and postproduction communities, with Fusion, an award-winning compositing application that has been used on thousands of features

More information

Distributed Multimedia Systems

Distributed Multimedia Systems Distributed Multimedia Systems 8. Multimedia Applications László Böszörményi Distributed Multimedia Systems Multimedia Applications - 1 Application Categorization Market-oriented view Kiosk, educational,

More information

EUROPEAN COMPUTER DRIVING LICENCE. Multimedia Video Editing. Syllabus

EUROPEAN COMPUTER DRIVING LICENCE. Multimedia Video Editing. Syllabus EUROPEAN COMPUTER DRIVING LICENCE Multimedia Video Editing Syllabus Purpose This document details the syllabus for ECDL Multimedia Module 2 Video Editing. The syllabus describes, through learning outcomes,

More information

Comparison of Accommodation and Convergence by Simultaneous Measurements during 2D and 3D Vision Gaze

Comparison of Accommodation and Convergence by Simultaneous Measurements during 2D and 3D Vision Gaze Comparison of Accommodation and Convergence by Simultaneous Measurements during 2D and 3D Vision Gaze Hiroki Hori 1, Tomoki Shiomi 1, Tetsuya Kanda 1, Akira Hasegawa 1, Hiromu Ishio 1, Yasuyuki Matsuura

More information

Scaling of Rendered Stereoscopic Scenes

Scaling of Rendered Stereoscopic Scenes University of West Bohemia in Pilsen Department of Computer Science and Engineering Univerzitni 8 30614 Pilsen Czech Republic Scaling of Rendered Stereoscopic Scenes Master Thesis Report Ricardo José Teixeira

More information

Vision-Based Human-Computer-Interaction

Vision-Based Human-Computer-Interaction Vision-Based Human-Computer-Interaction Ulrich Leiner,, Interactive Media Human Factors, Einsteinufer 37, 10587 Berlin, Germany www.hhi.fraunhofer.de 10.12.2009 1 Outline Ulrich Leiner, Heinrich-Hertz-Institute,

More information

Technical Brief. 3D Stereo. Consumer Stereoscopic 3D Solution

Technical Brief. 3D Stereo. Consumer Stereoscopic 3D Solution Technical Brief 3D Stereo Consumer Stereoscopic 3D Solution NVIDIA 3D Stereo Background Imagine immersing yourself in the world of 3D content like never before. Monsters, bullets, and landscapes jump out

More information

3D highway route-planning system on the virtual terrain by aerial photographs

3D highway route-planning system on the virtual terrain by aerial photographs 3D highway route-planning system on the virtual terrain by aerial photographs Koji MAKANAE * Abstract: In this study, a virtual reality highway route-planning system (VR-HRPS) was developed. VR-HRPS enables

More information

The topics are listed below not exactly in the same order as they were presented in class but all relevant topics are on the list!

The topics are listed below not exactly in the same order as they were presented in class but all relevant topics are on the list! Ph332, Fall 2016 Study guide for the final exam, Part Two: (material lectured before the Nov. 3 midterm test, but not used in that test, and the material lectured after the Nov. 3 midterm test.) The final

More information

V-RAY 3.6 FOR SKETCHUP KEY FEATURES

V-RAY 3.6 FOR SKETCHUP KEY FEATURES V-RAY 3.6 FOR SKETCHUP KEY FEATURES November 2017 NEW FEATURES VIEWPORT RENDERING POWERFUL GPU RENDERING With new Viewport rendering, you can easily select and render multiple regions at once, and quickly

More information

Virtualdub Video Compression Error Code 2

Virtualdub Video Compression Error Code 2 Virtualdub Video Compression Error Code 2 VirtualDub: Error Code -100 Here is video how Im getting this error. its crop sizes must be multiple of 4 (width) and 2 (height) for compression with divx. 2 /

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Stereo Vision 2 Inferring 3D from 2D Model based pose estimation single (calibrated) camera > Can

More information

Option 1, Dedicated 3D monitor with built in frame synchronisers.

Option 1, Dedicated 3D monitor with built in frame synchronisers. PREFACE: It should be remembered that the use of non sync cameras, ie cameras that are not genlocked or accurately synchronised is less than optimal for stereoscopic 3D acquisition. Using a synchroniser

More information

Computer Graphics. Ch 6. 3D Viewing

Computer Graphics. Ch 6. 3D Viewing Computer Graphics Ch 6. 3D Viewing 3D Viewing Basic do you see this image as flat? 12 lines 3D Coordinate System 3D homogeneous coordinates: p = [x y z w] T Our textbook and OpenGL use a RIGHT-HANDED system

More information

Ideal for: VHS Video 8 S-VHS Hi8 Betamax and all other tape formats. Additional advantages:

Ideal for: VHS Video 8 S-VHS Hi8 Betamax and all other tape formats. Additional advantages: Are your video tapes safe? Not really, there are lots of threats to your valuable memories: low life expectancy (even if stored in optimum conditions), magnetic fields, loss of quality due to abrasion,

More information

Simple, Low-Cost Stereographics: VR for Everyone

Simple, Low-Cost Stereographics: VR for Everyone Simple, Low-Cost Stereographics: VR for Everyone John M. Zelle and Charles Figura Department of Mathematics, Computer Science, and Physics Wartburg College SIGCSE 2004 Motivation Virtual Reality is a hot

More information

Real-time Integral Photography Holographic Pyramid using a Game Engine

Real-time Integral Photography Holographic Pyramid using a Game Engine Real-time Integral Photography Holographic Pyramid using a Game Engine Shohei Anraku, Toshiaki Yamanouchi and Kazuhisa Yanaka Kanagawa Institute of Technology, 1030 Shimo-ogino, Atsugi-shi, Kanagawa-ken,

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions FS-H70 / FS-H60 / FS-H50 v1.2 Inputs/Outputs 4 What are the inputs of each FS-Hxx Recorder? 4 Does the FS-Hxx Recorders support timecode? 4 Can the FS-H70 capture the embedded

More information

A SXGA 3D Display Processor with Reduced Rendering Data and Enhanced Precision

A SXGA 3D Display Processor with Reduced Rendering Data and Enhanced Precision A SXGA 3D Display Processor with Reduced Rendering Data and Enhanced Precision Seok-Hoon Kim KAIST, Daejeon, Republic of Korea I. INTRODUCTION Recently, there has been tremendous progress in 3D graphics

More information

Occlusion Detection of Real Objects using Contour Based Stereo Matching

Occlusion Detection of Real Objects using Contour Based Stereo Matching Occlusion Detection of Real Objects using Contour Based Stereo Matching Kenichi Hayashi, Hirokazu Kato, Shogo Nishida Graduate School of Engineering Science, Osaka University,1-3 Machikaneyama-cho, Toyonaka,

More information

STEREOSCOPIC IMAGE PROCESSING

STEREOSCOPIC IMAGE PROCESSING STEREOSCOPIC IMAGE PROCESSING Reginald L. Lagendijk, Ruggero E.H. Franich 1 and Emile A. Hendriks 2 Delft University of Technology Department of Electrical Engineering 4 Mekelweg, 2628 CD Delft, The Netherlands

More information

Do YOU See In 3D? DEFINITIONS

Do YOU See In 3D? DEFINITIONS Do YOU See In 3D? DEFINITIONS BINOCULAR VISION: Vision using two eyes with overlapping fields of vision : Binocular Depth Perception Stereo = solid or 3 dimensional Opsis = appearance or sight Impression

More information

Real-time Generation and Presentation of View-dependent Binocular Stereo Images Using a Sequence of Omnidirectional Images

Real-time Generation and Presentation of View-dependent Binocular Stereo Images Using a Sequence of Omnidirectional Images Real-time Generation and Presentation of View-dependent Binocular Stereo Images Using a Sequence of Omnidirectional Images Abstract This paper presents a new method to generate and present arbitrarily

More information

Quintic Software Tutorial 6. Quintic Editor

Quintic Software Tutorial 6. Quintic Editor Quintic Software Tutorial 6 Quintic Editor Contents Page 1. Editing a Video 2. Saving a Video 3. Trimming a Video 4. Video Filters a. Apply filters to a video during capture. b. Apply filters to a saved

More information

3D Imagery Acquisition & Visualization. Marco Callieri 3/5/2011

3D Imagery Acquisition & Visualization. Marco Callieri 3/5/2011 3D Imagery Acquisition & Visualization Marco Callieri 3/5/2011 The 3D hype... 3D, 3D 3D... everything, nowadays, seems to have the need of the third dimension.. Movies, TVs, games and cameras/videocameras

More information

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production What is Post-Production? A Formal Definition: Post Production- The technical processes, as cutting, editing, and post-synchronization,

More information

SID Display Week Yasuhiro Takaki. Institute of Symbiotic and Technology. Tokyo Univ. of Agri. & Tech.

SID Display Week Yasuhiro Takaki. Institute of Symbiotic and Technology. Tokyo Univ. of Agri. & Tech. Three-Dimensional i Displays: Present and Future Yasuhiro Takaki Institute of Symbiotic and Technology Tokyo University it of Agriculture and Technology 1 Outline 1. Introduction 2. Human Factors 3. Current

More information

Sony Bravia Keeps Manual Usb Video Format Converter

Sony Bravia Keeps Manual Usb Video Format Converter Sony Bravia Keeps Manual Usb Video Format Converter As you see, MP4 is the best video format for Sony BRAVIA HDTV, LED TV, 3D TV, LCD TV If not, you can also convert video to these formats for USB playback.

More information

Is 3-D TV preparing the way for holographic TV?

Is 3-D TV preparing the way for holographic TV? Is 3-D TV preparing the way for holographic TV? V. Michael Bove, Jr., Quinn Y. J. Smithwick, James Barabas, and Daniel E. Smalley Object-Based Media Group, MIT Media Laboratory, Room E15-368B, 20 Ames

More information

DSLR Cameras and Lenses. Paul Fodor

DSLR Cameras and Lenses. Paul Fodor DSLR Cameras and Lenses Paul Fodor Camera Principle of a pinhole camera: Light rays from an object pass through a small hole to form an image on the sensor: 2 Aperture and Focal Length Aperture is the

More information

V-RAY 3.6 FOR RHINO KEY FEATURES. January 2018

V-RAY 3.6 FOR RHINO KEY FEATURES. January 2018 V-RAY 3.6 FOR RHINO KEY FEATURES January 2018 NEW FEATURES MORE POWERFUL GPU RENDERING Faster, more powerful GPU rendering adds support for on-demand mip-mapping, aerial perspective, displacement, subsurface

More information

An Auto-Stereoscopic VRML Viewer for 3D Data on the World Wide Web

An Auto-Stereoscopic VRML Viewer for 3D Data on the World Wide Web An Auto-Stereoscopic VM Viewer for 3D Data on the World Wide Web Shinji Uchiyama, Hiroyuki Yamamoto, and Hideyuki Tamura Mixed eality Systems aboratory Inc. 6-145 Hanasakicho, Nishi-ku, Yokohama 220-0022,

More information

What have we leaned so far?

What have we leaned so far? What have we leaned so far? Camera structure Eye structure Project 1: High Dynamic Range Imaging What have we learned so far? Image Filtering Image Warping Camera Projection Model Project 2: Panoramic

More information