cs 4476 / 6476: computer visionhays/compvision2017/lectures/...accidental pinhole and pinspeck...

87
CS 4476 / 6476: Computer Vision Instructor: James Hays Tas: Varun Agrawal, Samarth Brahmbhatt, Cusuh Ham, Eunji Chong, Wenqi Xian, Wengling Chen, Albert Shaw, Stefan Stojanov Image by kirkh.deviantart.com

Upload: others

Post on 03-Aug-2020

30 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

CS 4476 / 6476:Computer Vision

Instructor: James HaysTas: Varun Agrawal, Samarth Brahmbhatt, Cusuh Ham, Eunji Chong, Wenqi Xian, Wengling Chen, Albert Shaw,

Stefan StojanovImage by kirkh.deviantart.com

Page 2: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Today’s Class

• Course enrollment

• Who am I?

• What is Computer Vision?

• Specifics of this course

• Geometry of Image Formation

• Questions

Page 3: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

A bit about me

Page 4: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

DeepNav

DeepNav: Learning to Navigate Large CitiesSamarth Brahmbhatt and James Hays. CVPR 2017

Page 5: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 6: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Network Architectures

Page 7: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Qualitative Results

Page 8: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

The problem set up:

Give a large set of GPS-tagged

images.

Learn to infer GPS coordinate of

query images with unknown

location.

Approaches:

Image retrieval

Image classification

Revisiting IM2GPS in the Deep Learning Era

Nam Vo, Nathan Jacobs, James Hays. ICCV 2017

Page 9: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Geolocalization at planet scale

Caffe library, Vgg-16 imagenet initialization, training data: Im2GPS (~6m images)

Model [M]: 6 outputs

Model [L]: 7011C only

Model [L2]: 359C only

Model [R]: finetuned from [M] with ranking loss

Page 10: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Geolocalization at planet scale, Quantitative result

Page 11: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Scribbler: Controlling Deep Image Synthesis with Sketch and Color

Patsorn Sangkloy, Jingwan Lu, Chen Fang , Fisher Yu, and James Hays. CVPR 2017

Page 12: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Training Data – (Mostly) Synthetic Sketches

Page 13: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Network Architecture – Adversarial Learning

Page 14: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Results on held out sketches

Page 15: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Results on held out sketches

Page 16: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 17: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

What is Computer Vision?

Page 18: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Computer Vision and Nearby Fields

• Computer Graphics: Models to Images

• Comp. Photography: Images to Images

• Computer Vision: Images to Models

Derogatory summary of computer vision:

Machine learning applied to visual data

Page 19: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Computer Vision

Make computers understand images and video.

What kind of scene?

Where are the cars?

How far is the

building?

Page 20: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Vision is really hard

• Vision is an amazing feat of natural intelligence– Visual cortex occupies about 50% of Macaque brain

– One third of human brain devoted to vision (more than anything else)

Is that a queen or a

bishop?

Page 21: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Why computer vision matters

Safety Health Security

Comfort AccessFun

Page 22: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Ridiculously brief history of computer vision

• 1966: Minsky assigns computer vision as an undergrad summer project

• 1960’s: interpretation of synthetic worlds

• 1970’s: some progress on interpreting selected images

• 1980’s: ANNs come and go; shift toward geometry and increased mathematical rigor

• 1990’s: face recognition; statistical analysis in vogue

• 2000’s: broader recognition; large annotated datasets available; video processing starts

• 2010’s: Deep learning with ConvNets

• 2030’s: robot uprising?

Guzman ‘68

Ohta Kanade ‘78

Turk and Pentland ‘91

Page 23: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

How vision is used now

• Examples of real world applications

Some of the following slides by Steve Seitz

Page 24: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Optical character recognition (OCR)

Digit recognition, AT&T labs

http://www.research.att.com/~yann/

Technology to convert scanned docs to text• If you have a scanner, it probably came with OCR software

License plate readershttp://en.wikipedia.org/wiki/Automatic_number_plate_recognition

Page 25: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Face detection

• Digital cameras detect faces

Page 27: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Vision-based biometrics

“How the Afghan Girl was Identified by Her Iris Patterns” Read the story

wikipedia

Page 28: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Login without a password…

Fingerprint scanners on

many new laptops,

other devices

Face recognition systems now

beginning to appear more widelyhttp://www.sensiblevision.com/

Page 30: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

iNaturalist

https://www.inaturalist.org/pages/computer_vision_demo

Page 31: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

The Matrix movies, ESC Entertainment, XYZRGB, NRC

Special effects: shape capture

Page 32: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Pirates of the Carribean, Industrial Light and Magic

Special effects: motion capture

Page 33: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Sports

Sportvision first down line

Nice explanation on www.howstuffworks.com

http://www.sportvision.com/video.html

Page 34: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Medical imaging

Image guided surgery

Grimson et al., MIT3D imaging

MRI, CT

Page 35: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Smart cars

• Mobileye

– Market Capitalization: 11 Billion dollars

Slide content courtesy of Amnon Shashua

Page 36: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Google cars

Oct 9, 2010. "Google Cars Drive Themselves, in Traffic". The New York Times. John

Markoff

June 24, 2011. "Nevada state law paves the way for driverless cars". Financial Post.

Christine Dobby

Aug 9, 2011, "Human error blamed after Google's driverless car sparks five-vehicle

crash". The Star (Toronto)

Page 37: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 38: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Interactive Games: Kinect

• Object Recognition: http://www.youtube.com/watch?feature=iv&v=fQ59dXOo63o

• Mario: http://www.youtube.com/watch?v=8CTJL5lUjHg

• 3D: http://www.youtube.com/watch?v=7QrnwoO1-8A

• Robot: http://www.youtube.com/watch?v=w8BmgtMKFbY

Page 39: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Industrial robots

Vision-guided robots position nut runners on wheels

Page 40: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Vision in space

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.

NASA'S Mars Exploration Rover Spirit captured this westward view from atop

a low plateau where Spirit spent the closing months of 2007.

Page 41: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Augmented Reality and Virtual Reality

Magic Leap, Oculus, Hololens, etc.

Page 42: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

State of the art today?

With enough training data, computer vision nearly

matches human vision at most recognition tasks

Deep learning has been an enormous disruption to

the field. More and more techniques are being

“deepified”.

Page 43: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 44: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 45: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 46: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 47: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 48: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 49: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Course Syllabus (tentative)

http://www.cc.gatech.edu/~hays/compvision

Page 50: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Grading

• 80% programming projects (6 total)

• 20% quizzes (2 total)

Page 51: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Scope of CS 4476

Computer Vision Robotics

Neuroscience

Graphics

Computational Photography

Machine Learning

Medical Imaging

Human Computer Interaction

Optics

Image ProcessingGeometric Reasoning

RecognitionDeep Learning

Page 52: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Course Topics• Interpreting Intensities

– What determines the brightness and color of a pixel?

– How can we use image filters to extract meaningful information from the image?

• Correspondence and Alignment– How can we find corresponding points in objects or scenes?

– How can we estimate the transformation between them?

• Grouping and Segmentation– How can we group pixels into meaningful regions?

• Categorization and Object Recognition– How can we represent images and categorize them?

– How can we recognize categories of objects?

• Advanced Topics– Action recognition, 3D scenes and context, human-in-the-loop vision…

Page 53: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Textbook

http://szeliski.org/Book/

Page 54: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Prerequisites

• Linear algebra, basic calculus, and probability

• Experience with image processing or Matlab will help but is not necessary

Page 55: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projects

• Image Filtering and Hybrid Images

• Local Feature Matching

• Camera Calibration and Fundamental Matrix Estimation with RANSAC

• Scene Recognition with Bag of Words

• Object Detection with a Sliding Window

• Recognition with Deep Learning

Page 56: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Proj1: Image Filtering and Hybrid Images

• Implement image filtering to separate high and low frequencies

• Combine high frequencies and low frequencies from different images to create an image with scale-dependent interpretation

Page 57: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Proj2: Local Feature Matching

• Implement interest point detector, SIFT-like local feature descriptor, and simple matching algorithm.

Page 58: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Proj4: Scene Recognition with Bag of Words

• Quantize local features into a “vocabulary”, describe images as histograms of “visual words”, train classifiers to recognize scenes based on these histograms.

Page 59: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Proj5: Object Detection with a Sliding Window

• Train a face detector based on positive examples and “mined” hard negatives, detect faces at multiple scales and suppress duplicate detections.

Page 60: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Course Syllabus (tentative)

http://www.cc.gatech.edu/~hays/compvision

Page 61: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 62: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 63: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

The Geometry of Image Formation

Mapping between image and world coordinates

– Pinhole camera model

– Projective geometry

• Vanishing points and lines

– Projection matrix

Page 64: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

What do you need to make a camera from scratch?

Page 65: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Image formation

Let’s design a camera– Idea 1: put a piece of film in front of an object– Do we get a reasonable image?

Slide source: Seitz

Page 66: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Pinhole camera

Idea 2: add a barrier to block off most of the rays

– This reduces blurring

– The opening known as the aperture

Slide source: Seitz

Page 67: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Pinhole camera

Figure from Forsyth

f

f = focal length

c = center of the camera

c

Page 68: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Camera obscura: the pre-camera

• Known during classical period in China and Greece (e.g. Mo-Ti, China, 470BC to 390BC)

Illustration of Camera Obscura Freestanding camera obscura at UNC Chapel Hill

Photo by Seth Ilys

Page 69: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Camera Obscura used for Tracing

Lens Based Camera Obscura, 1568

Page 70: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Accidental Cameras

Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture.

Antonio Torralba, William T. Freeman

Page 71: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Accidental Cameras

Page 72: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman
Page 73: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

First Photograph

Oldest surviving photograph

– Took 8 hours on pewter plate

Joseph Niepce, 1826

Photograph of the first photograph

Stored at UT Austin

Niepce later teamed up with Daguerre, who eventually created Daguerrotypes

Page 74: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Today’s class: Camera and World Geometry

How tall is this woman?

Which ball is closer?

How high is the camera?

What is the camera

rotation?

What is the focal length of

the camera?

Page 75: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Point of observation

Figures © Stephen E. Palmer, 2002

Dimensionality Reduction Machine (3D to 2D)

3D world 2D image

Page 76: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projection can be tricky…Slide source: Seitz

Page 77: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projection can be tricky…Slide source: Seitz

Page 78: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projective Geometry

What is lost?

• Length

Which is closer?

Who is taller?

Page 79: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Length and area are not preserved

Figure by David Forsyth

B’

C’

A’

Page 80: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projective Geometry

What is lost?

• Length

• Angles

Perpendicular?

Parallel?

Page 81: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projective Geometry

What is preserved?

• Straight lines are still straight

Page 82: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Vanishing points and lines

Parallel lines in the world intersect in the image at a “vanishing point”

Page 83: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Vanishing points and lines

oVanishing Point o

Vanishing Point

Vanishing Line

Page 84: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Vanishing points and lines

Vanishingpoint

Vanishingpoint

Vertical vanishingpoint

(at infinity)

Slide from Efros, Photo from Criminisi

Page 85: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projection: world coordinatesimage coordinates

Camera

Center

(0, 0, 0)

Z

Y

X

P.

.

. f Z Y

V

Up

.V

U

If X = 2, Y = 3, Z = 5, and f = 2

What are U and V?

Page 86: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projection: world coordinatesimage coordinates

Camera

Center

(0, 0, 0)

Z

Y

X

P.

.

. f Z Y

V

Up

.V

U

Z

fXU *

Z

fYV *

5

2*2U

5

2*3V

Sanity check, what if f and Z are equal?

Page 87: CS 4476 / 6476: Computer Visionhays/compvision2017/lectures/...Accidental Pinhole and Pinspeck Cameras Revealing the scene outside the picture. Antonio Torralba, William T. Freeman

Projection: world coordinatesimage coordinates

Camera

Center

(tx, ty, tz)

Z

Y

X

P.

.

. f Z Y

v

up

.

Optical

Center

(u0, v0)

v

u