1 / 14

CSE 140: Computer Vision

CSE 140: Computer Vision. Camillo J. Taylor Assistant Professor CIS Dept, UPenn. What is Computer Vision. Recover information about the scene from one or more images Relevant questions What’s out there Where is it Where is it going. Computer Vision as an Inverse Problem.

edward
Télécharger la présentation

CSE 140: Computer Vision

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

E N D

Presentation Transcript


  1. CSE 140: Computer Vision Camillo J. Taylor Assistant Professor CIS Dept, UPenn

  2. What is Computer Vision • Recover information about the scene from one or more images • Relevant questions • What’s out there • Where is it • Where is it going

  3. Computer Vision as an Inverse Problem • Given information about the geometry of the scene, surface reflectance properties, lighting configuration and camera model we can generate an image • The problem of computer vision is to infer these properties of the scene from the image data (a 2D array of numbers]

  4. Outline • Reconstruction • Recognition

  5. Stereo • Given two images of a scene taken from known positions with calibrated cameras recover the 3D structure of the environment.

  6. Correspondence Problem • Stereo algorithms attempt to automatically detect correspondences between points in the two images. • Once these correspondences have been determined, the locations of these points in space can be determined from a simple triangulation

  7. + D å = + + - + 2 SSD ( i , d ) ( I ( i j d ) I ( i j )) r l = - D j SSD matching • The sum of squared differences is a commonly used matching criterion in stereo algorithms

  8. Constraints that can be employed in matching • Uniqueness • Ordering • Smoothness

  9. Recovering 3D models from 2D image • 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 • One statement of the recognition problem • Given a 3D model of a target object determine whether that object appears in a given image • 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 • Image based • Directly compare stored image to acquired image to determine whether or not they are similar • Useful in face recognition

  14. Recognizing articulated objects • David Forsyth’s Horse finder

More Related