Download presentation
Presentation is loading. Please wait.
Published byAlan Lane Modified over 9 years ago
1
CSE 140: Computer Vision Camillo J. Taylor Assistant Professor CIS Dept, UPenn
2
What is Computer Vision b Recover information about the scene from one or more images b Relevant questions What’s out thereWhat’s out there Where is itWhere is it Where is it goingWhere is it going
3
Computer Vision as an Inverse Problem b Given information about the geometry of the scene, surface reflectance properties, lighting configuration and camera model we can generate an image b The problem of computer vision is to infer these properties of the scene from the image data (a 2D array of numbers]
4
Outline b Reconstruction b Recognition
5
Stereo b Given two images of a scene taken from known positions with calibrated cameras recover the 3D structure of the environment.
6
Correspondence Problem b Stereo algorithms attempt to automatically detect correspondences between points in the two images. b Once these correspondences have been determined, the locations of these points in space can be determined from a simple triangulation
7
SSD matching b The sum of squared differences is a commonly used matching criterion in stereo algorithms SSDidIijdIij l r j (,)(()()) 2
8
Constraints that can be employed in matching b Uniqueness b Ordering b Smoothness
9
Recovering 3D models from 2D image b For single images we can only recover the geometry if we make some assumptions about the shape of objects that we’re looking at
10
Reconstructions
11
More Reconstructions
12
Recognition b One statement of the recognition problem Given a 3D model of a target object determine whether that object appears in a given imageGiven a 3D model of a target object determine whether that object appears in a given image b In the alignment approach to recognition the computer hypothesizes matches between features in the model and features in the image and then tests whether any other features support this match
13
Other approaches to recognition b Image based Directly compare stored image to acquired image to determine whether or not they are similarDirectly compare stored image to acquired image to determine whether or not they are similar Useful in face recognitionUseful in face recognition
14
Recognizing articulated objects b David Forsyth’s Horse finder
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.