Source & Courtesy: Jong-Il Park Hanyang University

Slides:



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

Remote Sensing. Readings: and lecture notes Figures to Examine: to Examine the Image from IKONOS, and compare it with the others.
Hyperspectral Imagery
Machine Vision Basics 1.What is machine vision? 2.Some examples of machine vision applications 3.What can be learned from biological vision? 4.The curse.
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.
(Need, scope & Applications) Gurpreet Kaur, Assistant Professor, ECE Department, CTIEMT.
Medical Image Analysis Introduction Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
SCCS 4761 Introduction What is Image Processing? Fundamental of Image Processing.
Introduction to Image Processing Grass Sky Tree ? ? Introduction A picture is worth more than a thousand words.
Digital Image Processing (DIP)
Introduction to Remote Sensing. Outline What is remote sensing? The electromagnetic spectrum (EMS) The four resolutions Image Classification Incorporation.
CP467 Image Processing and Pattern Recognition Instructor: Hongbing Fan Introduction About DIP & PR About this course Lecture 1: an overview of DIP DIP&PR.
Chapter 1 INTRODUCTION TO IMAGE PROCESSING Section – 1.2.
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
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 1: Introduction to mathematical.
1 Lecture 1 1 Image Processing Eng. Ahmed H. Abo absa
Remote Sensing Introduction to light and color. What is remote sensing? Introduction to satellite imagery. 5 resolutions of satellite imagery. Satellite.
Chapter 1. Introduction. Goals of Image Processing “One picture is worth more than a thousand words” 1.Improvement of pictorial information for human.
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, 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.
Image Perception ‘Let there be light! ‘. “Let there be light”
Introduction to Image Processing. What is Image Processing? Manipulation of digital images by computer. Image processing focuses on two major tasks: –Improvement.
Chapter 8 Computer Vision. Artificial IntelligenceChapter 92 Contents What is Image Processing? Digital Image Processing Electromagnetic Spectrum Steps.
Chapter 24: Perception April 20, Introduction Emphasis on vision Feature extraction approach Model-based approach –S stimulus –W world –f,
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
Free International University of Moldova Faculty of Informatics and Engineering DIGITAL SIGNALS PROCESSING Course of lectures Theme: INTRODUCTION IN DSP.
Proposed Courses. Important Notes State-of-the-art challenges in TV Broadcasting o New technologies in TV o Multi-view broadcasting o HDR imaging.
Image Perception ‘Let there be light! ‘. “Let there be light”
Electromagnetic Waves
© OCR 2016 Electromagnetic spectrum Lesson Element.
Visual Information Processing. Human Perception V.S. Machine Perception  Human perception: pictorial information improvement for human interpretation.
What is an image? a representation, likeness, or imitation of an object or thing a vivid or graphic description something introduced to represent something.
Advanced Image Processing
IMAGE PROCESSING INTRODUCTION TO DIGITAL IMAGE PROCESSING
Computer Imaging Systems
Image Processing Digital image Fundamentals. Introduction to the course Grading – Project: 30% – Midterm Exam: 30% – Final Exam : 40% – Total: 100% –
…We are not just limited to ‘seeing’ in visible light…
Applications of AI Image Processing.
IT – 472 Digital Image Processing
Digital Image Processing
Electromagnetic Spectrum Project
Introduction Computer vision is the analysis of digital images
Digital Image Processing Introduction
ESS st half topics covered in class, reading, and labs
Outline Image formats and basic operations Image representation
Digital Image Processing
© 2018 williamshandsonscience
LESSON 9 KEY CONCEPTS.
Introduction What IS computer vision?
Lesson 2: Waves of the Electromagnetic Spectrum Essential Questions:
Introduction and Basic Concepts
Ceng466 Fundamentals of Image Processing
Digital Image Processing
Electromagnetic Waves
IT523 Digital Image Processing
IT523 Digital Image Processing
Digital Image Processing
Course No.: EE 6604 Course Title: Advanced Digital Image Processing
Presentation transcript:

Source & Courtesy: Jong-Il Park Hanyang University Computer Vision Introduction Source & Courtesy: Jong-Il Park Hanyang University

This Class Goal Understanding basic concepts and methodologies for image processing(IP) Developing a foundation for further study and research in IP and computer vision(CV) Learning how to develop IP/CV software How? Lectures: 3 hours/week Ordinary lecture(3/4) Programming lesson(1/4) Assignments: 2~3/month

Background Probability Theory and Random Process Linear Algebra Signals and Systems Digital Signal Processing C/C++ programming skill

Images

What is Image? picture size  picture resolution ; 256256, 512512 0  f(x,y)  L(=255) ; gray level, 8bit/pixel (x,y) ;spatial coordinate t ;temporal coordinate

Image formation

Image Coordinate

; M×N matrix ; aij= f (x=i, y=j)

Spatial Resolution

Gray-Level Resolution 16 8 256 128 4 2 64 32

Functional form Functional forms f(x,y) : 2-D still image f(x,y,t), f(x,y,z) : video sequence, 3D object f(x,y,z,t) : moving 3-D object Meaning brightness(luminance) or color of an object TV camera, scanner absorption characteristics of objects(especially bodies) X-ray imaging, Ultrasonic imaging, CT distance between objects and measuring instrument sonar imaging, radar imaging, range camera temperature of an object IR(infrared) camera

Famous Images Lena (512*512) Barboon (512*512) Boat (512*512)

First photograph First photograph due to Niepce, First on record shown - 1822 Basic abstraction is the pinhole camera First successful commercial photograph due to Eastman in late 19th

First digital picture

First digital image processing Early 1960s

DIP in medical imaging Late 1960s and early 1970s Computed tomography(CT) Recent Application NIKS Hanyang Univ. 2002.

EM spectrum

Examples: Gamma-ray imaging

Examples: X-ray imaging

Examples: Microscopy images

Thematic bands

Examples: Multi-spectral imaging

Examples: Imaging in the visible band

Examples: Infrared imaging Nighttime Lights of The World

Examples: Microwave imaging Radar image

Examples: Radio band imaging

Examples: Ultrasound imaging

Examples: Electron microscope Scanning Electron Microscope

Examples: Computer-generated images

IP vs. Computer Vision Vision continuum Image processing Image analysis Computer vision Low-level Mid-level High-level Filtering Enhancement Restoration Edge detection Compression Segmentation Classification Recognition AI Image-in Feature-out Image-in Image-out Image-in Decision-out

Thanks…