CSE (c) S. Tanimoto, 2001 Image Understanding

Slides:



Advertisements
Similar presentations
Digital Image Processing
Advertisements

LING 111 Teaching Demo By Tenghui Zhu Introduction to Edge Detection Image Segmentation.
CPSC 425: Computer Vision (Jan-April 2007) David Lowe Prerequisites: 4 th year ability in CPSC Math 200 (Calculus III) Math 221 (Matrix Algebra: linear.
1 Color Segmentation: Color Spaces and Illumination Mohan Sridharan University of Birmingham
1 Comp300a: Introduction to Computer Vision L. QUAN.
Ch 31 Sensation & Perception Ch. 3: Vision © Takashi Yamauchi (Dept. of Psychology, Texas A&M University) Main topics –convergence –Inhibition, lateral.
CSE (c) S. Tanimoto, 2008 Image Understanding I 1 Image Understanding 1 Outline: Saccade Art: What's going on? Vision and Intelligence Motivating.
Digital Images The nature and acquisition of a digital image.
A Brief Overview of Computer Vision Jinxiang Chai.
SCCS 4761 Introduction What is Image Processing? Fundamental of Image Processing.
Dr. Engr. Sami ur Rahman Digital Image Processing Lecture 1: Introduction.
SPIE'01CIRL-JHU1 Dynamic Composition of Tracking Primitives for Interactive Vision-Guided Navigation D. Burschka and G. Hager Computational Interaction.
Myers EXPLORING PSYCHOLOGY Module 14 Introduction to Sensation and Perception: Vision James A. McCubbin, PhD Clemson University Worth Publishers.
.  Sensation: process by which our sensory receptors and nervous system receive and represent stimulus energy  Perception: process of organizing and.
Computer Science Department Pacific University Artificial Intelligence -- Computer Vision.
1 COMS 161 Introduction to Computing Title: Digital Images Date: November 12, 2004 Lecture Number: 32.
infinity-project.org Engineering education for today’s classroom 2 Outline How Can We Use Digital Images? A Digital Image is a Matrix Manipulating Images.
Stylization and Abstraction of Photographs Doug Decarlo and Anthony Santella.
Digital Image Processing Part 1 Introduction. The eye.
The Seven Elements of Art Ms. Hanson/ART 1. Definition of The Elements of Art The elements of art are a commonly used group of aspects of a work of art.
Corner Detection & Color Segmentation CSE350/ Sep 03.
1-1 Chapter 1: Introduction 1.1. Images An image is worth thousands of words.
Mind, Brain & Behavior Wednesday February 19, 2003.
Autonomous Robots Vision © Manfred Huber 2014.
1 Machine Vision. 2 VISION the most powerful sense.
Colour and Texture. Extract 3-D information Using Vision Extract 3-D information for performing certain tasks such as manipulation, navigation, and recognition.
Intelligent Robotics Today: Vision & Time & Space Complexity.
Edge Segmentation in Computer Images CSE350/ Sep 03.
  Computer vision is a field that includes methods for acquiring,prcessing, analyzing, and understanding images and, in general, high-dimensional data.
The Human Retina. Retina Function To detect movement To detect color To detect detail.
12:071 Digital Image Processing:. 12:072 What is a Digital Image? A digital image is a representation of a two- dimensional image as a finite set of digital.
Digital Image Processing CSC331 Introduction 1. My Introduction EDUCATION Technical University of Munich, Germany Ph.D. Major: Machine learning.
IMAGE PROCESSING is the use of computer algorithms to perform image process on digital images   It is used for filtering the image and editing the digital.
A Plane-Based Approach to Mondrian Stereo Matching
Vision-Guided Humanoid Footstep Planning for Dynamic Environments
Image Processing Objectives To understand pixel based image processing
Human Computer Interaction Lecture 2 The Human
Introduction to Skin and Face Detection
Visual Perception Human Body Systems © 2014 Project Lead The Way, Inc.
Computational Vision --- a window to our brain
Vision.
Visual Perception Human Body Systems © 2014 Project Lead The Way, Inc.
Rozi Xu & Daniil Kolesnikov
VIEWING THE WORLD IN COLOR
Computer Vision Lecture 4: Color
Perceptual Constancies
Introduction Computer vision is the analysis of digital images
Vision Pages
UNIT 3 ~ PHYSICS Lesson P6 Part 1 ~ Human Vision
CIS 595 Image Fundamentals
CS654: Digital Image Analysis
Visual Perception Human Body Systems © 2014 Project Lead The Way, Inc.
Mind, Brain & Behavior Wednesday February 12, 2003.
Visual Perception Human Body Systems © 2014 Project Lead The Way, Inc.
CSE (c) S. Tanimoto, 2002 Image Understanding
The Parts of the eye and vision
COMS 161 Introduction to Computing
CMSC 426: Image Processing (Computer Vision)
Digital Image Fundamentals
Image Perception and Color Space
The brightest area on a shaded object is called the...
Resource Allocation for Distributed Streaming Applications
Topic 1 Three related sub-fields Image processing Computer vision
Introduction Computer vision is the analysis of digital images
Experiencing the World
CSE (c) S. Tanimoto, 2007 Image Understanding
CS 332 Visual Processing in Computer and Biological Vision Systems
Optical Illusions An optical illusion is characterized by visually perceived images that are deceptive or misleading. The information gathered by the eye.
CSE (c) S. Tanimoto, 2004 Image Understanding
Presentation transcript:

CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding Outline: Motivation Human vision and illusions Image representation Edge detection Region analysis Subgraph isomorphism Stereo Labeling line drawings CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding Motivation Allow computer and robots to read books. Allow mobile robots to navigate using vision. Support applications in industrial inspection, medical image analysis, security and surveillance, and remote sensing of the environment. Permit computers to recognize users’ faces, fingerprints, and to track them in various environments. Provide prostheses for the blind. Develop artistic intelligence. CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding Human Vision 25% of brain volume is allocated to visual perception. Human vision is a parallel & distributed system, involving 2 eyes, retinal processing, and multiple layers of processing in the striate cortex. Most humans are trichromats and perceive color in a 3-D color space (except for bichromats and monochromats). Vision provides a high-bandwidth input mechanism... “a picture is worth 1000 words.” CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding Visual Illusions They provide insights about the nature of the human visual system, helping us understand how it works. Mueller-Lyer illusion CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding Herman Grid Illusion CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

Herman Grid Illusion (dark on light) CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

Subjective Contour (Triangle) CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding Image Representation Sampling: Number and density of “pixel” measurements Quantization: Number of levels permitted in pixel values. CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

Aliasing due to Under-sampling Here the apparent frequency is about 1/5 the true frequency. CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding

CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding Quantization Capturing a wide dynamic range of brightness levels or colors requires fine quantization. Common is 256 levels of each of red, green and blue. Segmentation is simplified by having a small number of levels -- provided foreground and background pixels are reliably distinguished by their dark or light value. Grayscale thresholding is typically to used to reduce the number of quantization levels to 2. CSE 415 -- (c) S. Tanimoto, 2001 Image Understanding