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)

Slides:



Advertisements
Similar presentations
Md. Monjur –ul-Hasan Department of Computer Science & Engineering Chittagong University of Engineering & Technology Chittagong 4349
Advertisements

CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 4 – Digital Image Representation Klara Nahrstedt Spring 2009.
November 12, 2013Computer Vision Lecture 12: Texture 1Signature Another popular method of representing shape is called the signature. In order to compute.
Chapter 9: Morphological Image Processing
3. Introduction to Digital Image Analysis
Processing Digital Images. Filtering Analysis –Recognition Transmission.
Quadtrees, Octrees and their Applications in Digital Image Processing
Digital Image Processing Chapter 1: Introduction.
Digital Image Processing
CS292 Computational Vision and Language Visual Features - Colour and Texture.
Digital Image Processing
Computer Vision Lecture 3: Digital Images
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
1 Image Processing(IP) 1. Introduction 2. Digital Image Fundamentals 3. Image Enhancement in the spatial Domain 4. Image Enhancement in the Frequency Domain.
Digital Image Processing & Pattern Analysis (CSCE 563) Course Outline & Introduction Prof. Amr Goneid Department of Computer Science & Engineering The.
Digital Image Characteristic
Digital Image Processing 3rd Edition
SCCS 4761 Introduction What is Image Processing? Fundamental of Image Processing.
G52IIP, School of Computer Science, University of Nottingham What we will learn … Topics relate to the use of computer to Acquire/generate Process/manipulate/store.
Digital Image Processing Lec2: Introduction (Cont.)
Digital Image Processing In The Name Of God Digital Image Processing Lecture1: Introduction M. Ghelich Oghli By: M. Ghelich Oghli
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 Processing in Life Sciences March 14 th, 2012 Lecture number 1: Digital Image Fundamentals.
Digital Image Processing & Analysis Spring Definitions Image Processing Image Analysis (Image Understanding) Computer Vision Low Level Processes:
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 2: Image Transformation.
Digital Image Processing
Under Supervision of Dr. Kamel A. Arram Eng. Lamiaa Said Wed
Digital Image Processing & Analysis Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
September 5, 2013Computer Vision Lecture 2: Digital Images 1 Computer Vision A simple two-stage model of computer vision: Image processing Scene analysis.
1 Lecture 1 1 Image Processing Eng. Ahmed H. Abo absa
DIGITAL IMAGE PROCESSING
Factors affecting CT image RAD
1 Chapter 1: Introduction 1.1 Images and Pictures Human have evolved very precise visual skills: We can identify a face in an instant We can differentiate.
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
Digital Image Processing & Analysis Fall Outline Sampling and Quantization Image Transforms Discrete Cosine Transforms Image Operations Image Restoration.
 To Cover the basic theory and algorithms that are widely used in digital image processing.  To Expose students to current technologies and issues that.
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
Ch1: Introduction Prepared by: Tahani Khatib AOU
Ch5 Image Restoration CS446 Instructor: Nada ALZaben.
Digital imaging By : Alanoud Al Saleh. History: It started in 1960 by the National Aeronautics and Space Administration (NASA). The technology of digital.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
Autonomous Robots Vision © Manfred Huber 2014.
Digital imaging By : Alanoud Al Saleh. History: It started in 1960 by the National Aeronautics and Space Administration (NASA). The technology of digital.
1 Machine Vision. 2 VISION the most powerful sense.
Ch1: Introduction Prepared by: Hanan Hardan
Introduction Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng Kung University Last updated:
Image Perception ‘Let there be light! ‘. “Let there be light”
SIGNATURE RECOGNITION SYSTEM Group Number:10 Group Members: Richa Goyal(y08uc103) Rashmi Singhal(y08uc102)
1 Mathematic Morphology used to extract image components that are useful in the representation and description of region shape, such as boundaries extraction.
Dr. Abdul Basit Siddiqui FUIEMS. QuizTime 30 min. How the coefficents of Laplacian Filter are generated. Show your complete work. Also discuss different.
What is Digital Image processing?. An image can be defined as a two-dimensional function, f(x,y) # x and y are spatial (plane) coordinates # The function.
Robotics Chapter 6 – Machine Vision Dr. Amit Goradia.
Digital Image Processing Image Enhancement in Spatial Domain
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
Digital Image Processing CSC331 Introduction 1. My Introduction EDUCATION Technical University of Munich, Germany Ph.D. Major: Machine learning.
Paresh Kamble Digital Image Processing Introduction by Paresh Kamble.
Image Perception ‘Let there be light! ‘. “Let there be light”
Visual Information Processing. Human Perception V.S. Machine Perception  Human perception: pictorial information improvement for human interpretation.
What is Digital Image Processing?
Advanced Image Processing
EE663-Digital Image Processing & Analysis Dr. Samir H
IT – 472 Digital Image Processing
Image Processing Course
IT523 Digital Image Processing
Digital Image Processing
ECE 692 – Advanced Topics in Computer Vision
Presentation transcript:

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) coordinates and the value of f at any point (x,y) is proportional to the brightness ( or gray- level) of the image at that point. A digital image is an image f(x,y) that has been discretized both in spatial coordinates and brightness. A digital image can be considered a matrix whose row and column indices identify a point in the image and the corresponding element value identifies the gray level at that point. The elements of such a digital array are called image elements, picture elements, pixels, or pels, with the last two being commonly used abbreviations of “picture elements”. origin

3 Fundamental Steps in Digital Image Processing Methods whose input and output are images. Methods whose inputs may be images but whose outputs are attributes extracted from those images.

4 Image Acquisition: This is the first step in the process. Acquiring a digital image requires an imaging sensor and the capability to digitize the signal produced by the sensor. Generally, this stage involves preprocessing such as scaling. Image Enhancement: The idea behind the enhancement techniques is to bring out detail that is obscured, or simply highlight certain features of interest in an image. It typically deals with techniques for enhancing contrast, removing noise, and isolating regions whose texture indicate a likelihood of alphanumeric information. Image Restoration: This step is an area that also deals with improving the appearance of an image. Restoration techniques are based on mathematical or probabilistic models of image degradation. Compression: It deals with techniques for reducing the storage required to save an image, or the bandwidth required to transmit it. An application of Wavelets is image data compression.

5 Segmentation: It partitions an input image into its constituent parts or objects. Representation: The output of the segmentation stage usually is raw pixel data, constituting either the boundary of a region or all the points in the region itself. In either case, converting the data to a form suitable for computer processing is necessary. The first decision that must be made is whether the data should be represented as a boundary or as a complete region. Boundary representation is appropriate when the focus is on external shape characteristics such as corners and inflections. Regional representation is appropriate when the focus is on internal properties, such as texture or skeletal shape. Description: Choosing a representation is only part of the solution for transforming raw data into a form suitable for subsequent computer processing. A method must also be specified for describing the data so that features of interest are highlighted. Description, also called feature selection, deals with extracting features that result in some quantitative information of interest or features that are basic for differentiating one class of objects from another. Recognition and Interpretation: Recognition is the process that assigns a label to an object based on the information provided by its descriptors. Interpretation involves assigning meaning to an ensemble of recognized objects.

6 Course Content Chapter 1: Introduction Chapter 2: Digital Image Fundamentals Chapter 3: Image Enhancement in the Spatial Domain Chapter 4: Image Enhancement in the Frequency Domain Chapter 9: Morphological Image Processing Chapter 10: Image Segmentation Chapter 11: Representation and Description Chapter 12: Object Recognition (introduction) Chapter 8: Image Compression (introduction) This class is limited on gray level 2-D images.

7

8

9

10

11 Acquire Natural Image Enhance the picture Compress for transmission Encode and Transmit over Digital network Transmitted Codes of image DecodedDecompressed Displayed to Create another Signal (visible light of the display) Received by eyes Interpreted in some fashion by our brain From acquisition to interpretation, the initial signal may be transformed, modified, and retransmitted numerous times.

12 Image Processing Better Image

13

14 Computer vision, Image Processing, and Computer Graphics often work Together to produce amazing results.

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38 Distorted ImageRestored Image

39

40

41

42

43

44

45

46

47

48