Application in Computer Vision Final Project Nir Slakman, Oren Zur and Noam Ben-Ari.

Slides:



Advertisements
Similar presentations
SEMINAR ON VIRTUAL REALITY 25-Mar-17
Advertisements

Motion Capture The process of recording movement and translating that movement onto a digital model Games Fast Animation Movies Bio Medical Analysis VR.
Digital Interactive Entertainment Dr. Yangsheng Wang Professor of Institute of Automation Chinese Academy of Sciences
Lesson 4 Alternative Methods Of Input.
SM1205 Interactivity Topic 01: Introduction Spring 2012SCM-CityU1.
SM3121 Toys and Gadgets Mark Green School of Creative Media.
Input/Output Devices Graphical Interface Systems Dr. M. Al-Mulhem Feb. 1, 2008.
SM1205 Interactivity Topic 01: Introduction Spring 2011SCM-CityU1.
Animation Theory.
Animation is mainly used to produce cartoons, however, it is also used to produce special effects in commercials, live-action movies, video games, and.
RIGS & MOTION CAPTURE By: Jennifer Marcial and Juan m. lopez A presentation on animation film-making, and how it works.
Intermediate GNVQ ICT Input Devices and Methods Manual input devices are used by people to enter data by hand. Keyboard Pointing devices Joystick Digital.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
What is it? The use of computers to present text, sound, graphics, animation and video in an integrated way.
GCSE Information Technology Input Devices and Methods 3 Manual input devices are used by people to enter data by hand. Keyboard Pointing devices Joystick.
                      Digital Video 1.
Web animation Gladys Nzita-Mak. Uses of web animation Banner ads Promotion Instruction Information Entertainment.
ICBV Course Final Project Arik Krol Aviad Pinkovezky.
Virtual painting project By: Leetal Gruper Tsafrir Kamelo Supervisor: Michael Kolomenkin Advisor from 3DV systems: Sagi Katz.
Standard Grade Computing COMPUTER STUDIES Standard Grade INPUT DEVICES Chapter 16.
Intelligent Ground Vehicle Competition Navigation Michael Lebson - James McLane - Image Processing Hamad Al Salem.
Main points  Where it started  What is it  Computer animation  Java applets  Flash  Animation process  Optical illusion in motion  Claymation.
Panasonic Is the No. 2 Manufacturer Worldwide for Patent Applications elite Panaboard Advantages Interactive whiteboard.
INPUT DEVICES. KEYBOARD Most common input device for a computer.
   Input Devices Main Memory Backing Storage PROCESSOR
Examples of Available Assistive Technology
© 1999 Rochester Institute of Technology Color. Imaging Science Workshop for Teachers ©Chester F. Carlson Center for Imaging Science at RIT Color Images.
Prepared By: Menna Hamza Mohamed Mohamed Hesham Fadl Mona Abdel Mageed El-Koussy Yasmine Shaker Abdel Hameed Supervised By: Dr. Magda Fayek.
By: Ghada Al Naimi. I'm trying to know the dimensions of a video game ( cinema screens, television screens, computer screens ) and to find how are they.
 Refers to sampling the gray/color level in the picture at MXN (M number of rows and N number of columns )array of points.  Once points are sampled,
Digital Blue Cameras Inset Tuesday 3 rd June 2008.
MULTIMEDIA DEFINITION OF MULTIMEDIA
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 1: Introduction to mathematical.
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
Chapter 7 Animation. The Power of Animation Animation grabs attention Transitions are simple forms of animation  Wipe  Zoom  Dissolve.
Third Grade Computer Class Room 241
1 Computer Graphics Week2 –Creating a Picture. Steps for creating a picture Creating a model Perform necessary transformation Lighting and rendering the.
The Computer Vision Game Assistant C H E C K E R S M A T E S Levante Savo, Camelia Popa, Serban Meza, Oscar Medina, Ross Foley.
Chapter 7 Animation Prepared by: Ms. Ma. Anna Corina G. Kagaoan College of Arts and Sciences.
MULTIMEDIA Hardware 4/24/2017.
Created By: Ashley Warner. 1. LeapFrog Leapster 2. Vtech V.Smile 3. Vtech Nitro Web Notebook 4. Other Handheld Learning Devices 5. Benefits of Handhelds.
CGI/Motion Capture By Dominic Lauricella. CGI  CGI (Computer-generated imagery) is any sort of art created with computer graphics, rather than practical.
Product: Microsoft Kinect Team I Alex Styborski Brandon Sayre Brandon Rouhier Section 2B.
Is a pointing device that fits comfortably under the palm of your hand.
Input Devices. Input devices allow us to enter data into the computer system –Mouse –Keyboard –Graphics Tablet –TrackPad –Touch-sensitive screen - Scanner.
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
Computer Engineering and Networks, College of Engineering, Majmaah University ANIMATION Mohammed Saleem Bhat CEN-318 Multimedia.
Digital Cameras in the Classroom Day One Basics Ann Howden UEN Professional Development
COMP413: Computer Graphics Overview of Graphics Systems Chapter 1.
OpenCV C++ Image Processing
AS Level ICT Selection and use of input devices and input media: Simple devices.
Input & Output Devices ASHIMA KALRA.
Standard Input Devices
Computer Graphics Lecture 1 Introduction to Computer Graphics
Lesson 4 Alternative Methods Of Input.
Day 3: computer vision.
Alternative Methods Of Input
physics-chemistry-interactive-flash-animation
VIDEO.
Object Recognition in Video Games
Image Segmentation Classify pixels into groups having similar characteristics.
Lesson 4 Alternative Methods Of Input.
Inputting Data In Other Ways
Introduction to Computers
Objective % Explain concepts used to create digital animation.
Objective % Explain concepts used to create digital animation.
Lesson 4 Alternative Methods Of Input.
Introduction to Computers
Objective Explain concepts used to create digital animation.
PRODUCTION PHASES CHANGES
Presentation transcript:

Application in Computer Vision Final Project Nir Slakman, Oren Zur and Noam Ben-Ari

The Goal. The Goal. To Create: A game for kids, to assist them getting familiar with the world of nature. Using simple motor skills, sound effects and colors.

Description. Description. Web-cam based. Few different screens (levels). Motion detection. Identifying the animals by the sounds they make.

Motivation. Motivation. To create an educational game for kids. An interesting game, using colors and sounds effects. An EyeToy look-like game.

What is Eye Toy? What is Eye Toy? Color digital camera device. Usually used for the PlayStation consoles. Allows the player to play the game by using his hands movements instead of using a joystick or a keyboard.

The Technology. The Technology. uses computer vision to process images taken by the camera. allows players to interact with games using motion, color detection and sound.

Video Capturing. Video Capturing. Captures frames using Matlab. Each frame being converted to a 3D matrix (X*Y*3). X and Y are the dimension of the frame. The third value means 3 layers of color – RGB.

Motion Detection. Motion Detection. A five frames buffer. A median matrix was computed for each five matrixes. If the value of a pixel is different from the value of the median – there was a motion!

Color Detection. Color Detection. The software is looking for a blue object in motion. Each pixel’s RGB values are being examined for a dominant value of blue.

Location detection. Location detection. This is easy… The location is actually the values of x and y in the matrix (frame – [x,y]). When the object being located is signed with a square.

Location detection. Location detection. The square is drawn on the game’s screen according to the camera screen window’s coordinates. The moving object is being followed by the square online.

Effects. Effects. When the software locates the square in one of the pictures’ location range, it recognize the animal, mark the picture and create sounds effects.

Example.

EyeToy - Example. Short Movie - YouTube

In The Future. In The Future. Expand the system for different subjects. Include competitions and High- scores. Time based levels.

Any Questions?