IT – 472 Digital Image Processing

Slides:



Advertisements
Similar presentations
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Advertisements

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: Revision
3. Introduction to Digital Image Analysis
1 Comp300a: Introduction to Computer Vision L. QUAN.
Digital Image Processing
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
ECE 472/572 – Digital Image Processing Lecture 2 – Elements of Visual Perception and Image Formation 08/25/11.
Introduction to Image Processing Grass Sky Tree ? ? Review.
SCCS 4761 Introduction What is Image Processing? Fundamental of 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.
CS654: Digital Image Analysis Lecture 17: Image Enhancement.
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 2: Image Transformation.
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 1: Introduction to mathematical.
SUBJECT CODE:CS1002 DEPARTMENT OF ECE. “One picture is worth more than ten thousand words” Anonymous.
1 Lecture 1 1 Image Processing Eng. Ahmed H. Abo absa
DIGITAL IMAGE PROCESSING
Factors affecting CT image RAD
CIS 601 Image Fundamentals Longin Jan Latecki Slides by Dr. Rolf Lakaemper.
Digital Image Processing & Analysis Fall Outline Sampling and Quantization Image Transforms Discrete Cosine Transforms Image Operations Image Restoration.
Computer Graphics & Image Processing Lecture 1 Introduction.
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.
Why is computer vision difficult?
Ch1: Introduction Prepared by: Tahani Khatib AOU
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Image Processing Example.
Digital Image Processing SANDHIYA. LOGISTICS OF THE COURSE n Duration –20-22 lectures n Assessment –100% exam –There isn't any coursework or homework.
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Aliasing and Image Enhancement.
Intelligent Vision Systems ENT 496 Image Filtering and Enhancement Hema C.R. Lecture 4.
Ec2029 digital image processing
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
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.
Image Processing F34IMP lecture 1
CS-565 Computer Vision Nazar Khan Lecture 2.
Fundamentals of Digital Image Processing
Digital Image Processing , 2008
- photometric aspects of image formation gray level images
Advanced Image Processing
Digital Image Processing (DIP)
Digital 2D Image Basic Masaki Hayashi
Image and Video Processing – An Introduction
CIS 601 Image Fundamentals
ASU MAT 591 Image Processing Science and Robotic Vision Rod Pickens Principal Research Engineer Lockheed Martin, Incorporated.
- photometric aspects of image formation gray level images
7 elements of remote sensing process
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Digital Image Fundamentals
Fundamentals of Image Processing A Seminar on By Alok K. Watve
Lecture 5 Image Characterization ch. 4 of Machine Vision by Wesley E
EEE 501 Applied Digital Image Processing Dr. Türker İnce
Digital Image Processing / Fall 2001
Image Processing Course
Digital Image Processing
Aum Amriteswaryai Namah:
CIS 595 Image Fundamentals
Digital Image Fundamentals
Subject Name: IMAGE PROCESSING Subject Code: 10EC763
Digital Image Processing
Digital Image Fundamentals
Ceng466 Fundamentals of Image Processing
Digital Image Processing
Topic 1 Three related sub-fields Image processing Computer vision
Digital Image Processing
Course No.: EE 6604 Course Title: Advanced Digital Image Processing
Presentation transcript:

IT – 472 Digital Image Processing

Practical details Lectures – CEP 205 Lab – Lab 205 Grades: Monday 09:30 – 10:30 Wednesday, Thursday 08:30 – 09:30 Lab – Lab 205 Wednesday 14:00 – 16:00 Grades: Based on 1 or 2 internals, finals, assignments, labs, paper reading etc. Can change!

References & Prerequisites Digital Image Processing, by Gonzalez and Woods Fundamentals of Digital Image Processing, by Anil Jain Prerequisites Linear algebra Signals and systems: 1D Fourier transforms, convolution, sampling theorem.

Digital Image Processing DIP: Processing multi-dimensional signals. What all processes? Enhancement : Makes the signal more conducive for a specific task. Noise removal, Contrast stretching, Change brightness, Sharpening Restoration: Tries to undo a degradation process. Some reasons for degradation: Camera impulse response is not an impulse Relative motion between object and camera

Digital Image Processing Compression: Always easier to handle smaller data. Lossy and Lossless compression. Segmentation: To separate object of interest from ‘background’ Morphological Processes: Nonlinear Processing based on set theoretic concepts. Filtering, computing region descriptors

What after DIP DIP allows you to explore: Subjects offered at DA-IICT: Computer Vision Robotics Pattern Recognition Understanding Human Visual System Subjects offered at DA-IICT: Computer Vision (Autumn) Numerical Differential Geometry in CV (Winter) Pattern Recognition (Autumn) Image Analysis (Winter, under construction!)

Digital Images Image – 2 dimensional function f(x,y) Digital image – Sampled and Quantized image, represented by a matrix I(x,y) of size, say m x n. Each element is called a Pixel. Grey level digital image – the values of I(x,y) are discrete, usually from 0 to 255, 0 representing black, 255 representing white.

Digital Image Acquisition

Image formation model The imaging system senses amount of energy reflected/allowed to pass through by the object. 0 < f(x,y) < ∞ The energy reflected by the object comes from an illumination source. If i(x,y) is the energy incident at point (x,y) of the object and r(x,y) is the reflectivity of that point, then f(x,y) = i(x,y)r(x,y)

Sampling and Quantization Digitizing the coordinate value – sampling. Digitizing the amplitude – quantization. For an image of size m x n, with L=2k different grey levels, it requires m x n x k bits of storage: m = 1024, n = 1024, k = 8 (L = 256) 1 Mbyte At 1 Mbps, 8 secs to get 1 image!

Resolution Spatial resolution – smallest distinguishable detail in the image. Higher sampling  Higher spatial resolution Grey level resolution – smallest distinguishable change in grey level