Introduction to Image Processing Grass Sky Tree ? ? Introduction A picture is worth more than a thousand words.

Slides:



Advertisements
Similar presentations
Intelligent System Engineering Basics of Digital Image Processing!
Advertisements

Digital Image Processing
Digital Image Processing 1 Industry inspection Process control Quality inspection Shape (2D / 3D measurement )‏ Position Surface Ocr Measurement Edge detection.
(c) by Yu Hen Hu Lecture 2. Introduction to Digital Image Processing.
Computer Vision I Introduction Raul Queiroz Feitosa.
Course Website: Digital Image Processing: Introduction Brian Mac Namee
What Is Imaging Science?
Chapter 1. Introduction Fall 2003, 劉震昌.
Visual Information Systems module introduction. Lecture Plan Part 1: MODULE OVERVIEW Part 1: MODULE OVERVIEW Part 2: Issues for ‘Visual Information Systems’(VIS)
Digital Image Processing Chapter 1: Introduction.
Digital Image Processing Chapter 1: Introduction.
Digital Image Processing
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
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.
Research Topics Natural Language Processing Image Processing CSC 3990.
INTRODUCTION TO REMOTE SENSING & DIGITAL IMAGE PROCESSING Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact:
Digital Image Processing
EE663: Digital Image Processing
Digital Image Processing: Introduction. Introduction “One picture is worth more than ten thousand words” Anonymous.
Dr. Engr. Sami ur Rahman Digital Image Processing Lecture 1: Introduction.
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 Lecture 1: Introduction Prof. Charlene Tsai
Digital Image Processing Msc Program –IT Department ( )-(Part I) ASSIST PROF. DR. WALEED ABDULLAH.
Digital Image Processing (DIP)
Digital Image Processing
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
Medical Image processing Medical Image Processing and Neural Networks Laboratory 1 Chapter 1 Introduction 國立雲林科技大學 資訊工程研究所 張傳育 (Chuan-Yu Chang ) 博士 Office:
CP467 Image Processing and Pattern Recognition Instructor: Hongbing Fan Introduction About DIP & PR About this course Lecture 1: an overview of DIP DIP&PR.
WXGE 6103 Digital Image Processing Semester 2, Session 2013/2014.
Digital Image Processing & Analysis Spring Definitions Image Processing Image Analysis (Image Understanding) Computer Vision Low Level Processes:
Chapter 1: Introduction. October 11, 2015Prof S. D. Joshi, EC Dept., VGEC,Chandkheda2 Text book & Reference book Textbook: Rafael C. Gonzalez and Richard.
Digital Image Processing
DIGITAL IMAGE PROCESSING
Digital Image Processing Chapter 1: Introduction 29 May 2006 Digital Image Processing Chapter 1: Introduction 29 May 2006.
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.
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
Digital Image Processing Lecture 1: Introduction February 21, 2005 Prof. Charlene Tsai Prof. Charlene Tsai
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 1: Introduction Digital Imaging Chapter 1: Introduction.
1-1 Chapter 1: Introduction 1.1. Images An image is worth thousands of words.
Digital Image Processing (DIP)
Jack Pinches INFO410 & INFO350 S INFORMATION SCIENCE Computer Vision I.
Ch1: Introduction Prepared by: Hanan Hardan
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 2 Digital Image Fundamentals.
Introduction to Image Processing. What is Image Processing? Manipulation of digital images by computer. Image processing focuses on two major tasks: –Improvement.
Digital Image Processing Chapter 1: Introduction 29 May 2006 Digital Image Processing Chapter 1: Introduction 29 May 2006.
  Computer vision is a field that includes methods for acquiring,prcessing, analyzing, and understanding images and, in general, high-dimensional data.
12:071 Digital Image Processing:. 12:072 What is a Digital Image? A digital image is a representation of a two- dimensional image as a finite set of digital.
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 Processing: Introduction
Digital Image Processing Lecture 1: Introduction
Digital Image Processing: Introduction
IMAGE PROCESSING INTRODUCTION TO DIGITAL IMAGE PROCESSING
Source & Courtesy: Jong-Il Park Hanyang University
Digital Image Processing (DIP)
Image Recognition. Contents: Motivation Objective Definition Introduction Preprocessing / Edge Detection Neural Networks in Image Recognition Practical.
Digital Image Processing
Digital Image Processing
Digital Image Processing
Digital Image Processing
Image Processing Course
Research Topics Natural Language Processing Image Processing
IT523 Digital Image Processing
Digital Image Processing
Course No.: EE 6604 Course Title: Advanced Digital Image Processing
Presentation transcript:

Introduction to Image Processing Grass Sky Tree ? ? Introduction A picture is worth more than a thousand words

Aims and Objectives A general introduction to the common techniques of image processing and its relations with Computer Vision and Computer Graphics To review and understand the principal approaches used, which provide as the basis for further study of the related fields To offer practical experience in writing programs that manipulate images, using examples in Java

Module Information Prerequisites: G51MCS, G51PRG or equivalent Course Structure –Lecture: 2 hours/week –Practical: 1 hour/week (starting week 3/4) Assessment –Programming Assignment (40%) –1-hour exam (60%) Handouts OR /G52IIP/ Reference Books –Digital Image Processing, 3 rd Edition by Rafael Gonzalez & Richard Woods –Digital Image Processing Using Java by Nick Efford

Image Processing, Vision, Graphics In image processing we do things like –removing noise from images –finding edges and features in images –generally changing 2D images to other 2D images In computer vision we do things like –finding moving objects in a scene –recognising objects from a database –build abstract models of the world from images –generally extract information about 3D world from 2D images In computer graphics we do things like –creating a 3D model, with realistic shape, colour, texture, and project it to 2D for viewing –animate the 3D model –creating a virtual world and animate the objects in it The link between imaging and graphics –image based modelling

Computer Graphics (Courtesy of Michael Cohen) Image Output Model Synthetic Camera

Real Scene Computer Vision Real Cameras Model Output (Courtesy of Michael Cohen)

Vision and Graphics Combined Model Real Scene Real Cameras Image Output Synthetic Camera (Courtesy of Michael Cohen)

Image Processing (1) Image Enhancement Image Restoration

Image Processing (2) Image Compression

Computer Vision: Recognition

Another Useful Paradigm Three Processing Levels:  Low-level process: –primitive operations like noise reduction, contrast enhancement, image sharpening… –input: image output: image  Mid-level process: –tasks like segmentation, representation, description –input: image output: attributes extracted from images  High-level process –“making sense” of an ensemble of recognized objects –input: image (sequence) output: interpretation Digital Image Processing Computer Vision

Proposed Contents Fundamentals Basic Image Manipulation Noise and Spatial Techniques Point, Line & Edge Detection Image Segmentation & Representation Basic Spectral Techniques Others if time permits

Words of Caution Lecture Contents  slightly mathematical + practical  attendance required to understand lecture materials  not difficult but leaving it until the last minute can be disastrous  further readings are required if you intend to undertake DIP related projects Reference Texts  read them if you need more detailed explanations than what is found in the lecture slides Tips for Passing this Module  coursework must be submitted  practise by solving the past exam questions  show detailed steps of how the final answers are derived in your answer scripts

Light and Colour The spectrum of electromagnetic waves:

Radio Images kneespinehead visible infraredradio Radio Band − medicine and astronomy

Radar Images mountains in southeast Tibet Microwave Band

Thermal Images human body disperses heat (red pixels) different colours indicate varying temperatures Infrared Band

Remote Sensing hurricane Andrew taken by NOAA GEOS America at night (Nov. 27, 2000) V isible and Infrared Bands − weather and environmental observations

Light Microscopy taxol (250  ) cholesterol (40  )microprocessor (60  ) V isible Band − pharmaceuticals and microinspection

Fluorescence Microscopy normal cornsmut corn U ltraviolet Band

X-Ray Imaging chesthead

Gamma-Ray Imaging positron emission tomography Cygnus Loop in the constellation of Cygnus

Other Non-Electromagnetic Imaging Modalities Acoustic Imaging  translate “ sound waves ” into image signals Electron Microscopy  shine a beam of electrons through a specimen Synthetic Images in Computer Graphics  computer generated (non-existent in the real world)

Application Areas Space  cosmic radiation, images from Hubble space telescope and interplanetary probe Medicine  multitude of diagnostic medical images Remote Sensing and GIS  terrain classification and meteorology Industrial Inspection  replace human operators with machines Security and Law Enforcement  surveillance and biometrics Human Computer Interaction  more natural interface using face, gesture recognition

Acknowlegements Slides are modified based on the original slide set from Dr Li Bai, The University of Nottingham, Jubilee Campus plus adoptions from the following sources: Digital Image Processing book by Gonzalez and Woods robots.stanford.edu/cs223b07/notes/CS223B-L1- Intro.ppt nia/prez/TEI/bebis/CV_Overview.ppt