CENG 595 Selected Topics in Computer Engineering Computer Vision. Zafer ARICAN, PhD

Size: px
Start display at page:

Download "CENG 595 Selected Topics in Computer Engineering Computer Vision. Zafer ARICAN, PhD"

Transcription

1 CENG 595 Selected Topics in Computer Engineering Computer Vision Zafer ARICAN, PhD

2 Today Administrivia What is Computer Vision? Why is it a difficult problem? State-of-the art Brief course syllabus

3 Instructor Zafer ARICAN, PhD PhD, Ecole Polytechnique Federale de Lausanne, Switzerland Team Leader at Turk Telekom R&D Thesis: Analysis and Processing of Omnidirectional Images in a Spherical Framework

4 My Research at TT R&D Augmented Reality SDK

5 Course Prerequisities Data structures Familiarity with linear algebra Familiarity with probability A good working knowledge of C++ programming (or willingness and time to pick it up quickly) Knowledge of machine learning and image processing is plus

6 Textbook Primary textbook Richard Szeliski, Computer Vision: Algorithms & Applications Online at : Secondary textbooks Forsyth, David A., and Ponce, J. Computer Vision: A Modern Approach, Prentice Hall, Hartley, R. and Zisserman, A. Multiple View Geometry in Computer Vision, Academic Press, 2002.

7 Grading Programming Problem Sets (30%) Will be announced during each related lecture 4-5 homeworks Final Project (70%) Programming 15 Min. Presentation A technical report Strong class participation Not mandatory but can offset negative performance

8 OpenCV Strong Computer Vision Library Mainly in C++ Interfaces for C, C++, Python, Java Supports Windows, Linux, Mac OS, ios and Android Will be used for programming homeworks and final project Web site: Reference version: 2.4.3

9 What is Computer Vision? What do you see? Which city? What is there in the photo? Which one in the front? Which one behind? People standing or walking?

10 What we see What a computer sees

11 What is Computer Vision? Computer vision is automatic understanding of What is present Where things are What actions happened from a picture, a series of pictures or videos. Mainly Measurement (3D shape and pose) Perception and interpretation (Recognition of people, objects, scenes and activities)

12

13

14 What is Computer Vision NOT? Image processing : Images to Images image enhancement, image restoration, image compression. Take an image and process it to produce a new image which is, in some way, more desirable Comp. Photograpy: Images to Images extending the capabilities of digital cameras through the use of computation to enable the capture of enhanced or entirely novel images of the world Computer Graphics: Models to Images Rendering of 2D images from models and scenes in a 3D virtual world.

15 Related Disciplines

16 Why is computer vision difficult? Viewpoint variation Illumination Scale

17 Why is computer vision difficult? Intra-class variation Motion (Source: S. Lazebnik) Background clutter Occlusion

18 Why is computer vision difficult? An image is a projection of world An under-constrained problem

19 Why is computer vision difficult? Vision is an amazing feat of natural intelligence Visual cortex occupies about 50% of Macaque brain More human brain devoted to vision than anything else

20 Source: S. Lazebnik Why study computer vision? Millions of images being captured all the time Lots of useful applications The next slides show the current state of the art

21 6 billion 6E+09 Flickr 5 billion 5E+09 4 billion 4E+09 3 billion 3E+09 2 billion 2E+09 1 billion 1E

22 Other photo sharing sites 50 billion 40 billion 30 billion 20 billion 10 billion

23 and growing Flickr: > 1.7 million photos / day Facebook: > 100 million photos / day (as of February 2010) YouTube: > 35 hours of video every minute (as of November 2010) ~ 57 billion photos will be taken (US) in (compare with ~17 billion negatives exposed in 1996)

24 Optical character recognition (OCR) If you have a scanner, it probably came with OCR software Digit recognition, AT&T labs License plate readers Sudoku grabber Automatic check processing Source: S. Seitz

25 Face detection Many new digital cameras now detect faces Canon, Sony, Fuji, Source: S. Seitz

26 Smile detection? Sony Cyber-shot T70 Digital Still Camera Source: S. Seitz

27 Face recognition

28 Face recognition Who is she? Source: S. Seitz

29 Vision-based biometrics How the Afghan Girl was Identified by Her Iris Patterns Read the story Source: S. Seitz

30 Login without a password Fingerprint scanners on many new laptops, other devices Face recognition systems now beginning to appear more widely Source: S. Seitz

31 Object recognition (in supermarkets) LaneHawk by EvolutionRobotics A smart camera is flush-mounted in the checkout lane, continuously watching for items. When an item is detected and recognized, the cashier verifies the quantity of items that were found under the basket, and continues to close the transaction. The item can remain under the basket, and with LaneHawk,you are assured to get paid for it Source: S. Seitz

32 Object recognition (in mobile phones) This is becoming real: Microsoft Research Point & Find Source: S. Seitz

33 iphone Apps: ( Source: S. Lazebnik

34 Google Goggles

35 Special effects: shape capture The Matrix movies, ESC Entertainment, XYZRGB, NRC Source: S. Seitz

36 Special effects: motion capture Pirates of the Carribean, Industrial Light and Magic Source: S. Seitz

37 Special effects: camera tracking Boujou, 2d3

38 Sports Sportvision first down line Nice explanation on Source: S. Seitz

39 Smart cars Mobileye Vision systems currently in high-end BMW, GM, Volvo models By 2010: 70% of car manufacturers. Sources: A. Shashua, S. Sei

40 Vision-based interaction (and games) Sony EyeToy Assistive technologies Nintendo Wii has camera-based IR tracking built in. See Lee s work at CMU on clever tricks on using it to create a multi-touch display! Xbox Kinect

41 Vision in space NASA'S Mars Exploration Rover Spirit captured this westward view from atop a low plateau where Spirit spent the closing months of Vision systems (JPL) used for several tasks Panorama stitching 3D terrain modeling Obstacle detection, position tracking For more, read Computer Vision on Mars by Matthies et al. Source: S. Seitz

42 Robotics NASA s Mars Spirit Rover Autonomous RC Car

43 Medical imaging 3D imaging MRI, CT Image guided surgery Grimson et al., MIT Source: S. Seitz

44 Augmented Reality Google AR Glasses Lego AR Booth artt SDK

45 Syllabus (Tentative) 2. Image formation o Camera& Optics o Light & Color 3. Image Filtering o Linear Filters o Image Sampling 4. Grouping and fitting o Segmentation o Hough transform o Contour detection o Image transformations 5. Multiple view geometry o Camera model o Homography and image warping o Epipolar geometry o Camera calibration 6. 3D reconstruction o Stereo o Sparse depth estimation o Dense depth estimation 7. Feature Detection& Matching o Corners & Blobs o Descriptors o Matching 8. Recognition o Introduction to recognition o Face detection o Bag-of-words models 9. Motion o Optical Flow o Tracking o Video processing

Introduction to Computer Vision

Introduction to Computer Vision Introduction to Computer Vision by James Hays Image by kirkh.deviantart.com Categories of the SUN database What is Computer Vision? Computer Vision and Nearby Fields Computer Graphics: Models to Images

More information

Introduction. Visual data acquisition devices. The goal of computer vision. The goal of computer vision. Vision as measurement device

Introduction. Visual data acquisition devices. The goal of computer vision. The goal of computer vision. Vision as measurement device Spring 15 CIS 5543 Computer Vision Visual data acquisition devices Introduction Haibin Ling http://www.dabi.temple.edu/~hbling/teaching/15s_5543/index.html Revised from S. Lazebnik The goal of computer

More information

CSE 455: Computer Vision

CSE 455: Computer Vision CSE 455: Computer Vision Instructors TAs Neel Joshi neel@cs Ira Kemelmacher kemelmi@cs Ian Simon iansimon@cs Rahul Garg rahul@cs Jiun-Hung Chen jhchen@cs Web Page http://www.cs.washington.edu/455 Time:

More information

COMP 776: Computer Vision

COMP 776: Computer Vision COMP 776: Computer Vision Basic Info Instructor: Svetlana Lazebnik (lazebnik@cs.unc.edu) Office hours: By appointment, FB 244 Textbook (recommended): Forsyth & Ponce, Computer Vision: A Modern Approach

More information

Introduction. BIL719 Computer Vision Pinar Duygulu Hacettepe University

Introduction. BIL719 Computer Vision Pinar Duygulu Hacettepe University Introduction BIL719 Computer Vision Pinar Duygulu Hacettepe University Basic Info Textbooks (suggested): Forsyth & Ponce, Computer Vision: A Modern Approach Richard Szeliski, Computer Vision: Algorithms

More information

CSE 408 Multimedia Information System

CSE 408 Multimedia Information System CSE 408 Multimedia Information System Intro to Images & Vision Yezhou Yang Lots of slides from Tamara Berg and L. Feifei Intro to Computer Vision Source: L. Lazebnik The goal of computer vision To perceive

More information

Today I t n d ro ucti tion to computer vision Course overview Course requirements

Today I t n d ro ucti tion to computer vision Course overview Course requirements COMP 776: Computer Vision Today Introduction ti to computer vision i Course overview Course requirements The goal of computer vision To extract t meaning from pixels What we see What a computer sees Source:

More information

CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu

CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu inwogu@buffalo.edu Today Logistics Schedule Introductions What is computer vision? Why is vision so hard? Prerequisites This course

More information

Lecture 1 Introduction to Computer Vision. Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2014

Lecture 1 Introduction to Computer Vision. Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2014 Lecture 1 Introduction to Computer Vision Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2014 Course Info Contact Information Room 314, Jishi Building Email: cslinzhang@tongji.edu.cn

More information

Lecture 1 Introduction to Computer Vision. Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2015

Lecture 1 Introduction to Computer Vision. Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2015 Lecture 1 Introduction to Computer Vision Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2015 Course Info Contact Information Room 314, Jishi Building Email: cslinzhang@tongji.edu.cn

More information

CS6550 Computer Vision

CS6550 Computer Vision CS6550 Computer Vision Class Meeting: M7M8 (3:30pm 5:20pm), R6 (2:20pm 3:10pm). Rm 106 Delta Bldg., 台達館 106 室 Instructor: Prof. Shang-Hong Lai, Rm. 636 Delta Bldg., 賴尚宏, 台達館 636 室, Tel: ext. 42958, Email:

More information

Lecture 1 Introduction to Computer Vision. Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2018

Lecture 1 Introduction to Computer Vision. Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2018 Lecture 1 Introduction to Computer Vision Lin ZHANG, PhD School of Software Engineering, Tongji University Spring 2018 Course Info Contact Information Room 408L, Jishi Building Email: cslinzhang@tongji.edu.cn

More information

Computer Vision Lecture 1

Computer Vision Lecture 1 Computer Vision Lecture 1 Introduction 19.10.2016 Bastian Leibe Visual Computing Institute RWTH Aachen University http://www.vision.rwth-aachen.de/ leibe@vision.rwth-aachen.de Organization Lecturer Prof.

More information

Computer Vision for HCI. Introduction. Machines That See? Science fiction. HAL, Terminator, Star Wars, I-Robot, etc.

Computer Vision for HCI. Introduction. Machines That See? Science fiction. HAL, Terminator, Star Wars, I-Robot, etc. Computer Vision for HCI Introduction Machines That See? Science fiction HAL, Terminator, Star Wars, I-Robot, etc. 1 Machines That See? [ movie ] Definition of Computer Vision Goal of computer vision is

More information

Spring 2018 CS543 / ECE549 Computer Vision. Course webpage URL:

Spring 2018 CS543 / ECE549 Computer Vision. Course webpage URL: Spring 2018 CS543 / ECE549 Computer Vision Course webpage URL: http://slazebni.cs.illinois.edu/spring18/ The goal of computer vision To extract meaning from pixels What we see What a computer sees Source:

More information

CSCE 763: Digital Image Processing

CSCE 763: Digital Image Processing CSCE 763: Digital Image Processing Spring 2018 Yan Tong Department of Computer Science and Engineering University of South Carolina Today s Agenda Welcome Tentative Syllabus Topics covered in the course

More information

CS 131 Lecture 1: Course introduction

CS 131 Lecture 1: Course introduction CS 131 Lecture 1: Course introduction Olivier Moindrot Department of Computer Science Stanford University Stanford, CA 94305 olivierm@stanford.edu 1 What is computer vision? 1.1 Definition Two definitions

More information

CSE Tue 10/09. Nadir Weibel

CSE Tue 10/09. Nadir Weibel CSE 118 - Tue 10/09 Nadir Weibel Today Admin Teams Assignments, grading, submissions Mini Quiz on Week 1 (readings and class material) Low-Fidelity Prototyping 1st Project Assignment Computer Vision, Kinect,

More information

CEE598 - Visual Sensing for Civil Infrastructure Eng. & Mgmt.

CEE598 - Visual Sensing for Civil Infrastructure Eng. & Mgmt. CEE598 - Visual Sensing for Civil Infrastructure Eng. & Mgmt. Session 1 - Introduction Mani Golparvar-Fard Department of Civil and Environmental Engineering 3129D, Newmark Civil Engineering Lab e-mail:

More information

ARTIFICIAL INTELLIGENCE - ROBOTICS

ARTIFICIAL INTELLIGENCE - ROBOTICS ARTIFICIAL INTELLIGENCE - ROBOTICS http://www.tutorialspoint.com/artificial_intelligence/artificial_intelligence_robotics.htm Copyright tutorialspoint.com Robotics is a domain in artificial intelligence

More information

CS 534: Computer Vision

CS 534: Computer Vision CS 534: Computer Vision Spring 2005 Ahmed Elgammal Dept of Computer Science Computer Vision Introduction - 1 Outlines Vision What and Why? Human vision Computer vision General computer vision applications

More information

(15-862): Computational Photography

(15-862): Computational Photography 15-463 (15-862): Computational Photography Staff Prof: Alexei Efros (efros@cs), 4207 NSH TA: Mohit Gupta (mohitg@cs) Web Page http://graphics.cs.cmu.edu/courses/15-463/ Newsgroup: cmu.cs.class.cs463 Today

More information

DIGITAL IMAGE PROCESSING

DIGITAL IMAGE PROCESSING DIGITAL IMAGE PROCESSING Lecture 1 Introduction Tammy Riklin Raviv Electrical and Computer Engineering Ben-Gurion University of the Negev 2 Introduction to Digital Image Processing Lecturer: Dr. Tammy

More information

Introduction. Ioannis Rekleitis

Introduction. Ioannis Rekleitis Introduction Ioannis Rekleitis Why Image Processing? Who here has a camera? How many cameras do you have Point where computers fast/cheap Cameras become omnipresent Deep Learning CSCE 590: Introduction

More information

Image formation - Cameras. Grading & Project. About the course. Tentative Schedule. Course Content. Students introduction

Image formation - Cameras. Grading & Project. About the course. Tentative Schedule. Course Content. Students introduction About the course Instructors: Haibin Ling (hbling@temple, Wachman 35) Hours Lecture: Tuesda 5:3-8:pm, TTLMAN 43B Office hour: Tuesda 3: - 5:pm, or b appointment Textbook Computer Vision: Models, Learning,

More information

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY 1 RAJU RATHOD, 2 GEORGE PHILIP.C, 3 VIJAY KUMAR B.P 1,2,3 MSRIT Bangalore Abstract- To ensure the best place, position,

More information

(15-862): Computational Photography

(15-862): Computational Photography 15-463 (15-862): Computational Photography 15-463 (15-862): Computational Photography Staff Prof: Alexei Efros (efros@cs), 4207 NSH TA: Santosh Kumar Divvala (santosh@cs), TBA Web Page http://graphics.cs.cmu.edu/courses/15-463/

More information

Computer Vision. Thursday, August 30

Computer Vision. Thursday, August 30 Computer Vision Thursday, August 30 1 Today Course overview Requirements, logistics Image formation 2 Introductions Instructor: Prof. Kristen Grauman grauman @ cs TAY 4.118, Thurs 2-4 pm TA: Sudheendra

More information

Digital Image Processing COSC 6380/4393

Digital Image Processing COSC 6380/4393 Digital Image Processing COSC 6380/4393 Lecture 1 Aug 21 st, 2018 Slides from Dr. Shishir K Shah and Frank (Qingzhong) Liu Digital Image Processing COSC 6380/4393 Instructor Pranav Mantini Email: pmantini@uh.edu

More information

Digital image processing vs. computer vision Higher-level anchoring

Digital image processing vs. computer vision Higher-level anchoring Digital image processing vs. computer vision Higher-level anchoring Václav Hlaváč Czech Technical University in Prague Faculty of Electrical Engineering, Department of Cybernetics Center for Machine Perception

More information

CPSC 425: Computer Vision

CPSC 425: Computer Vision 1 / 55 CPSC 425: Computer Vision Instructor: Fred Tung ftung@cs.ubc.ca Department of Computer Science University of British Columbia Lecture Notes 2015/2016 Term 2 2 / 55 Menu January 7, 2016 Topics: Image

More information

(15-862): Computational Photography

(15-862): Computational Photography 15-463 (15-862): Computational Photography 15-463 (15-862): Computational Photography Staff Prof: Alexei Efros (efros@cs), 225 Smith Hall TA: Natasha Kholgade (nkholgad@andrew.cmu.edu) Web Page http://graphics.cs.cmu.edu/courses/15-463/

More information

Colour correction for panoramic imaging

Colour correction for panoramic imaging Colour correction for panoramic imaging Gui Yun Tian Duke Gledhill Dave Taylor The University of Huddersfield David Clarke Rotography Ltd Abstract: This paper reports the problem of colour distortion in

More information

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society UNIT 2 TOPICS IN COMPUTER SCIENCE Emerging Technologies and Society EMERGING TECHNOLOGIES Technology has become perhaps the greatest agent of change in the modern world. While never without risk, positive

More information

Portfolio. Swaroop Kumar Pal swarooppal.wordpress.com github.com/swarooppal1088

Portfolio. Swaroop Kumar Pal swarooppal.wordpress.com github.com/swarooppal1088 Portfolio About Me: I am a Computer Science graduate student at The University of Texas at Dallas. I am currently working as Augmented Reality Engineer at Aireal, Dallas and also as a Graduate Researcher

More information

Short Course on Computational Illumination

Short Course on Computational Illumination Short Course on Computational Illumination University of Tampere August 9/10, 2012 Matthew Turk Computer Science Department and Media Arts and Technology Program University of California, Santa Barbara

More information

COMPSCI 372 S2 C Computer Graphics

COMPSCI 372 S2 C Computer Graphics COMPSCI 372 S2 C Computer Graphics Burkhard Wünsche 1, Christof Lutteroth 2 1 Graphics Group 2 Software Innovation Research Group IMPORTANT ANNOUNCEMENT Departmental Policy on Cheating on Assignments 1.

More information

COMPUTER VISION. Pascal Fua EPFL CVLab CH-1015 Lausanne Switzerland

COMPUTER VISION. Pascal Fua EPFL CVLab CH-1015 Lausanne Switzerland COMPUTER VISION Pascal Fua EPFL CVLab CH-1015 Lausanne Switzerland http://cvlab.epfl.ch/~fua COMPUTER VISION Goal: Inferring the properties of the world from one or more images Photographs Video Sequences

More information

Panoramic Vision System for an Intelligent Vehicle using. a Laser Sensor and Cameras

Panoramic Vision System for an Intelligent Vehicle using. a Laser Sensor and Cameras Panoramic Vision System for an Intelligent Vehicle using a Laser Sensor and Cameras Min Woo Park PH.D Student, Graduate School of Electrical Engineering and Computer Science, Kyungpook National University,

More information

Visual Imaging in the Electronic Age An Interdisciplinary Course Bridging Art, Architecture, Computer Science, and Engineering Offered in Fall 2016

Visual Imaging in the Electronic Age An Interdisciplinary Course Bridging Art, Architecture, Computer Science, and Engineering Offered in Fall 2016 Candice Zhao, a student in the ART 2907 Fall 2015 course, tries Oculus headset goggles. A 2-D version of the immersive 3-D scene is shown on the screen behind her. Visual Imaging in the Electronic Age

More information

COMP371 COMPUTER GRAPHICS SESSION 1 COURSE OVERVIEW - SYLLABUS

COMP371 COMPUTER GRAPHICS SESSION 1 COURSE OVERVIEW - SYLLABUS COMP371 COMPUTER GRAPHICS SESSION 1 COURSE OVERVIEW - SYLLABUS Lecture Overview Introduction to the class Introduction to Computer Graphics and OpenGL Programming 2 Introductions Charalambos [Charis] Poullis

More information

What is Augmented Reality?

What is Augmented Reality? What is Augmented Reality? Well, this is clearly a good place to start. I ll explain what Augmented Reality (AR) is, and then what the typical applications are. We re going to concentrate on only one area

More information

Computational and Biological Vision

Computational and Biological Vision Introduction to Computational and Biological Vision CS 202-1-5261 Computer Science Department, BGU Ohad Ben-Shahar Some necessary administrivia Lecturer : Ohad Ben-Shahar Email address : ben-shahar@cs.bgu.ac.il

More information

Computer Vision in Human-Computer Interaction

Computer Vision in Human-Computer Interaction Invited talk in 2010 Autumn Seminar and Meeting of Pattern Recognition Society of Finland, M/S Baltic Princess, 26.11.2010 Computer Vision in Human-Computer Interaction Matti Pietikäinen Machine Vision

More information

Developing a Computer Vision System for Autonomous Rover Navigation

Developing a Computer Vision System for Autonomous Rover Navigation University of Hawaii at Hilo Fall 2016 Developing a Computer Vision System for Autonomous Rover Navigation ASTR 432 FINAL REPORT FALL 2016 DARYL ALBANO Page 1 of 6 Table of Contents Abstract... 2 Introduction...

More information

Apple ARKit Overview. 1. Purpose. 2. Apple ARKit. 2.1 Overview. 2.2 Functions

Apple ARKit Overview. 1. Purpose. 2. Apple ARKit. 2.1 Overview. 2.2 Functions Apple ARKit Overview 1. Purpose In the 2017 Apple Worldwide Developers Conference, Apple announced a tool called ARKit, which provides advanced augmented reality capabilities on ios. Augmented reality

More information

MSc(CompSc) List of courses offered in

MSc(CompSc) List of courses offered in Office of the MSc Programme in Computer Science Department of Computer Science The University of Hong Kong Pokfulam Road, Hong Kong. Tel: (+852) 3917 1828 Fax: (+852) 2547 4442 Email: msccs@cs.hku.hk (The

More information

Video Registration: Key Challenges. Richard Szeliski Microsoft Research

Video Registration: Key Challenges. Richard Szeliski Microsoft Research Video Registration: Key Challenges Richard Szeliski Microsoft Research 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Key Challenges 1. Mosaics and panoramas 2. Object-based based segmentation (MPEG-4) 3. Engineering

More information

Recognition problems. Object Recognition. Readings. What is recognition?

Recognition problems. Object Recognition. Readings. What is recognition? Recognition problems Object Recognition Computer Vision CSE576, Spring 2008 Richard Szeliski What is it? Object and scene recognition Who is it? Identity recognition Where is it? Object detection What

More information

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018.

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018. Research Intern Director of Research We are seeking a summer intern to support the team to develop prototype 3D sensing systems based on state-of-the-art sensing technologies along with computer vision

More information

Video Games and Interfaces: Past, Present and Future Class #2: Intro to Video Game User Interfaces

Video Games and Interfaces: Past, Present and Future Class #2: Intro to Video Game User Interfaces Video Games and Interfaces: Past, Present and Future Class #2: Intro to Video Game User Interfaces Content based on Dr.LaViola s class: 3D User Interfaces for Games and VR What is a User Interface? Where

More information

Well..How Did I Get Here?

Well..How Did I Get Here? Well..How Did I Get Here? Steve LaValle University of Illinois February 25, 2015 U of I Research Park - Startup Cafe - Feb 2015 1 / 32 Oculus VR: Quick Overview Timeline: 07/12 Oculus VR founded by Palmer

More information

CSC 170 Introduction to Computers and Their Applications. Lecture #3 Digital Graphics and Video Basics. Bitmap Basics

CSC 170 Introduction to Computers and Their Applications. Lecture #3 Digital Graphics and Video Basics. Bitmap Basics CSC 170 Introduction to Computers and Their Applications Lecture #3 Digital Graphics and Video Basics Bitmap Basics As digital devices gained the ability to display images, two types of computer graphics

More information

Transportation Informatics Group, ALPEN-ADRIA University of Klagenfurt. Transportation Informatics Group University of Klagenfurt 3/10/2009 1

Transportation Informatics Group, ALPEN-ADRIA University of Klagenfurt. Transportation Informatics Group University of Klagenfurt 3/10/2009 1 Machine Vision Transportation Informatics Group University of Klagenfurt Alireza Fasih, 2009 3/10/2009 1 Address: L4.2.02, Lakeside Park, Haus B04, Ebene 2, Klagenfurt-Austria Index Driver Fatigue Detection

More information

Discovering Panoramas in Web Videos

Discovering Panoramas in Web Videos Discovering Panoramas in Web Videos Feng Liu 1, Yu-hen Hu 2 and Michael Gleicher 1 1 Department of Computer Sciences 2 Department of Electrical and Comp. Engineering University of Wisconsin-Madison Discovering

More information

Princeton University COS429 Computer Vision Problem Set 1: Building a Camera

Princeton University COS429 Computer Vision Problem Set 1: Building a Camera Princeton University COS429 Computer Vision Problem Set 1: Building a Camera What to submit: You need to submit two files: one PDF file for the report that contains your name, Princeton NetID, all the

More information

AR 2 kanoid: Augmented Reality ARkanoid

AR 2 kanoid: Augmented Reality ARkanoid AR 2 kanoid: Augmented Reality ARkanoid B. Smith and R. Gosine C-CORE and Memorial University of Newfoundland Abstract AR 2 kanoid, Augmented Reality ARkanoid, is an augmented reality version of the popular

More information

Image Processing. Gabriel Brostow & Simon Prince. GV12/3072 Image Processing.

Image Processing. Gabriel Brostow & Simon Prince. GV12/3072 Image Processing. Image Processing Gabriel Brostow & Simon Prince GV12/3072 Image Processing. 1 GV12/3072 Image Processing. 2 Motivation and Goals Grounding in image processing techniques Concentrate on algorithms used

More information

2 days University Experience Programme - From Physics and ICT to Engineering

2 days University Experience Programme - From Physics and ICT to Engineering 2 days University Experience Programme - From Physics and ICT to Engineering Date: 17 th -18 th July 2018 (Tue and Wed) (Contingency date: 19 th 20 th July 2018) Venue: V322, Jockey Club Innovation Tower,

More information

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews

Today. CS 395T Visual Recognition. Course content. Administration. Expectations. Paper reviews Today CS 395T Visual Recognition Course logistics Overview Volunteers, prep for next week Thursday, January 18 Administration Class: Tues / Thurs 12:30-2 PM Instructor: Kristen Grauman grauman at cs.utexas.edu

More information

IMGD 3xxx - HCI for Real, Virtual, and Teleoperated Environments: Introduction. by Robert W. Lindeman

IMGD 3xxx - HCI for Real, Virtual, and Teleoperated Environments: Introduction. by Robert W. Lindeman IMGD 3xxx - HCI for Real, Virtual, and Teleoperated Environments: Introduction by Robert W. Lindeman gogo@wpi.edu Motivation Some interesting recent developments Mobile computer systems are cheap, powerful,

More information

Computer Vision Slides curtesy of Professor Gregory Dudek

Computer Vision Slides curtesy of Professor Gregory Dudek Computer Vision Slides curtesy of Professor Gregory Dudek Ioannis Rekleitis Why vision? Passive (emits nothing). Discreet. Energy efficient. Intuitive. Powerful (works well for us, right?) Long and short

More information

COMPUTER. 1. PURPOSE OF THE COURSE Refer to each sub-course.

COMPUTER. 1. PURPOSE OF THE COURSE Refer to each sub-course. COMPUTER 1. PURPOSE OF THE COURSE Refer to each sub-course. 2. TRAINING PROGRAM (1)General Orientation and Japanese Language Program The General Orientation and Japanese Program are organized at the Chubu

More information

(15-862): Computational Photography

(15-862): Computational Photography 15-463 (15-862): Computational Photography 15-463 (15-862): Computational Photography Staff Prof: Alexei Efros (efros@cs), 4207 NSH TAs: Alvaro Collet (acollet@cs) and Laura Trutoiu (trutoiu@cs) Web Page

More information

MATLAB DIGITAL IMAGE/SIGNAL PROCESSING TITLES

MATLAB DIGITAL IMAGE/SIGNAL PROCESSING TITLES MATLAB DIGITAL IMAGE/SIGNAL PROCESSING TITLES -2018 S.NO PROJECT CODE 1 ITIMP01 2 ITIMP02 3 ITIMP03 4 ITIMP04 5 ITIMP05 6 ITIMP06 7 ITIMP07 8 ITIMP08 9 ITIMP09 `10 ITIMP10 11 ITIMP11 12 ITIMP12 13 ITIMP13

More information

3D Interaction using Hand Motion Tracking. Srinath Sridhar Antti Oulasvirta

3D Interaction using Hand Motion Tracking. Srinath Sridhar Antti Oulasvirta 3D Interaction using Hand Motion Tracking Srinath Sridhar Antti Oulasvirta EIT ICT Labs Smart Spaces Summer School 05-June-2013 Speaker Srinath Sridhar PhD Student Supervised by Prof. Dr. Christian Theobalt

More information

Title Goes Here Algorithms for Biometric Authentication

Title Goes Here Algorithms for Biometric Authentication Title Goes Here Algorithms for Biometric Authentication February 2003 Vijayakumar Bhagavatula 1 Outline Motivation Challenges Technology: Correlation filters Example results Summary 2 Motivation Recognizing

More information

FACE VERIFICATION SYSTEM IN MOBILE DEVICES BY USING COGNITIVE SERVICES

FACE VERIFICATION SYSTEM IN MOBILE DEVICES BY USING COGNITIVE SERVICES International Journal of Intelligent Systems and Applications in Engineering Advanced Technology and Science ISSN:2147-67992147-6799 www.atscience.org/ijisae Original Research Paper FACE VERIFICATION SYSTEM

More information

A Guide to Virtual Reality for Social Good in the Classroom

A Guide to Virtual Reality for Social Good in the Classroom A Guide to Virtual Reality for Social Good in the Classroom Welcome to the future, or the beginning of a future where many things are possible. Virtual Reality (VR) is a new tool that is being researched

More information

Curriculum Vitae. Computer Vision, Image Processing, Biometrics. Computer Vision, Vision Rehabilitation, Vision Science

Curriculum Vitae. Computer Vision, Image Processing, Biometrics. Computer Vision, Vision Rehabilitation, Vision Science Curriculum Vitae Date Prepared: 01/09/2016 (last updated: 09/12/2016) Name: Shrinivas J. Pundlik Education 07/2002 B.E. (Bachelor of Engineering) Electronics Engineering University of Pune, Pune, India

More information

Intro to Virtual Reality (Cont)

Intro to Virtual Reality (Cont) Lecture 37: Intro to Virtual Reality (Cont) Computer Graphics and Imaging UC Berkeley CS184/284A Overview of VR Topics Areas we will discuss over next few lectures VR Displays VR Rendering VR Imaging CS184/284A

More information

4/23/16. Virtual Reality. Virtual reality. Virtual reality is a hot topic today. Virtual reality

4/23/16. Virtual Reality. Virtual reality. Virtual reality is a hot topic today. Virtual reality CSCI 420 Computer Graphics Lecture 25 Virtual Reality Virtual reality computer-simulated environments that can simulate physical presence in places in the real world, as well as in imaginary worlds History

More information

VIRTUAL REALITY. Mete CINAR - Merve KAYA - Gonul KANBAY - Umit VATANSEVER. Course Professor Rushan ZIATDINOV FATIH UNIVERSITY

VIRTUAL REALITY. Mete CINAR - Merve KAYA - Gonul KANBAY - Umit VATANSEVER. Course Professor Rushan ZIATDINOV FATIH UNIVERSITY VIRTUAL REALITY Mete CINAR - Merve KAYA - Gonul KANBAY - Umit VATANSEVER Course Professor Rushan ZIATDINOV FATIH UNIVERSITY Mete - Merve - Gonul - Umit Virtual Reality FATIH UNIVERSITY 1 / 16 What is virtual

More information

Adding Depth. Introduction. PTViewer3D. Helmut Dersch. May 20, 2016

Adding Depth. Introduction. PTViewer3D. Helmut Dersch. May 20, 2016 Adding Depth Helmut Dersch May 20, 2016 Introduction It has long been one of my goals to add some kind of 3d-capability to panorama viewers. The conventional technology displays a stereoscopic view based

More information

A Case Study of Security and Privacy Threats from Augmented Reality (AR)

A Case Study of Security and Privacy Threats from Augmented Reality (AR) A Case Study of Security and Privacy Threats from Augmented Reality (AR) Song Chen, Zupei Li, Fabrizio DAngelo, Chao Gao, Xinwen Fu Binghamton University, NY, USA; Email: schen175@binghamton.edu of Computer

More information

Lecture 19: Depth Cameras. Kayvon Fatahalian CMU : Graphics and Imaging Architectures (Fall 2011)

Lecture 19: Depth Cameras. Kayvon Fatahalian CMU : Graphics and Imaging Architectures (Fall 2011) Lecture 19: Depth Cameras Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011) Continuing theme: computational photography Cheap cameras capture light, extensive processing produces

More information

OBJECTIVE OF THE BOOK ORGANIZATION OF THE BOOK

OBJECTIVE OF THE BOOK ORGANIZATION OF THE BOOK xv Preface Advancement in technology leads to wide spread use of mounting cameras to capture video imagery. Such surveillance cameras are predominant in commercial institutions through recording the cameras

More information

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Volume 117 No. 22 2017, 209-213 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Mrs.S.Hemamalini

More information

Introduction , , Computational Photography Fall 2018, Lecture 1

Introduction , , Computational Photography Fall 2018, Lecture 1 Introduction http://graphics.cs.cmu.edu/courses/15-463 15-463, 15-663, 15-862 Computational Photography Fall 2018, Lecture 1 Overview of today s lecture Teaching staff introductions What is computational

More information

Embedding Artificial Intelligence into Our Lives

Embedding Artificial Intelligence into Our Lives Embedding Artificial Intelligence into Our Lives Michael Thompson, Synopsys D&R IP-SOC DAYS Santa Clara April 2018 1 Agenda Introduction What AI is and is Not Where AI is being used Rapid Advance of AI

More information

FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM

FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM FOCAL LENGTH CHANGE COMPENSATION FOR MONOCULAR SLAM Takafumi Taketomi Nara Institute of Science and Technology, Japan Janne Heikkilä University of Oulu, Finland ABSTRACT In this paper, we propose a method

More information

3D Virtual Training Systems Architecture

3D Virtual Training Systems Architecture 3D Virtual Training Systems Architecture January 21-24, 2018 ISO/IEC JTC 1/SC 24/WG 9 & Web3D Meetings Seoul, Korea Myeong Won Lee (U. of Suwon) Virtual Training Systems Definition Training systems using

More information

Digital Image Processing ECE 178 Winter 2003

Digital Image Processing ECE 178 Winter 2003 Digital Image Processing ECE 178 Winter 2003 B. S. MANJUNATH RM 3157 ENGR I Tel:893-7112 manj@ece.ucsb.edu http://vision.ece.ucsb.edu/manjunath 1/07/2003 W03/Lecture 1 On the WEB For course information

More information

Digital Image Processing ECE 178 Winter On the WEB. Class list/discussion sessions. Today: Jan About this course.

Digital Image Processing ECE 178 Winter On the WEB. Class  list/discussion sessions. Today: Jan About this course. Digital Image Processing ECE 178 Winter 2003 On the WEB For course information and slides and more: http://varuna.ece.ucsb.edu/ece178 B. S. MANJUNATH RM 3157 ENGR I Tel:893-7112 manj@ece.ucsb.edu http://vision.ece.ucsb.edu/manjunath

More information

A New Approach to Control a Robot using Android Phone and Colour Detection Technique

A New Approach to Control a Robot using Android Phone and Colour Detection Technique A New Approach to Control a Robot using Android Phone and Colour Detection Technique Saurav Biswas 1 Umaima Rahman 2 Asoke Nath 3 1,2,3 Department of Computer Science, St. Xavier s College, Kolkata-700016,

More information

MIT CSAIL Advances in Computer Vision Fall Problem Set 6: Anaglyph Camera Obscura

MIT CSAIL Advances in Computer Vision Fall Problem Set 6: Anaglyph Camera Obscura MIT CSAIL 6.869 Advances in Computer Vision Fall 2013 Problem Set 6: Anaglyph Camera Obscura Posted: Tuesday, October 8, 2013 Due: Thursday, October 17, 2013 You should submit a hard copy of your work

More information

Color , , Computational Photography Fall 2017, Lecture 11

Color , , Computational Photography Fall 2017, Lecture 11 Color http://graphics.cs.cmu.edu/courses/15-463 15-463, 15-663, 15-862 Computational Photography Fall 2017, Lecture 11 Course announcements Homework 2 grades have been posted on Canvas. - Mean: 81.6% (HW1:

More information

INFO 200. Cutting Edge and Emerging Technologies

INFO 200. Cutting Edge and Emerging Technologies INFO 200 Cutting Edge and Emerging Technologies Technology Reached it s limit? From now on, just more of the same? No! no - no - no - no Get ready for whole new waves! Goals for this Topic To consider

More information

Liferay as a headless CMS for Robotics & VR/AR environments

Liferay as a headless CMS for Robotics & VR/AR environments Liferay as a headless CMS for Robotics & VR/AR environments Innovation Initial Consideration Informational channels History at a glance 30 40 s 50 s 60 s 70 s Reading the newspaper The first ebook DEC

More information

Lecture 26: Eye Tracking

Lecture 26: Eye Tracking Lecture 26: Eye Tracking Inf1-Introduction to Cognitive Science Diego Frassinelli March 21, 2013 Experiments at the University of Edinburgh Student and Graduate Employment (SAGE): www.employerdatabase.careers.ed.ac.uk

More information

Market Snapshot: Consumer Strategies and Use Cases for Virtual and Augmented Reality

Market Snapshot: Consumer Strategies and Use Cases for Virtual and Augmented Reality Market Snapshot: Consumer Strategies and Use Cases for Virtual and Augmented A Parks Associates Snapshot Virtual Snapshot Companies in connected CE and the entertainment IoT space are watching the emergence

More information

Digitizing Color. Place Value in a Decimal Number. Place Value in a Binary Number. Chapter 11: Light, Sound, Magic: Representing Multimedia Digitally

Digitizing Color. Place Value in a Decimal Number. Place Value in a Binary Number. Chapter 11: Light, Sound, Magic: Representing Multimedia Digitally Chapter 11: Light, Sound, Magic: Representing Multimedia Digitally Fluency with Information Technology Third Edition by Lawrence Snyder Digitizing Color RGB Colors: Binary Representation Giving the intensities

More information

Game Artificial Intelligence ( CS 4731/7632 )

Game Artificial Intelligence ( CS 4731/7632 ) Game Artificial Intelligence ( CS 4731/7632 ) Instructor: Stephen Lee-Urban http://www.cc.gatech.edu/~surban6/2018-gameai/ (soon) Piazza T-square What s this all about? Industry standard approaches to

More information

WHO. 6 staff people. Tel: / Fax: Website: vision.unipv.it

WHO. 6 staff people. Tel: / Fax: Website: vision.unipv.it It has been active in the Department of Electrical, Computer and Biomedical Engineering of the University of Pavia since the early 70s. The group s initial research activities concentrated on image enhancement

More information

Should all future kids contents be interactive? What are the best games and TV coproduction models?

Should all future kids contents be interactive? What are the best games and TV coproduction models? Should all future kids contents be interactive? What are the best games and TV coproduction models? Global Kids Media Congress March 10, 2016 Joëlle CAROLINE UBISOFT MOTION PICTURES PARTIE 2 UBISOFT AT

More information

interactive laboratory

interactive laboratory interactive laboratory ABOUT US 360 The first in Kazakhstan, who started working with VR technologies Over 3 years of experience in the area of virtual reality Completed 7 large innovative projects 12

More information

Autonomous Mobile Robot Design. Dr. Kostas Alexis (CSE)

Autonomous Mobile Robot Design. Dr. Kostas Alexis (CSE) Autonomous Mobile Robot Design Dr. Kostas Alexis (CSE) Course Goals To introduce students into the holistic design of autonomous robots - from the mechatronic design to sensors and intelligence. Develop

More information

A Proposal for Security Oversight at Automated Teller Machine System

A Proposal for Security Oversight at Automated Teller Machine System International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 6 (June 2014), PP.18-25 A Proposal for Security Oversight at Automated

More information

ME 6406 MACHINE VISION. Georgia Institute of Technology

ME 6406 MACHINE VISION. Georgia Institute of Technology ME 6406 MACHINE VISION Georgia Institute of Technology Class Information Instructor Professor Kok-Meng Lee MARC 474 Office hours: Tues/Thurs 1:00-2:00 pm kokmeng.lee@me.gatech.edu (404)-894-7402 Class

More information