Lecture 4-1CS251: Intro to AI/Lisp II Seeing is Believing April 27th, 1999.

Slides:



Advertisements
Similar presentations
Human-Computer Interaction
Advertisements

September 2, 2014Computer Vision Lecture 1: Human Vision 1 Welcome to CS 675 – Computer Vision Fall 2014 Instructor: Marc Pomplun Instructor: Marc Pomplun.
4/30/2015By Dr. Rick Woodward1 April 26, 2011: Tuesday Today’s Agenda New Seating Chart A. Journal Questions: 1. Where does most nutrient absorption occur.
Your vision and optical illusions - A story about the most important sense and the way we use it.
The eye – curved cornea – lens – retina – fovea – optic disk Using Light.
Computer Vision: CSE 803 A brief intro MSU/CSE Fall 2014.
Perception of Stimuli Stephen Taylor.
Uncertainty Representation. Gaussian Distribution variance Standard deviation.
Exam 1 week from today in class assortment of question types including written answers.
Laurent Itti: CS599 – Computational Architectures in Biological Vision, USC Lecture 4: Introduction to Vision 1 Computational Architectures in Biological.
Imaging Science FundamentalsChester F. Carlson Center for Imaging Science The Human Eye and Vision 1 (Producing The Image)
The Human Eye and Vision 2 (Processing The Image)
Human Sensing: The eye and visual processing Physiology and Function Martin Jagersand.
The visual system Lecture 1: Structure of the eye
Laurent Itti: CS599 – Computational Architectures in Biological Vision, USC Lecture 4: Introduction to Vision 1 Computational Architectures in Biological.
The Visual System Into. to Neurobiology 2010.
The Nervous System: Sensory Systems
Visual Perception Chapter 3 Pages
THE HUMAN EYE Lights and Lenses. Explore: How does the eye focus an image? Procedure: -Position yourself so you can clearly see an object across the room.
Visual Perception Kit Carolina $
Dr. Neil H. Schwartz.  Visualization refer to the 2D and 3D static and animated visual displays that depict conditions, situations, processes, places.
Perception  Perception refers to the process by which we give meaning to sensory information, resulting in our personal interpretation of that information.
 Objective: Students will explain the difference between sensation & perception, identify some of the key terms for sensation, and explain how the eye.
Visual Perception PhD Program in Information Technologies Description: Obtention of 3D Information. Study of the problem of triangulation, camera calibration.
Color Vision by Sabina Siddiqi. The idea Simulate the image that is formed on the retina of the human eye BEFORE it reaches the brain.
Lecture 4: Feature matching CS4670 / 5670: Computer Vision Noah Snavely.
Lecture 6-1CS251: Intro to AI/Lisp II I can see clearly now May 4th, 1999.
1 Perception, Illusion and VR HNRS , Spring 2008 Lecture 3 The Eye.
Visual structure & Blind spot. Question 1 What do these devices have in common?
25.2 The human eye The eye is the sensory organ used for vision.
© by Yu Hen Hu 1 Human Visual System. © by Yu Hen Hu 2 Understanding HVS, Why? l Image is to be SEEN! l Perceptual Based Image Processing.
G52IVG, School of Computer Science, University of Nottingham 1 Administrivia Timetable Lectures, Friday 14:00 – 16:00 Labs, Friday 17:00 -18:00 Assessment.
Visual Scene Understanding (CS 598) Derek Hoiem Course Number: Instructor: Derek Hoiem Room: Siebel Center 1109 Class Time: Tuesday and Thursday.
1. What is Vision ? VISION “A process that produces form images of the external world, a description which is useful to the viewer and not cluttered.
2) Vision The Special Senses 13 th edition Chapter 17 Pages th edition Chapter 17 Pages
1 Psychology 304: Brain and Behaviour Lecture 32.
Dr. Ayesha Abdullah Learning outcomes By the end of this lecture the students would be able to; Correlate the structural organization of the.
Spook Fish. Eyes How We See Eye Anatomy Nocturnal Eye.
1 Computational Vision CSCI 363, Fall 2012 Lecture 5 The Retina.
Sensory Processes First Hour - How does perception depend on
Tutorial Visual Perception Towards Computer Vision
Corner Detection & Color Segmentation CSE350/ Sep 03.
Virtual University - Human Computer Interaction 1 © Imran Hussain | UMT Imran Hussain University of Management and Technology (UMT) Lecture 7 Human Input-Output.
What do you see?. Do you see gray areas in between the squares? Now where did they come from?
September 3, 2013Computer Vision Lecture 1: Human Vision 1 Welcome to CS 675 – Computer Vision Fall 2013 Instructor: Marc Pomplun Instructor: Marc Pomplun.
1 Perception and VR MONT 104S, Fall 2008 Lecture 2 The Eye.
1 Machine Vision. 2 VISION the most powerful sense.
1B50 – Visual System Daniel J Hulme. Errata Phylogenetic – genetic history of the species Ontogenetic – experience of the individual It was Kepler who.
LIGHT Chapter Twenty-Five: Light  25.1 Properties of Light  25.2 Color and Vision  25.3 Optics.
The Eye Eye test.
Sensation Intro. to Psychology PSY-101 Instructor: Ms. Tahira Zafar.
Structure of the Eye.
The Eye Special Sense Organs. Three Layers of Tissue 1.the sclera 2.the choroids 3.the retina.
Seeing READING ASSIGNMENT Discussion of Gregory’s Article on Visual Illusions – Tues Feb 17 Available in your course pack.
Human Visual System.
Lecture 4-1CS251: Intro to AI/Lisp II Where did that edge go? April 29th, 1999.
Chapter 24: Perception April 20, Introduction Emphasis on vision Feature extraction approach Model-based approach –S stimulus –W world –f,
The Human Retina. Retina Function To detect movement To detect color To detect detail.
Student : Chen–Fung Tsen Advisor : Sheng-Lung Huang.
The Eye. The Pupil  A small adjustable opening.  Its size and the amount of light entering the eye is regulated by the iris.
Human Visual System.
Special Senses Chapter 8.
SENSING.
Welcome to CS 675 – Computer Vision Spring 2018
The Eye
VISION Retina: light-sensitive inner surface of the eye that contains the rods, cones and neurons that process visual stimuli Photoreceptors: neurons.
Task 1 Discriminate between sensation and perception.
Sensation & Perception
The Anatomy of Visual Sensation
VISION.
Presentation transcript:

Lecture 4-1CS251: Intro to AI/Lisp II Seeing is Believing April 27th, 1999

Lecture 4-1CS251: Intro to AI/Lisp II Announcements Today’s homework More course project conferences Course project, step 2 –What’s an A? References: At least 12, comments on some Code: Description of system plus 100 lines of code –What’s a C? References: Just 6, no comments Code: 50 lines, no explanation

Lecture 4-1CS251: Intro to AI/Lisp II Vision Why is it hard? –3D world on a flat surface –One flat surface many 3D worlds –Like 3 equations in 397 unknowns What is computer vision? –Understanding images –Image processing/pattern recognition

Lecture 4-1CS251: Intro to AI/Lisp II What can you do with computer vision? Robots (Passive vs. active sensing) Automation (Working on the line) Inspection Remote sensing Human-computer communication Visual assistants

Lecture 4-1CS251: Intro to AI/Lisp II Mimicking Human Vision Fallibility of human vision –Why is it fallible?

Lecture 4-1CS251: Intro to AI/Lisp II Human Vision Foveated –Greatest acuity in the fovea –Small (fraction of a mm) –Only has cones Photoreceptors –Rods: Low light vision –Cones: Three flavors –Number of rods/cones: 125,000,000 –Optic nerve fibers: 1,000,000

Lecture 4-1CS251: Intro to AI/Lisp II

Lecture 4-1CS251: Intro to AI/Lisp II Move that eye

Lecture 4-1CS251: Intro to AI/Lisp II Into the Eye...

Lecture 4-1CS251: Intro to AI/Lisp II Ocular Cross-Section

Lecture 4-1CS251: Intro to AI/Lisp II Through the Opthalmascope

Lecture 4-1CS251: Intro to AI/Lisp II A Simple View of the Retina

Lecture 4-1CS251: Intro to AI/Lisp II Will the Real Retina Please Stand Up?

Lecture 4-1CS251: Intro to AI/Lisp II Things Get Fuzzy After This... How do the images on the retina become part of our visual understanding?

Lecture 4-1CS251: Intro to AI/Lisp II What’s the plan? Build on a set of primitives –Edges –Lines –Segments –Regions –Depth –Objects Construct a representation of a 3D scene

Lecture 4-1CS251: Intro to AI/Lisp II

Lecture 4-1CS251: Intro to AI/Lisp II Threshold

Lecture 4-1CS251: Intro to AI/Lisp II

Lecture 4-1CS251: Intro to AI/Lisp II Another Edge Finder

Lecture 4-1CS251: Intro to AI/Lisp II Histogram

Lecture 4-1CS251: Intro to AI/Lisp II Edge Detection What’s an edge? Many kinds of edges Smoothing to aid edge detection

Lecture 4-1CS251: Intro to AI/Lisp II Wagon Wheel (From UBC)

Lecture 4-1CS251: Intro to AI/Lisp II