Digital Image Processing

Size: px
Start display at page:

Download "Digital Image Processing"

Transcription

1 Digital Processing Introduction Christophoros Nikou s taken from: R. Gonzalez and R. Woods. Digital Processing, Prentice Hall, Digital Processing course by Brian Mac Namee, Dublin Institute of Technology. University of Ioannina - Department of Computer Science

2 2 Introduction One picture is worth more than ten thousand words Anonymous

3 3 Miscellanea Prerequisites Signals and systems Matlab Course Grading Assignments (50%) Final examination (50%)

4 4 Bibliography R. Gonzalez, R. Woods. Ψηφιακή Επεξεργασία Εικόνας, Εκδόσεις Τζιόλα, R. Gonzalez, R. Woods. Digital Ιmage Processing, Prentice Hall, N. Παπαμάρκος. Ψηφιακή Επεξεργασία και Ανάλυση Εικόνας, A. Jain. Fundamentals of Digital Processing, Prentice Hall, J. Lim, Two Dimensional Signal and Processing, Prentice Hall, 1989.

5 5 Bibliography (cont...)

6 6 Contents This lecture will cover: What is a digital image? What is digital image processing? History of digital image processing State of the art examples of digital image processing Key stages in digital image processing

7 7 What is a Digital? s taken from Gonzalez & Woods, Digital Processing (2002) A digital image is a representation of a twodimensional image as a finite set of digital values, called picture elements or pixels

8 8 What is a Digital? (cont ) s taken from Gonzalez & Woods, Digital Processing (2002) Pixel values typically represent gray levels, colours, heights, opacities etc Remember digitization implies that a digital image is an approximation of a real scene 1 pixel

9 9 What is a Digital? (cont ) Common image formats include: 1 sample per point (B&W or Grayscale) 3 samples per point (Red, Green, and Blue) 4 samples per point (Red, Green, Blue, and Alpha, a.k.a. Opacity) For most of this course we will focus on grey-scale images

10 10 What is Digital Processing? Digital image processing focuses on two major tasks Improvement of pictorial information for human interpretation Processing of image data for storage, transmission and representation for autonomous machine perception Some argument about where image processing ends and fields such as image analysis and computer vision start

11 11 What is DIP? (cont ) The continuum from image processing to computer vision can be broken up into low-, mid- and high-level processes Low Level Process Input: Output: Examples: Noise removal, image sharpening Mid Level Process Input: Output: Attributes Examples: Object recognition, segmentation High Level Process Input: Attributes Output: Understanding Examples: Scene understanding, autonomous navigation In this course we will stop here

12 12 History of Digital Processing s taken from Gonzalez & Woods, Digital Processing (2002) Early 1920s: One of the first applications of digital imaging was in the newspaper industry The Bartlane cable picture transmission service s were transferred by submarine cable between London and New York Pictures were coded for cable transfer and reconstructed at the receiving end on a telegraph printer Early digital image

13 13 History of DIP (cont ) s taken from Gonzalez & Woods, Digital Processing (2002) Mid to late 1920s: Improvements to the Bartlane system resulted in higher quality images New reproduction processes based on photographic techniques Increased number of tones in reproduced images Improved digital image Early 15 tone digital image

14 14 History of DIP (cont ) s taken from Gonzalez & Woods, Digital Processing (2002) 1960s: Improvements in computing technology and the onset of the space race led to a surge of work in digital image processing 1964: Computers used to improve the quality of images of the moon taken by the Ranger 7 probe Such techniques were used in other space missions including the Apollo landings A picture of the moon taken by the Ranger 7 probe minutes before landing

15 15 History of DIP (cont ) s taken from Gonzalez & Woods, Digital Processing (2002) 1970s: Digital image processing begins to be used in medical applications 1979: Sir Godfrey N. Hounsfield & Prof. Allan M. Cormack share the Nobel Prize in medicine for the invention of tomography, the technology behind Computerised Axial Tomography (CAT) scans Typical head slice CAT image

16 16 History of DIP (cont ) 1980s - Today: The use of digital image processing techniques has exploded and they are now used for all kinds of tasks in all kinds of areas enhancement/restoration Artistic effects Medical visualisation Industrial inspection Law enforcement Human computer interfaces

17 s taken from Gonzalez & Woods, Digital Processing (2002) 17 Applications Imaging modalities

18 18 Applications: Enhancement s taken from Gonzalez & Woods, Digital Processing (2002) One of the most common uses of DIP techniques: improve quality, remove noise etc

19 19 Applications: The Hubble Telescope Launched in 1990 the Hubble telescope can take images of very distant objects However, an incorrect mirror made many of Hubble s images useless processing techniques were used to fix this

20 20 Applications: Artistic Effects Artistic effects are used to make images more visually appealing, to add special effects and to make composite images

21 s taken from Gonzalez & Woods, Digital Processing (2002) 21 X-ray imaging Applications: Medicine

22 s taken from Gonzalez & Woods, Digital Processing (2002) 22 Applications: Medicine (cont...) Gamma-ray imaging

23 s taken from Gonzalez & Woods, Digital Processing (2002) 23 Applications: Medicine (cont...) Radio frequencies Magnetic Resonance Imaging (MRI)

24 s taken from Gonzalez & Woods, Digital Processing (2002) 24 Applications: Medicine (cont...) Ultrasound

25 s taken from Gonzalez & Woods, Digital Processing (2002) 25 Applications: Medicine (cont...) 3D tomography and rendering with transparencies (1)

26 s taken from Gonzalez & Woods, Digital Processing (2002) 26 Applications: Medicine (cont...) 3D tomography and rendering with transparencies (2)

27 27 Applications: Medicine (cont...) s taken from Gonzalez & Woods, Digital Processing (2002) 3D tomography and rendering with transparencies (3) Human brain (128 cross-sections) Cancer cell (256 cross-sections) Ice Block (Human brain) (128 cryo-sections)

28 28 Applications: Medicine (cont...) s taken from Gonzalez & Woods, Digital Processing (2002) Take slice from MRI scan of canine heart, and find boundaries between types of tissue with gray levels representing tissue density Use a suitable filter to highlight edges Original MRI of a Dog Heart Edge Detection

29 29 Applications: GIS s taken from Gonzalez & Woods, Digital Processing (2002) Geographic Information Systems Satellite imagery Terrain classification (LANDSAT) Meteorology (NOAA)

30 30 Applications: GIS (cont ) s taken from Gonzalez & Woods, Digital Processing (2002) Night-Time Lights of the World data set (infra red) Global inventory of human settlement Not hard to imagine the kind of analysis that might be done using this data

31 31 Applications: Industrial Inspection s taken from Gonzalez & Woods, Digital Processing (2002) Human operators are expensive, slow and unreliable Make machines do the job instead Industrial vision systems are used in all kinds of industries Can we trust them?

32 32 Applications: PCB Inspection Printed Circuit Board (PCB) inspection Machine inspection is used to determine that all components are present and that all solder joints are acceptable Both conventional imaging and x-ray imaging are used

33 33 Applications: Law Enforcement s taken from Gonzalez & Woods, Digital Processing (2002) processing techniques are used extensively by law enforcers Number plate recognition for speed cameras/automated toll systems Fingerprint recognition Enhancement of CCTV images

34 34 Applications: HCI Try to make human computer interfaces more natural Face recognition Gesture recognition Does anyone remember the user interface from Minority Report? These tasks can be extremely difficult

35 35 Key Stages in Digital Processing Restoration Morphological Processing Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Processing Compression Representation & Description

36 36 Key Stages in Digital Processing: Aquisition s taken from Gonzalez & Woods, Digital Processing (2002) Enhancement Acquisition Problem Domain Restoration Colour Processing Morphological Processing Compression Segmentation Object Recognition Representation & Description

37 37 Key Stages in Digital Processing: Enhancement s taken from Gonzalez & Woods, Digital Processing (2002) Enhancement Acquisition Problem Domain Restoration Colour Processing Morphological Processing Compression Segmentation Object Recognition Representation & Description

38 38 Key Stages in Digital Processing: Restoration s taken from Gonzalez & Woods, Digital Processing (2002) Enhancement Acquisition Problem Domain Restoration Colour Processing Morphological Processing Compression Segmentation Object Recognition Representation & Description

39 39 Key Stages in Digital Processing: Morphological Processing s taken from Gonzalez & Woods, Digital Processing (2002) Enhancement Acquisition Problem Domain Restoration Colour Processing Morphological Processing Compression Segmentation Object Recognition Representation & Description

40 40 Key Stages in Digital Processing: Segmentation s taken from Gonzalez & Woods, Digital Processing (2002) Enhancement Acquisition Problem Domain Restoration Colour Processing Morphological Processing Compression Segmentation Object Recognition Representation & Description

41 41 Key Stages in Digital Processing: Object Recognition s taken from Gonzalez & Woods, Digital Processing (2002) Enhancement Acquisition Problem Domain Restoration Colour Processing Morphological Processing Compression Segmentation Object Recognition Representation & Description

42 42 Key Stages in Digital Processing: Representation & Description s taken from Gonzalez & Woods, Digital Processing (2002) Enhancement Acquisition Problem Domain Restoration Colour Processing Morphological Processing Compression Segmentation Object Recognition Representation & Description

43 43 Key Stages in Digital Processing: Compression Restoration Morphological Processing Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Processing Compression Representation & Description

44 44 Key Stages in Digital Processing: Colour Processing Restoration Morphological Processing Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Processing Compression Representation & Description

45 45 Summary We have looked at: What is a digital image? What is digital image processing? History of digital image processing State of the art examples of digital image processing Key stages in digital image processing Important: Acquire some experience with Matlab.

Digital Image Processing. Lecture 1 (Introduction) Bu-Ali Sina University Computer Engineering Dep. Fall 2011

Digital Image Processing. Lecture 1 (Introduction) Bu-Ali Sina University Computer Engineering Dep. Fall 2011 Digital Processing Lecture 1 (Introduction) Bu-Ali Sina University Computer Engineering Dep. Fall 2011 Introduction One picture is worth more than ten thousand p words Outline Syllabus References Course

More information

Lecture 1 Introduction. Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016

Lecture 1 Introduction. Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016 Lecture 1 Introduction Lin ZHANG, PhD School of Software Engineering Tongji University Fall 2016 Self Introduction B.Sc., Computer Science and Engineering, Shanghai JiaoTong University, 2003 M.Sc., Computer

More information

Lecture # 01. Introduction

Lecture # 01. Introduction Digital Image Processing Lecture # 01 Introduction Autumn 2012 Agenda Why image processing? Image processing examples Course plan History of imaging Fundamentals of image processing Components of image

More information

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image

Background. Computer Vision & Digital Image Processing. Improved Bartlane transmitted image. Example Bartlane transmitted image Background Computer Vision & Digital Image Processing Introduction to Digital Image Processing Interest comes from two primary backgrounds Improvement of pictorial information for human perception How

More information

ELE 882: Introduction to Digital Image Processing (DIP)

ELE 882: Introduction to Digital Image Processing (DIP) ELE882 Introduction to Digital Image Processing Course Instructor: Prof. Ling Guan Department of Electrical & Computer Engineering Room 315, ENG Building Tel: (416)979-5000 ext 6072 Email: lguan@ee.ryerson.ca

More information

PENGENALAN TEKNIK TELEKOMUNIKASI CLO

PENGENALAN TEKNIK TELEKOMUNIKASI CLO PENGENALAN TEKNIK TELEKOMUNIKASI CLO : 4 Digital Image Faculty of Electrical Engineering BANDUNG, 2017 What is a Digital Image A digital image is a representation of a two-dimensional image as a finite

More information

Practical Image and Video Processing Using MATLAB

Practical Image and Video Processing Using MATLAB Practical Image and Video Processing Using MATLAB Chapter 1 Introduction and overview What will we learn? What is image processing? What are the main applications of image processing? What is an image?

More information

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING PRESENTED BY S PRADEEP K SUNIL KUMAR III BTECH-II SEM, III BTECH-II SEM, C.S.E. C.S.E. pradeep585singana@gmail.com sunilkumar5b9@gmail.com CONTACT:

More information

dr hab. Michał Strzelecki tel , room 216 cons. hours: Wednesday 14-15, Thursday P. Strumillo, M.

dr hab. Michał Strzelecki tel , room 216 cons. hours: Wednesday 14-15, Thursday P. Strumillo, M. dr hab. Michał Strzelecki tel. 6312631, room 216 cons. hours: Wednesday 14-15, Thursday 13-14 (mstrzel@p.lodz.pl) P. Strumillo, M. Strzelecki One picture is worth more than ten thousand words Anonymous

More information

Raster Images and Displays

Raster Images and Displays Raster Images and Displays CMSC 435 / 634 August 2013 Raster Images and Displays 1/23 Outline Overview Example Applications CMSC 435 / 634 August 2013 Raster Images and Displays 2/23 What is an image?

More information

Human Visual System. Digital Image Processing. Digital Image Fundamentals. Structure Of The Human Eye. Blind-Spot Experiment.

Human Visual System. Digital Image Processing. Digital Image Fundamentals. Structure Of The Human Eye. Blind-Spot Experiment. Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr 4 Human Visual System The best vision model we have! Knowledge of how images form in the eye can help us with

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall, 2008. Digital Image Processing

More information

Course Objectives & Structure

Course Objectives & Structure Course Objectives & Structure Digital imaging is at the heart of science, medicine, entertainment, engineering, and communications. This course provides an introduction to mathematical tools for the analysis

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

Introduction. Stefano Ferrari. Università degli Studi di Milano Methods for Image Processing. academic year

Introduction. Stefano Ferrari. Università degli Studi di Milano Methods for Image Processing. academic year Introduction Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Methods for Image Processing academic year 2015 2016 Image processing Computer science concerns the representation,

More information

Digital Image Processing and Machine Vision Fundamentals

Digital Image Processing and Machine Vision Fundamentals Digital Image Processing and Machine Vision Fundamentals By Dr. Rajeev Srivastava Associate Professor Dept. of Computer Sc. & Engineering, IIT(BHU), Varanasi Overview In early days of computing, data was

More information

Image Processing. The Module. Lab Sessions and Courseworks. Prerequisites. Reference Book. Text Book Image Processing

Image Processing. The Module. Lab Sessions and Courseworks. Prerequisites. Reference Book. Text Book Image Processing Processing Pengwei Hao p.hao@qmul.ac.uk Topic 1: Introduction ECS605U / ECS776P School of EECS Queen Mary University of London The Module Lectures: Mondays, 9-11am, ArtsOne 1.28 Pengwei Hao (p.hao@qmul.ac.uk)

More information

Digital Image Processing

Digital Image Processing What is an image? Digital Image Processing Picture, Photograph Visual data Usually two- or three-dimensional What is a digital image? An image which is discretized, i.e., defined on a discrete grid (ex.

More information

Digital Image Processing COSC 6380/4393

Digital Image Processing COSC 6380/4393 Digital Image Processing COSC 6380/4393 Lecture 1 Aug 21 st, 2018 Slides from Dr. Shishir K Shah and Frank (Qingzhong) Liu Digital Image Processing COSC 6380/4393 Instructor Pranav Mantini Email: pmantini@uh.edu

More information

Session 1. by Shahid Farid

Session 1. by Shahid Farid Session 1 by Shahid Farid Course introduction What is image and its attributes? Image types Monochrome images Grayscale images Course introduction Color images Color lookup table Image Histogram Shahid

More information

CSCE 763: Digital Image Processing

CSCE 763: Digital Image Processing CSCE 763: Digital Image Processing Spring 2018 Yan Tong Department of Computer Science and Engineering University of South Carolina Today s Agenda Welcome Tentative Syllabus Topics covered in the course

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall, 2008. Digital Image Processing

More information

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye Digital Image Processing 2 Digital Image Fundamentals Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Those who wish to succeed must ask the right preliminary questions Aristotle Images

More information

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye

Digital Image Fundamentals. Digital Image Processing. Human Visual System. Contents. Structure Of The Human Eye (cont.) Structure Of The Human Eye Digital Image Processing 2 Digital Image Fundamentals Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall,

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Digital Imaging Fundamentals Christophoros Nikou cnikou@cs.uoi.gr Images taken from: R. Gonzalez and R. Woods. Digital Image Processing, Prentice Hall, 2008. Digital Image Processing

More information

CSC Biomedical Imaging & Analysis

CSC Biomedical Imaging & Analysis CSC 621-821 Biomedical Imaging & Analysis Spring 2018 Dr. Kaz Okada Department of Computer Science San Francisco State University SFSU: CSC621-821 Kazunori Okada 1 Course Overview CSC621-821 Biomedical

More information

TDI2131 Digital Image Processing

TDI2131 Digital Image Processing TDI2131 Digital Image Processing Introduction to Image Processing Lecture 1 John See Faculty of Information Technology Multimedia University Some portions of content adapted from Zhu Liu, AT&T Labs 1 Lecture

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Hongkai Xiong 熊红凯 电子工程系上海交通大学 22 Feb. 2016 About Me Hongkai Xiong, distinguished professor Office: 5-419, the 5-th building of dianxin building group Email: xionghongkai@sjtu.edu.cn

More information

Teaching Scheme. Credits Assigned (hrs/week) Theory Practical Tutorial Theory Oral & Tutorial Total

Teaching Scheme. Credits Assigned (hrs/week) Theory Practical Tutorial Theory Oral & Tutorial Total Code ITC7051 Name Processing Teaching Scheme Credits Assigned (hrs/week) Theory Practical Tutorial Theory Oral & Tutorial Total Practical 04 02 -- 04 01 -- 05 Code ITC704 Name Wireless Technology Examination

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

A Module for Visualisation and Analysis of Digital Images in DICOM File Format

A Module for Visualisation and Analysis of Digital Images in DICOM File Format A Module for Visualisation and Analysis of Digital Images in DICOM File Format Rumen Rusev Abstract: This paper deals with design and realisation of software module for visualisation and analysis of digital

More information

Digital Image Processing CS-340. Lecture 1 Introduction

Digital Image Processing CS-340. Lecture 1 Introduction Digital Image Processing CS-340 Lecture 1 Introduction Books Gonzalez, R. C. and Woods, R. E., Digital Image Processing, Third Edition, Pearson- Prentice Hall, Inc., 2008. Gonzalez, R. C., Woods, R. E.,

More information

Digital Image Processing Questions With Answer

Digital Image Processing Questions With Answer We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with digital image processing

More information

Introduction. Ioannis Rekleitis

Introduction. Ioannis Rekleitis Introduction Ioannis Rekleitis Why Image Processing? Who here has a camera? How many cameras do you have Point where computers fast/cheap Cameras become omnipresent Deep Learning CSCE 590: Introduction

More information

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University Images and Graphics Images and Graphics Graphics and images are non-textual information that can be displayed and printed. Graphics (vector graphics) are an assemblage of lines, curves or circles with

More information

IMAGE ENHANCEMENT - POINT PROCESSING

IMAGE ENHANCEMENT - POINT PROCESSING 1 IMAGE ENHANCEMENT - POINT PROCESSING KOM3212 Image Processing in Industrial Systems Some of the contents are adopted from R. C. Gonzalez, R. E. Woods, Digital Image Processing, 2nd edition, Prentice

More information

CSE 166: Image Processing. Overview. What is an image? Representing an image. What is image processing? History. Today

CSE 166: Image Processing. Overview. What is an image? Representing an image. What is image processing? History. Today CSE 166: Image Processing Overview Image Processing CSE 166 Today Course overview Logistics Some mathematics Lectures will be boardwork and slides CSE 166, Fall 2016 2 What is an image? Representing an

More information

Segmentation of Liver CT Images

Segmentation of Liver CT Images Segmentation of Liver CT Images M.A.Alagdar 1, M.E.Morsy 2, M.M.Elzalabany 3 1,2,3 Electronics And Communications Department-.Faculty Of Engineering Mansoura University, Egypt. Abstract In this paper we

More information

SUPER RESOLUTION INTRODUCTION

SUPER RESOLUTION INTRODUCTION SUPER RESOLUTION Jnanavardhini - Online MultiDisciplinary Research Journal Ms. Amalorpavam.G Assistant Professor, Department of Computer Sciences, Sambhram Academy of Management. Studies, Bangalore Abstract:-

More information

Introduction

Introduction Introduction Lecturer: Dr. Hossam Hassan Email : hossameldin.hassan@eng.asu.edu.eg Computers and Systems Engineering Essential Books 1. Digital Image Processing Rafael Gonzalez and Richard Woods, Third

More information

On the WEB. Digital Image Processing ECE 178. B. S. MANJUNATH RM 3157 ENGR I Tel:

On the WEB. Digital Image Processing ECE 178. B. S. MANJUNATH RM 3157 ENGR I Tel: Digital Image Processing ECE 178 B. S. MANJUNATH RM 3157 ENGR I Tel:893-7112 manj@ece.ucsb.edu http://vision.ece.ucsb.edu Introduction 1 On the WEB For course information: http://www.ece.ucsb.edu/~manj/ece178

More information

Digital images. Digital Image Processing Fundamentals. Digital images. Varieties of digital images. Dr. Edmund Lam. ELEC4245: Digital Image Processing

Digital images. Digital Image Processing Fundamentals. Digital images. Varieties of digital images. Dr. Edmund Lam. ELEC4245: Digital Image Processing Digital images Digital Image Processing Fundamentals Dr Edmund Lam Department of Electrical and Electronic Engineering The University of Hong Kong (a) Natural image (b) Document image ELEC4245: Digital

More information

Digital Image Processing (DIP): Introduc6on and Fundamentals

Digital Image Processing (DIP): Introduc6on and Fundamentals A Digital Image Processing (DIP): Introduc6on and Fundamentals DIP: Introduc-on and Fundamentals I. Origins of DIP Origins of DIP I.1. Newspaper Industry (1920s) Digital picture produced in 1921 Origins

More information

EC-433 Digital Image Processing

EC-433 Digital Image Processing EC-433 Digital Image Processing Lecture 2 Digital Image Fundamentals Dr. Arslan Shaukat 1 Fundamental Steps in DIP Image Acquisition An image is captured by a sensor (such as a monochrome or color TV camera)

More information

Digital Image Processing - A Remote Sensing Perspective

Digital Image Processing - A Remote Sensing Perspective ISSN 2278 0211 (Online) Digital Image Processing - A Remote Sensing Perspective D.Sarala Department of Physics & Electronics St. Ann s College for Women, Mehdipatnam, Hyderabad, India Sunita Jacob Head,

More information

Image and video processing

Image and video processing Image and video processing Processing Colour Images Dr. Yi-Zhe Song The agenda Introduction to colour image processing Pseudo colour image processing Full-colour image processing basics Transforming colours

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

More information

Digitization and fundamental techniques

Digitization and fundamental techniques Digitization and fundamental techniques Chapter 2.2-2.6 Robin Strand Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University Outline Imaging Digitization Sampling Labeling

More information

Digital Image Processing Introduction

Digital Image Processing Introduction Digital Processing Introduction Dr. Hatem Elaydi Electrical Engineering Department Islamic University of Gaza Fall 2015 Sep. 7, 2015 Digital Processing manipulation data might experience none-ideal acquisition,

More information

Fundamentals of Multimedia

Fundamentals of Multimedia Fundamentals of Multimedia Lecture 2 Graphics & Image Data Representation Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Outline Black & white imags 1 bit images 8-bit gray-level images Image histogram Dithering

More information

Keywords: Data Compression, Image Processing, Image Enhancement, Image Restoration, Image Rcognition.

Keywords: Data Compression, Image Processing, Image Enhancement, Image Restoration, Image Rcognition. Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Scrutiny on

More information

DIGITAL SIGNAL PROCESSING. Introduction

DIGITAL SIGNAL PROCESSING. Introduction DIGITAL SIGNAL PROCESSING Introduction What is Signal? A SIGNAL is a measurement of a physical quantity of certain medium. Examples of signals: Audio patterns (voice, speech, music) Visual patterns (written

More information

Digital Image Processing Gonzalez 3nd Download

Digital Image Processing Gonzalez 3nd Download DIGITAL IMAGE PROCESSING GONZALEZ 3ND DOWNLOAD PDF - Are you looking for digital image processing gonzalez 3nd download Books? Now, you will be happy that at this time digital image processing gonzalez

More information

Digital Image Processing ECE 178 Winter 2003

Digital Image Processing ECE 178 Winter 2003 Digital Image Processing ECE 178 Winter 2003 B. S. MANJUNATH RM 3157 ENGR I Tel:893-7112 manj@ece.ucsb.edu http://vision.ece.ucsb.edu/manjunath 1/07/2003 W03/Lecture 1 On the WEB For course information

More information

Digital Image Processing ECE 178 Winter On the WEB. Class list/discussion sessions. Today: Jan About this course.

Digital Image Processing ECE 178 Winter On the WEB. Class  list/discussion sessions. Today: Jan About this course. Digital Image Processing ECE 178 Winter 2003 On the WEB For course information and slides and more: http://varuna.ece.ucsb.edu/ece178 B. S. MANJUNATH RM 3157 ENGR I Tel:893-7112 manj@ece.ucsb.edu http://vision.ece.ucsb.edu/manjunath

More information

Classification in Image processing: A Survey

Classification in Image processing: A Survey Classification in Image processing: A Survey Rashmi R V, Sheela Sridhar Department of computer science and Engineering, B.N.M.I.T, Bangalore-560070 Department of computer science and Engineering, B.N.M.I.T,

More information

Image Smoothening and Sharpening using Frequency Domain Filtering Technique

Image Smoothening and Sharpening using Frequency Domain Filtering Technique Volume 5, Issue 4, April (17) Image Smoothening and Sharpening using Frequency Domain Filtering Technique Swati Dewangan M.Tech. Scholar, Computer Networks, Bhilai Institute of Technology, Durg, India.

More information

Image Enhancement in the Spatial Domain (Part 1)

Image Enhancement in the Spatial Domain (Part 1) Image Enhancement in the Spatial Domain (Part 1) Lecturer: Dr. Hossam Hassan Email : hossameldin.hassan@eng.asu.edu.eg Computers and Systems Engineering Principle Objective of Enhancement Process an image

More information

Digital database creation of historical Remote Sensing Satellite data from Film Archives A case study

Digital database creation of historical Remote Sensing Satellite data from Film Archives A case study Digital database creation of historical Remote Sensing Satellite data from Film Archives A case study N.Ganesh Kumar +, E.Venkateswarlu # Product Quality Control, Data Processing Area, NRSA, Hyderabad.

More information

Digital Image Processing. Lecture # 3 Image Enhancement

Digital Image Processing. Lecture # 3 Image Enhancement Digital Image Processing Lecture # 3 Image Enhancement 1 Image Enhancement Image Enhancement 3 Image Enhancement 4 Image Enhancement Process an image so that the result is more suitable than the original

More information

Digital Image Fundamentals and Image Enhancement in the Spatial Domain

Digital Image Fundamentals and Image Enhancement in the Spatial Domain Digital Image Fundamentals and Image Enhancement in the Spatial Domain Mohamed N. Ahmed, Ph.D. Introduction An image may be defined as 2D function f(x,y), where x and y are spatial coordinates. The amplitude

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Pixilation and Resolution name:

Pixilation and Resolution name: Pixilation and Resolution name: What happens when you take a small image on a computer and make it much bigger? Does the enlarged image look just like the small image? What has changed? Take a look at

More information

LECTURE 02 IMAGE AND GRAPHICS

LECTURE 02 IMAGE AND GRAPHICS MULTIMEDIA TECHNOLOGIES LECTURE 02 IMAGE AND GRAPHICS IMRAN IHSAN ASSISTANT PROFESSOR THE NATURE OF DIGITAL IMAGES An image is a spatial representation of an object, a two dimensional or three-dimensional

More information

15/12/2017. What is digital image processing? What is digital image processing? History of digital images. History of digital images

15/12/2017. What is digital image processing? What is digital image processing? History of digital images. History of digital images What is digital image processing? Image: a two-dimensional function f(x,y), where x and y are spatial coordinates and the amplitude f at any pair of coordinates (x,y) is called the intensity or gray level.

More information

MATLAB Techniques for Enhancement of Liver DICOM Images

MATLAB Techniques for Enhancement of Liver DICOM Images MATLAB Techniques for Enhancement of Liver DICOM Images M.A.Alagdar 1, M.E.Morsy 2, M.M.Elzalabany 3 Electronics and Communications Department-.Faculty Of Engineering, Mansoura University, Egypt Abstract

More information

Image Processing: Research Opportunities and Challenges

Image Processing: Research Opportunities and Challenges Image Processing: Research Opportunities and Challenges Ravindra S. Hegadi Department of Computer Science Karnatak University, Dharwad-580003 ravindrahegadi@rediffmail Abstract Interest in digital image

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Paul R. Baumann, Professor Emeritus State University of New York College at Oneonta Oneonta, New York 13820 USA COPYRIGHT 2008 Paul R. Baumann Introduction Remote

More information

Medical Images Analysis and Processing

Medical Images Analysis and Processing Medical Images Analysis and Processing - 25642 Emad Course Introduction Course Information: Type: Graduated Credits: 3 Prerequisites: Digital Image Processing Course Introduction Reference(s): Insight

More information

(Refer Slide Time 00:44) So if you just look at this name, digital image processing, you will find that there are 3 terms.

(Refer Slide Time 00:44) So if you just look at this name, digital image processing, you will find that there are 3 terms. Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module Number 01 Lecture Number 01 Introduction

More information

DIGITAL IMAGE PROCESSING

DIGITAL IMAGE PROCESSING DIGITAL IMAGE PROCESSING Lecture 1 Introduction Tammy Riklin Raviv Electrical and Computer Engineering Ben-Gurion University of the Negev 2 Introduction to Digital Image Processing Lecturer: Dr. Tammy

More information

Digital Image Fundamentals

Digital Image Fundamentals Digital Image Fundamentals Computer Science Department The University of Western Ontario Presenter: Mahmoud El-Sakka CS2124/CS2125: Introduction to Medical Computing Fall 2012 October 31, 2012 1 Objective

More information

APPLICATIONS AND USAGE

APPLICATIONS AND USAGE APPLICATIONS AND USAGE http://www.tutorialspoint.com/dip/applications_and_usage.htm Copyright tutorialspoint.com Since digital image processing has very wide applications and almost all of the technical

More information

Course Outline 8/27/2009. SGN-3016 Digital Image Processing (5 cr)

Course Outline 8/27/2009. SGN-3016 Digital Image Processing (5 cr) SGN-3016 Digital Image Processing (5 cr) Lecturer: Moncef Gabbouj Lectures: Period I, Room TB 110, Mondays 14.00-16.00 Periods II, Room TB 219, Mondays 14:00 16.00 Exercises and Assistants: Dr. Esin Guldogan

More information

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include:

6. Graphics MULTIMEDIA & GRAPHICS 10/12/2016 CHAPTER. Graphics covers wide range of pictorial representations. Uses for computer graphics include: CHAPTER 6. Graphics MULTIMEDIA & GRAPHICS Graphics covers wide range of pictorial representations. Uses for computer graphics include: Buttons Charts Diagrams Animated images 2 1 MULTIMEDIA GRAPHICS Challenges

More information

Introduction to image processing

Introduction to image processing Part I Introduction to image processing 1 Introduction Overview Imaging systems construct an (output) image in response to (input) signals from diverse types of objects. They can be classified in a number

More information

Digital Image Processing

Digital Image Processing Digital Image Processing 1 Patrick Olomoshola, 2 Taiwo Samuel Afolayan 1,2 Surveying & Geoinformatic Department, Faculty of Environmental Sciences, Rufus Giwa Polytechnic, Owo. Nigeria Abstract: This paper

More information

Digital Photogrammetry. Presented by: Dr. Hamid Ebadi

Digital Photogrammetry. Presented by: Dr. Hamid Ebadi Digital Photogrammetry Presented by: Dr. Hamid Ebadi Background First Generation Analog Photogrammetry Analytical Photogrammetry Digital Photogrammetry Photogrammetric Generations 2000 digital photogrammetry

More information

Preprocessing on Digital Image using Histogram Equalization: An Experiment Study on MRI Brain Image

Preprocessing on Digital Image using Histogram Equalization: An Experiment Study on MRI Brain Image Preprocessing on Digital Image using Histogram Equalization: An Experiment Study on MRI Brain Image Musthofa Sunaryo 1, Mochammad Hariadi 2 Electrical Engineering, Institut Teknologi Sepuluh November Surabaya,

More information

Important Missions. weather forecasting and monitoring communication navigation military earth resource observation LANDSAT SEASAT SPOT IRS

Important Missions. weather forecasting and monitoring communication navigation military earth resource observation LANDSAT SEASAT SPOT IRS Fundamentals of Remote Sensing Pranjit Kr. Sarma, Ph.D. Assistant Professor Department of Geography Mangaldai College Email: prangis@gmail.com Ph. No +91 94357 04398 Remote Sensing Remote sensing is defined

More information

CRISATEL High Resolution Multispectral System

CRISATEL High Resolution Multispectral System CRISATEL High Resolution Multispectral System Pascal Cotte and Marcel Dupouy Lumiere Technology, Paris, France We have designed and built a high resolution multispectral image acquisition system for digitizing

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

4 Images and Graphics

4 Images and Graphics LECTURE 4 Images and Graphics CS 5513 Multimedia Systems Spring 2009 Imran Ihsan Principal Design Consultant OPUSVII www.opuseven.com Faculty of Engineering & Applied Sciences 1. The Nature of Digital

More information

EE 351M Digital Signal Processing

EE 351M Digital Signal Processing EE 351M Digital Signal Processing Course Details Objective Establish a background in Digital Signal Processing Theory Required Text Discrete-Time Signal Processing, Prentice Hall, 2 nd Edition Alan Oppenheim,

More information

An Introduction: Radon Transform, X-ray Transform, Inverse Problems

An Introduction: Radon Transform, X-ray Transform, Inverse Problems Other applications: SPECT and Attenuated An Introduction:, X-ray Transform, TING ZHOU Northeastern University January 9, 2018 Other applications: SPECT and Attenuated Outline 1 Course Information (syllabus,

More information

Digital Image Processing. Lecture # 8 Color Processing

Digital Image Processing. Lecture # 8 Color Processing Digital Image Processing Lecture # 8 Color Processing 1 COLOR IMAGE PROCESSING COLOR IMAGE PROCESSING Color Importance Color is an excellent descriptor Suitable for object Identification and Extraction

More information

INSTITUTIONEN FÖR SYSTEMTEKNIK LULEÅ TEKNISKA UNIVERSITET

INSTITUTIONEN FÖR SYSTEMTEKNIK LULEÅ TEKNISKA UNIVERSITET INSTITUTIONEN FÖR SYSTEMTEKNIK LULEÅ TEKNISKA UNIVERSITET Some color images on this slide Last Lecture 2D filtering frequency domain The magnitude of the 2D DFT gives the amplitudes of the sinusoids and

More information

MATLAB: Basics to Advanced

MATLAB: Basics to Advanced Module 1: MATLAB Basics Program Description MATLAB is a numerical computing environment and fourth generation programming language. Developed by The MathWorks, MATLAB allows matrix manipulation, plotting

More information

Image Enhancement And Analysis Of Thermal Images Using Various Techniques Of Image Processing

Image Enhancement And Analysis Of Thermal Images Using Various Techniques Of Image Processing Image Enhancement And Analysis Of Thermal Images Using Various Techniques Of Image Processing *Ms. Shweta Tyagi **Hemant Amhia (M.E. student Deptt. of Electrical Engineering, JEC Jabalpur) ( Asstt.Professor,

More information

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

Image Processing. c R. Leduc

Image Processing. c R. Leduc Image Processing Material based on Chapter 11, Image Processing, of B. Wilkinson et al., PARALLEL PROGRAMMING. Techniques and Applications Using Networked Workstations and Parallel Computers c 2002-2004

More information

Color Image Processing

Color Image Processing Color Image Processing Jesus J. Caban Outline Discuss Assignment #1 Project Proposal Color Perception & Analysis 1 Discuss Assignment #1 Project Proposal Due next Monday, Oct 4th Project proposal Submit

More information

Digital Image Processing (DIP)

Digital Image Processing (DIP) University of Kurdistan Digital Image Processing (DIP) Lecture 6: Color Image Processing Instructor: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture, University of Kurdistan,

More information

Natalia Vassilieva HP Labs Russia

Natalia Vassilieva HP Labs Russia Content Based Image Retrieval Natalia Vassilieva nvassilieva@hp.com HP Labs Russia 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Tutorial

More information

ABSTRACT I. INTRODUCTION II. LITERATURE REVIEW

ABSTRACT I. INTRODUCTION II. LITERATURE REVIEW International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 A Novel Algorithm for Enhancing an Image of Brain

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Bitmap Image Formats

Bitmap Image Formats LECTURE 5 Bitmap Image Formats CS 5513 Multimedia Systems Spring 2009 Imran Ihsan Principal Design Consultant OPUSVII www.opuseven.com Faculty of Engineering & Applied Sciences 1. Image Formats To store

More information

Lecture 3: Grey and Color Image Processing

Lecture 3: Grey and Color Image Processing I22: Digital Image processing Lecture 3: Grey and Color Image Processing Prof. YingLi Tian Sept. 13, 217 Department of Electrical Engineering The City College of New York The City University of New York

More information

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6 COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Electronics and Communication Engineering B.E/B.Tech/M.E/M.Tech : EC Regulation: 2013 PG Specialisation : NA Sub. Code / Sub. Name : IT6005/DIGITAL

More information