Digital Image Fundamentals

Slides:



Advertisements
Similar presentations
Image Processing Ch2: Digital image Fundamentals Part 2 Prepared by: Tahani Khatib.
Advertisements

Digital Image Processing
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Digital Image Processing: Digital Imaging Fundamentals.
Digital Image Processing Chapter 2: Digital Image Fundamentals.
Digital Image Fundamentals
Chapter 2 Digital Image Fundamentals. Outline Elements of Visual Perception Light and the Electromagnetic Spectrum Image Sensing and Acquisition Image.
Digital Image Fundamentals Human Vision Lights and Electromagnetic spectrum Image Sensing & Acquisition Sampling & Quantization Basic Relationships b/w.
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
Chapter 2: Digital Image Fundamentals Fall 2003, 劉震昌.
Digital Images The nature and acquisition of a digital image.
ECE 472/572 – Digital Image Processing Lecture 2 – Elements of Visual Perception and Image Formation 08/25/11.
Goals of Computer Vision To make useful decisions based on sensed images To construct 3D structure from 2D images.
Chapter 2 Digital Image Fundamentals
Digital Image Fundamentals
: Office Room #:: 7
Image Formation. Input - Digital Images Intensity Images – encoding of light intensity Range Images – encoding of shape and distance They are both a 2-D.
Digital Image Processing Lecture 2
By Meidika Wardana Kristi, NRP  Digital cameras used to take picture of an object requires three sensors to store the red, blue and green color.
Digital Image Processing in Life Sciences March 14 th, 2012 Lecture number 1: Digital Image Fundamentals.
Digital Image Fundamentals. What Makes a good image? Cameras (resolution, focus, aperture), Distance from object (field of view), Illumination (intensity.
Chapter Two Digital Image Fundamentals. Agenda: –Light and Electromagnetic Spectrum –Image Sensing & Acquisition –Image Sampling & quantization –Relationship.
Lecture 1 Digital Image Fundamentals 1.Human visual perception 2.Image Acquisition 3.Sampling, digitization and representation of image DIP&PR show.
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
Chapter 1. Introduction. Goals of Image Processing “One picture is worth more than a thousand words” 1.Improvement of pictorial information for human.
CIS 601 Image Fundamentals Longin Jan Latecki Slides by Dr. Rolf Lakaemper.
University of Ioannina - Department of Computer Science Digital Imaging Fundamentals Christophoros Nikou Digital Image Processing Images.
Chapter Teacher: Remah W. Al-Khatib. This lecture will cover:  The human visual system  Light and the electromagnetic spectrum  Image representation.
Medical Image Processing & Neural Networks Laboratory 1 Medical Image Processing Chapter 2 Digital Image Fundamentals 國立雲林科技大學 資訊工程研究所 張傳育 (Chuan-Yu Chang.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Image Processing Example.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Image Acquisition.
G52IIP, School of Computer Science, University of Nottingham 1 G52IIP Summary Topic 1 Overview of the course Related topics Image processing Computer.
G52IIP, School of Computer Science, University of Nottingham 1 G52IIP 2011 Summary Topic 1 Overview of the course Related topics Image processing Computer.
G52IIP, School of Computer Science, University of Nottingham 1 Summary of Topic 2 Human visual system Cones Photopic or bright-light vision Highly sensitive.
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
Elements of Visual Perception
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Image Processing Ch2: Digital image Fundamentals Prepared by: Tahani Khatib.
Image Perception ‘Let there be light! ‘. “Let there be light”
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
Digital Image Processing
DIGITAL IMAGE PROCESSING: DIGITAL IMAGING FUNDAMENTALS.
Image Perception ‘Let there be light! ‘. “Let there be light”
Masaki Hayashi 2015, Autumn Visualization with 3D CG Digital 2D Image Basic.
Digital image basics Human vision perception system Image formation
What is Digital Image Processing?
Digital Image Fundamentals
EE663-Digital Image Processing & Analysis Dr. Samir H
Digital Image Processing (DIP)
IMAGE PROCESSING Questions and Answers.
Digital 2D Image Basic Masaki Hayashi
Digital Image Processing
Chapter I, Digital Imaging Fundamentals: Lesson II Capture
Prodi Teknik Informatika , Fakultas Imu Komputer
LET’S LEARN ABOUT GRAPHICS!
CIS 601 Image Fundamentals
Digital Image Fundamentals
Visual Perception, Image Formation, Math Concepts
EEE 501 Applied Digital Image Processing Dr. Türker İnce
CIS 595 Image Fundamentals
Pixel Relations.
Digital Image Fundamentals
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Subject Name: IMAGE PROCESSING Subject Code: 10EC763
Digital Image Fundamentals
IT523 Digital Image Processing
Topic 1 Three related sub-fields Image processing Computer vision
Lecture 2 Digital Image Fundamentals
Presentation transcript:

Digital Image Fundamentals Chapter 2 Digital Image Fundamentals

Outline Elements of Visual Perception Light and the Electromagnetic Spectrum Image Sensing and Acquisition Image Sampling and Quantization Basic Relationships Between Pixels Linear and Non-linear Operations

Structure of the Human Eye 眼球構造圖

Distribution of Rods & Cones

Image Formation in the Eye

Brightness Adaptation and Discrimination brightness discrimination is poor (the Weber ratio is large) at low levels of illumination

Perceived Brightness

Simultaneous Contrast

Optical Illuminations (I)

Optical Illuminations (II)

Light and the EM Spectrum

Thermal (Infrared) Imaging                             Thermal cameras

Image Sensing & Acquisition Using a single detector Using sensor strips Using sensor array

Sampling & Quantization

Illustration

Representing Digital Images

Spatial Resolution

Subsample & Resample

Gray-level Resolution 16 8 4 2

Images with Different Level of Details

Aliasing and Moire Patterns Occurs when sample rate is not high enough. (Shannon’s sampling theorem)

Zooming and Shrinking Nearest neighbor interpolation Pixel replication (a special case of nearest neighbor interpolation) Bilinear interpolation

Basic Relationships between Pixels Neighbors Horizontal and vertical – 4 neighbors Diagonal neighbors 8-neighbors Adjacency, connectivity, regions and boundary

Distance Measure Euclidean distance D4 distance (city-block distance) D8 distance (chessboard distance)

Linear and Nonlinear Operations H is said to be a linear operator if: H(af+bg)=aH(f)+bH(g)

Graphics Format Bitmap vs. vector graphics Graphics File Formats FAQ Graphic file formats at a glance The programmer’s file format collection Web graphics: JPEG vs. GIF vs. PNG.