Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 2: Image Transformation.

Slides:



Advertisements
Similar presentations
Digital image processing Chapter 6. Image enhancement IMAGE ENHANCEMENT Introduction Image enhancement algorithms & techniques Point-wise operations Contrast.
Advertisements

Image enhancement in the spatial domain. Human vision for dummies Anatomy and physiology Wavelength Wavelength sensitivity.
Digital Image Processing
Pattern Recognition Topic 1: Principle Component Analysis Shapiro chap
Introduction to the Mathematics of Image and Data Analysis
Digital Image Processing Hongkai Zhao Department of Mathematics UC Irvine.
Linear Algebra and Image Processing
Digital Image Processing Lecture 7: Geometric Transformation March 16, 2005 Prof. Charlene Tsai.
Under Supervision of Dr. Kamel A. Arram Eng. Lamiaa Said Wed
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 1: Introduction to mathematical.
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
CS654: Digital Image Analysis
 To Cover the basic theory and algorithms that are widely used in digital image processing.  To Expose students to current technologies and issues that.
A Simple Image Model Image: a 2-D light-intensity function f(x,y)
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
CS654: Digital Image Analysis Lecture 22: Image Restoration - II.
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 9: More about Discrete.
Digital Image Processing Lecture4: Fundamentals. Digital Image Representation An image can be defined as a two- dimensional function, f(x,y), where x.
Vincent DeVito Computer Systems Lab The goal of my project is to take an image input, artificially blur it using a known blur kernel, then.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 11: Types of noises.
Digital imaging By : Alanoud Al Saleh. History: It started in 1960 by the National Aeronautics and Space Administration (NASA). The technology of digital.
Introduction Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng Kung University Last updated:
Computer Science 121 Scientific Computing Winter 2014 Chapter 14 Images.
Image Representation Last update st March Heejune Ahn, SeoulTech.
Vincent DeVito Computer Systems Lab The goal of my project is to take an image input, artificially blur it using a known blur kernel, then.
Digital Image Processing Part 3 Spatial Domain Processing.
The Chinese University of Hong Kong
Digital Image Processing Image Enhancement in Spatial Domain
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Domain Filtering: Part I.
Digital Image Processing Lecture - 6 Autumn 2009.
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
Image Enhancement Band Ratio Linear Contrast Enhancement
A School of Mechanical Engineering, Hebei University of Technology, Tianjin , China Research on Removing Shadow in Workpiece Image Based on Homomorphic.
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)
Image Enhancement in the Spatial Domain.
Math 3360: Mathematical Imaging
(Project) by:- ROHAN HIMANSHU ANUP 70282
Advanced Image Processing
Math 3360: Mathematical Imaging
Image enhancement algorithms & techniques Point-wise operations
Image Deblurring and noise reduction in python
IT – 472 Digital Image Processing
IMAGE RESTORATION.
Discrete Fourier Transform The Chinese University of Hong Kong
The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Even Discrete Cosine Transform The Chinese University of Hong Kong
The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Image Enhancement in the
Math 3360: Mathematical Imaging
Discrete Fourier Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Math 3360: Mathematical Imaging
Singular Value Decompsition The Chinese University of Hong Kong
Even Discrete Cosine Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Magnetic Resonance Imaging
Haar Transform and Walsh Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Introduction to Mathematical tools in used in DIP
Lecture 2: Image filtering
Intensity Transformation
Digital Image Processing
The Chinese University of Hong Kong
Image Enhancement in Spatial Domain: Neighbourhood Processing
Even Discrete Cosine Transform The Chinese University of Hong Kong
Presentation transcript:

Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 2: Image Transformation for Image Processing

Recap: What is a digital image? Mathematical definition: A 2D (grayscale) digital image is a 2D function defined on a 2D domain (usually rectangular domain): is called the brightness/intensity/grey level; (x,y) is the spatial coordinates of the image. Thus, a 2D digital image looks like this: Each element in the matrix is called pixel (picture element); Usually, and IMAGE PROCESSING IS RELATED TO LINEAR ALGEBRA!!

Mathematical definition of color image: A 2D (color) digital image is a 2D function defined on a 2D domain (usually rectangular domain): are the intensity/brightness/grey level corresponding to R, G and B respectively ; Combination of R, G, B forms the full spectrum of color! WE WILL FOCUS ON: Grayscale image! Recap: What is a digital image?

Recap: “Image resolution”? Image resolution: Recall: A digital image looks like: where: (N,G) is called the image resolution. Sometimes, (n,m) is referred to as image resolution as well.

Recap: Read & Write image in Matlab? Keep in mind: imread & imwrite! Please attend TA session when you will learn MATLAB command to do mathematical imaging!

Main tasks in image processing Major tasks in imaging includes: To improve the quality of an image in a subjective way, usually by increasing its contrast. This is called image enhancement. To use as few bits as possible to represent the image, with minimum deterioration in its quality. This is called image compression. To improve an image in an objective way, for example by reducing its blurring. This is called image restoration. To extract explicit characteristics of the image which can be used to identify the contents of the image. This is called feature extraction.

Main tasks in image processing Mathematical technique for imaging (in 1 sentence): TRANSFORM an input image to a better image Mathematically, can be LINEAR: can be NON-LINEAR

Now: some mathematics! Please refer to Supplementary note 1 & 2 You will learn from Supplementary note 1 & 2: How linear operator to transform an image (to a better image) is defined? Shift invariant v.s. convolution Separable operator Main idea:

Now: some mathematics! You will see that if the operator on an image is linear and separable: Find suitable and for image enhancement, image deblurring and feature selection etc.

Image enhancement OriginalEnhanced

Image enhancement OriginalDeblurred

Feature selection Original imageEdge detection