What is Digital Image Processing?

Slides:



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

Digital Image Processing
September 10, 2013Computer Vision Lecture 3: Binary Image Processing 1Thresholding Here, the right image is created from the left image by thresholding,
Digital Image Processing
Chapter 1. Introduction Fall 2003, 劉震昌.
Digital Image Processing Chapter 2: Digital Image Fundamentals.
Digital Image Fundamentals
Digital Image Processing Chapter 1: Introduction.
Digital Image Processing Chapter 1: Introduction.
Chapter 2 Digital Image Fundamentals. Outline Elements of Visual Perception Light and the Electromagnetic Spectrum Image Sensing and Acquisition Image.
Digital Image Processing Chapter 1: Introduction.
1 Image Processing(IP) 1. Introduction 2. Digital Image Fundamentals 3. Image Enhancement in the spatial Domain 4. Image Enhancement in the Frequency Domain.
Chapter 2: Digital Image Fundamentals Fall 2003, 劉震昌.
Digital Image Processing 3rd Edition
Digital Image Fundamentals
SCCS 4761 Introduction What is Image Processing? Fundamental of Image Processing.
Digital Image Processing
Digital Image Processing
Digital Image Processing Lecture 2
CP467 Image Processing and Pattern Recognition Instructor: Hongbing Fan Introduction About DIP & PR About this course Lecture 1: an overview of DIP DIP&PR.
Digital Image Fundamentals II 1.Image modeling and representations 2.Pixels and Pixel relations 3.Arithmetic operations of images 4.Image geometry operation.
Digital Image Processing
Lecture Three Chapters Two and three Photo slides from Digital Image Processing, Gonzalez and Woods, Copyright 2002.
Chapter Two Digital Image Fundamentals. Agenda: –Light and Electromagnetic Spectrum –Image Sensing & Acquisition –Image Sampling & quantization –Relationship.
Digital Image Processing CCS331 Relationships of Pixel 1.
Digital Image Processing & Analysis Fall Outline Sampling and Quantization Image Transforms Discrete Cosine Transforms Image Operations Image Restoration.
Chapter Teacher: Remah W. Al-Khatib. This lecture will cover:  The human visual system  Light and the electromagnetic spectrum  Image representation.
Digital Image Fundamentals Faculty of Science Silpakorn University.
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
Medical Image Processing & Neural Networks Laboratory 1 Medical Image Processing Chapter 2 Digital Image Fundamentals 國立雲林科技大學 資訊工程研究所 張傳育 (Chuan-Yu Chang.
Digital Image Processing NET 404) ) Introduction and Overview
Computer Vision Introduction to Digital Images.
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
1-1 Chapter 1: Introduction 1.1. Images An image is worth thousands of words.
Image Processing Ch2: Digital image Fundamentals Prepared by: Tahani Khatib.
CS654: Digital Image Analysis Lecture 4: Basic relationship between Pixels.
Digital Image Processing
Some Basic Relationships Between Pixels Definitions: –f(x,y): digital image –Pixels: q, p –Subset of pixels of f(x,y): S.
Image Processing Chapter(3) Part 1:Relationships between pixels Prepared by: Hanan Hardan.
Relationship between pixels Neighbors of a pixel – 4-neighbors (N,S,W,E pixels) == N 4 (p). A pixel p at coordinates (x,y) has four horizontal and vertical.
Digital Image Processing CCS331 Relationships of Pixel 1.
Digital Image Processing CSC331 Introduction 1. My Introduction EDUCATION Technical University of Munich, Germany Ph.D. Major: Machine learning.
1. 2 What is Digital Image Processing? The term image refers to a two-dimensional light intensity function f(x,y), where x and y denote spatial(plane)
Visual Information Processing. Human Perception V.S. Machine Perception  Human perception: pictorial information improvement for human interpretation.
Digital image basics Human vision perception system Image formation
Chapter 1. Introduction Spring 2006, 劉震昌.
Image Sampling and Quantization
Some Basic Relationships Between Pixels
Digital Image Fundamentals
Image Processing Digital image Fundamentals. Introduction to the course Grading – Project: 30% – Midterm Exam: 30% – Final Exam : 40% – Total: 100% –
F(x,y) قيمة البيكسل الواحد توجد 3 مراحل لمعالجة الصورة
IMAGE PROCESSING Questions and Answers.
Image Formation and Processing
Digital Image Processing
T490 (IP): Tutorial 2 Chapter 2: Digital Image Fundamentals
Visual Perception, Image Formation, Math Concepts
Pixel Relations.
Types of operations The types of operations that can be applied to digital images to transform an input image a[m,n] into an output image b[m,n] (or another.
Digital Image Fundamentals
Binary Image processing بهمن 92
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Subject Name: IMAGE PROCESSING Subject Code: 10EC763
Digital Image Fundamentals
Digital Image Processing
Digital Image Fundamentals
Types of operations The types of operations that can be applied to digital images to transform an input image a[m,n] into an output image b[m,n] (or another.
IT523 Digital Image Processing
IT523 Digital Image Processing
Digital Image Processing
Course No.: EE 6604 Course Title: Advanced Digital Image Processing
Presentation transcript:

What is Digital Image Processing? Application Area: Improvement of Pictorial Information for Human Interpretation Processing of Image Data for Storage, Transmission and Representation for Autonomous Machine Perception

What is Digital Image Processing? An Image: g(x , y) Discretization g(i , j) f(i , j) Digital Image Quantization f(i0 , j0) : Picture Element, Image Element, Pel, Pixel

What is Digital Image Processing? DIP Definition: A Discipline in Which Both the Input and Output of a Process are Images. Process Image

What is Digital Image Processing? Image Analysis Image Processing Vision Low-Level Process Mid-Level Process High-Level Process Reduce Noise Contrast Enhancement Image Sharpening Segmentation Classification Making Sense of an Ensemble of Recognized Objects

The Origins of Digital Image Processig

The Origins of Digital Image Processig

The Origins of Digital Image Processig

Fields that Use Digital Image Processing

Gamma-Ray Imaging

X-Ray Imaging

Imaging in the Ultraviolet Band

Imaging in the Visible And IR Band

Imaging in the Visible And IR Band

Imaging in the Visible And IR Band

Imaging in the Visible And IR Band

Imaging in the Visible And IR Band

Imaging in the Visible And IR Band

Imaging in the Visible And IR Band

Imaging in the Visible And IR Band

Imaging in the Microwave Band

Imaging in the Radio Band

Other Imaging Modalities

Other Imaging Modalities

Other Imaging Modalities

Other Imaging Modalities

Fundamental Steps in Digital Image Proc.

Components of an Image Proc. System

Image Sensing and Acquisition Transform of illumination energy into digital images: The incoming energy is transformed into a voltage by the combination of input electrical power and sensor material. Output voltage waveform = response of the sensor(s) A digital quantity is obtained from each sensor by digitizing its response.

Image acquisition using a single sensor Image acquisition using sensor strips

Sampling and Quantization Representing Digital Images

Basic Relationships Between Pixels • Neighborhood • Adjacency • Connectivity • Paths • Regions and boundaries Neighbors of a Pixel • Any pixel p(x, y) has two vertical and two horizontal neighbors, given by (x+1, y), (x-1, y), (x, y+1), (x, y-1) • This set of pixels are called the 4-neighbors of P, and is denoted by N4(P). • Each of them are at a unit distance from P. The four diagonal neighbors of p(x,y) are given by, (x+1, y+1), (x+1, y-1), (x-1, y+1), (x-1 ,y-1) • This set is denoted by ND(P). • Each of them are at Euclidean distance of 1.414 from P. 8-neighbors of a pixel p are its vertical horizontal and 4 diagonal neighbors denoted by N8(p)

Adjacency Let V be set of gray levels values used to define adjacency. • 4-adjacency: Two pixels p and q with values from V are 4- adjacent if q is in the set N4(p). • 8-adjacency: Two pixels p and q with values from V are 8-adjacent if q is in the set N8(p). • m-adjacency: Two pixels p and q with values from V are madjacent if, – q is in N4(P). – q is in ND(p) and the set [ ] is empty (has no pixels whose values are from V).

Connectivity : Paths & Path lengths Here n is the length of the path. 4-connected, if q is in the set N4(p) b. 8-connected, if q is in the set N8(p) c. m-connected, iff i. q is in N4(p) or ii. q is in ND(p) and the set is empty Paths & Path lengths A path from pixel p with coordinates (x, y) to pixel q with coordinates (s, t) is a sequence of distinct pixels with coordinates: (x0, y0), (x1, y1), (x2, y2) … (xn, yn), Here n is the length of the path.

Distance measures Given pixels p, q and z with coordinates (x, y), (s, t), (u, v) respectively, the distance function D has following properties: a. D(p, q) ≥0 , [D(p, q) = 0, iff p = q] b. D(p, q) = D(q, p) c. D(p, z) ≤D(p, q) + D(q, z) The following are the different Distance measures: • Euclidean Distance : De(p, q) = [(x-s)2 + (y-t)2] b. City Block Distance: D4(p, q) = |x-s| + |y-t| c. Chess Board Distance: D8(p, q) = max(|x-s|, |y-t|)