introduction to computer vision for robotics
play

Introduction to Computer Vision for Robotics AE640A Autonomous - PowerPoint PPT Presentation

Introduction to Computer Vision for Robotics AE640A Autonomous Navigation 5 th March, 2019 Harsh Sinha Introduction to Computer Vision 1 Lecture Outline Introduction What is CV? Overview of the field A look at history


  1. Introduction to Computer Vision for Robotics AE640A Autonomous Navigation 5 th March, 2019 Harsh Sinha Introduction to Computer Vision 1

  2. Lecture Outline ● Introduction ○ What is CV? ○ Overview of the field ○ A look at history ○ Hard Problem? ● Human Vision System & the Machine ○ The human vision system ○ Fooling humans ○ The computer vision system ● Images as matrices. ○ How cameras work to produce these matrices ○ Meaning of Intensity, Color etc ○ Shoutout to Image Processing Harsh Sinha Introduction to Computer Vision 2

  3. Lecture Outline ● Camera Model ○ Pinhole Camera Model ○ Intrinsic Camera Matrix ○ Camera Calibration Harsh Sinha Introduction to Computer Vision 3

  4. Introduction Harsh Sinha Introduction to Computer Vision 4

  5. What is Computer Vision? Universe Computer Image Vision Information System Image Image Processing Harsh Sinha Introduction to Computer Vision 5

  6. What is Computer Vision? Image Credits: CS131, Fall ‘18, Stanford Harsh Sinha Introduction to Computer Vision 6

  7. What is Computer Vision? ● Computer Vision is deals with extracting information regarding the 3D world we live in using a single or a bunch of images. ● Computer Vision like most other fields today, is at the junction of numerous disciplines from Biology to Computer Science and has applications only limited by our imagination. Harsh Sinha Introduction to Computer Vision 7

  8. Overview of the field Image Credits: XKCD, 1425, 2014 Harsh Sinha Introduction to Computer Vision 8

  9. Overview of the field Image Credits: XKCD, 1425, 2014 Image Credits: https://tinyurl.com/y53by9pr Image Credits: https://tinyurl.com/y53by9pr Harsh Sinha Introduction to Computer Vision 9

  10. Overview of the field What kind of Information? Universe (Image Processing + ) Image Computer Vision System Harsh Sinha Introduction to Computer Vision 10

  11. Overview of the field What kind of Information? Image Credits: Karpathy, CVPR’15 Image Credits: https://tinyurl.com/lxuex6o Harsh Sinha Introduction to Computer Vision 11

  12. Overview of the field Primary themes in Computer Vision are: 1. Object Detection Recognition: Cat? Image: https://tinyurl.com/yanp2o5e Harsh Sinha Introduction to Computer Vision 12

  13. Overview of the field Primary themes in Computer Vision are: 1. Object Detection Recognition: Cat? Localization: Where is the cat? Image: https://tinyurl.com/yanp2o5e Harsh Sinha Introduction to Computer Vision 13

  14. Overview of the field Primary themes in Computer Vision are: 1. Object Detection Object Detection: Which Objects are here and where? Image: https://tinyurl.com/y4ly96rd Harsh Sinha Introduction to Computer Vision 14

  15. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation Segmentation: Which pixels belong to which object? Credits: Own Work Harsh Sinha Introduction to Computer Vision 15

  16. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements Image Colorization: From Grayscale to Colored Images Credits: Richard Zhang, CVPR 2016 Harsh Sinha Introduction to Computer Vision 16

  17. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements Image Enhancement: Real Time Image Enhancement Credits: Michael Gharbi, ACM Graphics 2017 Harsh Sinha Introduction to Computer Vision 17

  18. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements Super Resolution: Upsampling Images while preserving quality Credits: https://github.com/tensorlayer/srgan Harsh Sinha Introduction to Computer Vision 18

  19. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements 4. Image to Text Image Description: Automatic semantic description for images Credits: Karpathy, CVPR 2015 Harsh Sinha Introduction to Computer Vision 19

  20. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements 4. Image to Text 5. Image Generation Image Generation: A style based generator architecture for GANs Credits: Tero Karras, arXiv 2018 Harsh Sinha Introduction to Computer Vision 20

  21. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements 4. Image to Text 5. Image Generation Optical Flow: Lucas Kanade 6. Motion Estimation method for motion estimation Credits: https://tinyurl.com/y5rloh3g Harsh Sinha Introduction to Computer Vision 21

  22. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements 4. Image to Text 5. Image Generation 3D Reconstruction: REMODE, 6. Motion Estimation Real Time Reconstruction 7. 3D reconstruction from Images Credits: Matia Pizzoli, ICRA 2014 Harsh Sinha Introduction to Computer Vision 22

  23. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements 4. Image to Text 5. Image Generation 3D Reconstruction: REMODE, 6. Motion Estimation Real Time Reconstruction 7. 3D reconstruction from Images Credits: Matia Pizzoli, ICRA 2014 8. Visual SLAM Harsh Sinha Introduction to Computer Vision 23

  24. Overview of the field Primary themes in Computer Vision are: 1. Object Detection 2. Segmentation 3. Image Modifications/Enhancements 4. Image to Text 5. Image Generation Biometrics : Fingerprint 6. Motion Estimation Detection, Apple Face ID 7. 3D reconstruction from Images Credits:https://tinyurl.com/y2a7wybz, TheVerge Youtube 8. Visual SLAM 9. Biometrics and more ... Harsh Sinha Introduction to Computer Vision 24

  25. A look at history ● Robert Nathan started writing computer programs for enhancing Credits: EE604, nasa.gov images from NASA’s spacecraft’s at Jet Propulsion Lab, NASA. ● The Summer Vision Project: Project at MIT to solve a significant part of visual system. Primary Objective was to divide the image into object, background and chaos regions, over the course of a summer. Credits: https://tinyurl.com/y6bpo4nk Harsh Sinha Introduction to Computer Vision 25

  26. A look at history Credits: Prof. Tanaya Guha, EE698K Harsh Sinha Introduction to Computer Vision 26

  27. A look at history Credits: Prof. Tanaya Guha, EE698K Harsh Sinha Introduction to Computer Vision 27

  28. Hard Problem? ● Why are we still working on roughly the same problem as the “summer vision project”? ● Why is it that creating 3D models of chairs is easier than identifying them? Harsh Sinha Introduction to Computer Vision 28

  29. Hard Problem? ● Why are we still working on roughly the same problem as the “summer vision project”? ● Why is it that creating 3D models of chairs is easier than identifying them? There is a large between some ~1920x1080x3 numbers and the high-level ➔ abstract meaning we associate with them. Images are 2D representation of information from 3D world. ➔ Harsh Sinha Introduction to Computer Vision 29

  30. Human Vision System & Computer Vision System Harsh Sinha Introduction to Computer Vision 30

  31. The human vision system Credits: https://tinyurl.com/y6bkhnqa Harsh Sinha Introduction to Computer Vision 31

  32. The human vision system Harsh Sinha Introduction to Computer Vision 32

  33. The human vision system Credits: Ulas Bagci, UCF Harsh Sinha Introduction to Computer Vision 33

  34. Fooling humans Credits: https://tinyurl.com/y49rp7sd Credits: Wikipedia, Spinning Dancer Credits: Oleg Shuplyak, Pinterest Harsh Sinha Introduction to Computer Vision 34

  35. The (human) (computer) vision system Credits: CS131, Stanford Harsh Sinha Introduction to Computer Vision 35

  36. Fooling Computers Credits: https://tinyurl.com/l5pwp6t Credits: Wikipedia, Barber Pole Illusion Harsh Sinha Introduction to Computer Vision 36

  37. Images as Matrices Harsh Sinha Introduction to Computer Vision 37

  38. Camera Models Harsh Sinha Introduction to Computer Vision 38

  39. Camera Models Credits: https://tinyurl.com/y6qen2vb Harsh Sinha Introduction to Computer Vision 39

  40. Camera Models Not this one but models as in modelling a phenomena Credits: https://tinyurl.com/y6qen2vb Harsh Sinha Introduction to Computer Vision 40

  41. Camera Models ● Like so many things in engineering, we create a simple “model” of a camera to which is easy to understand and can approximate the actual functioning of a camera to a good degree. ● There are different models: ■ Pinhole camera model ■ Lens model ■ ... Harsh Sinha Introduction to Computer Vision 41

  42. Pinhole camera model aperture Credits: Wikipedia, Pinhole Camera Model Harsh Sinha Introduction to Computer Vision 42

  43. Pinhole camera model aperture Credits: Wikipedia, Pinhole Camera Model Harsh Sinha Introduction to Computer Vision 43

  44. Pinhole camera model aperture Credits: Wikipedia, Pinhole Camera Model Harsh Sinha Introduction to Computer Vision 44

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend