0116136 Computer Vision Introduction to Digital Images.

Slides:



Advertisements
Similar presentations
Digital Imaging with Charge- coupled devices (CCDs)
Advertisements

Digital Image Processing
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Chap 1 Image fundamental. Trends Image processing techniques have developed from Gray-level processing to color processing 2-D processing to 3-D processing.
DIGITAL IMAGE PROCESSING CMSC 150: Lecture 14. Conventional Cameras  Entirely chemical and mechanical processes  Film: records a chemical record of.
Bit Depth and Spatial Resolution SIMG-201 Survey of Imaging Science © 2002 CIS/RIT.
Video enhances, dramatizes, and gives impact to your multimedia application. Your audience will better understand the message of your application.
Computer Vision Introduction to Image formats, reading and writing images, and image environments Image filtering.
CS430 © 2006 Ray S. Babcock CS430 – Image Processing Image Representation.
1 Image filtering Images by Pawan SinhaPawan Sinha.
5. 1 JPEG “ JPEG ” is Joint Photographic Experts Group. compresses pictures which don't have sharp changes e.g. landscape pictures. May lose some of the.
Digital Images The nature and acquisition of a digital image.
Visual Representation of Information
Lecture 1: Images and image filtering CS4670/5670: Intro to Computer Vision Kavita Bala Hybrid Images, Oliva et al.,
The Digital Image.
Department of Physics and Astronomy DIGITAL IMAGE PROCESSING
Image Formation. Input - Digital Images Intensity Images – encoding of light intensity Range Images – encoding of shape and distance They are both a 2-D.
Georgia Institute of Technology Introduction to Media Computation Barb Ericson Georgia Institute of Technology May 2006.
Lab #5-6 Follow-Up: More Python; Images Images ● A signal (e.g. sound, temperature infrared sensor reading) is a single (one- dimensional) quantity that.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University
Chapter 1 INTRODUCTION TO IMAGE PROCESSING Section – 1.2.
© 1999 Rochester Institute of Technology Introduction to Digital Imaging.
Chapter 2 : Imaging and Image Representation Computer Vision Lab. Chonbuk National University.
1 COMS 161 Introduction to Computing Title: Digital Images Date: November 12, 2004 Lecture Number: 32.
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.
infinity-project.org Engineering education for today’s classroom 2 Outline How Can We Use Digital Images? A Digital Image is a Matrix Manipulating Images.
CIS 601 Image Fundamentals Longin Jan Latecki Slides by Dr. Rolf Lakaemper.
A Simple Image Model Image: a 2-D light-intensity function f(x,y)
3. Image Sampling & Quantisation 3.1 Basic Concepts To create a digital image, we need to convert continuous sensed data into digital form. This involves.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
CSC1401. Learning Goals Understand at a conceptual level What is media computation? How does color vision work? How can you make colors with red, green,
Ch1: Introduction Prepared by: Tahani Khatib AOU
1 COMS 161 Introduction to Computing Title: The Digital Domain Date: September 6, 2004 Lecture Number: 6.
Digital Image Processing NET 404) ) Introduction and Overview
DIGITAL IMAGE. Basic Image Concepts An image is a spatial representation of an object An image can be thought of as a function with resulting values of.
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
1-1 Chapter 1: Introduction 1.1. Images An image is worth thousands of words.
Ch2: Digital image Fundamentals Prepared by: Hanan Hardan
Image Processing Ch2: Digital image Fundamentals Prepared by: Tahani Khatib.
CS 376b Introduction to Computer Vision 02 / 11 / 2008 Instructor: Michael Eckmann.
1 Computer Vision & Image Processing G. Andy Chang Department of Mathematics & Statistics Youngstown State University Youngstown, Ohio.
Visual Computing Computer Vision 2 INFO410 & INFO350 S2 2015
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
ISAN-DSP GROUP Digital Image Fundamentals ISAN-DSP GROUP What is Digital Image Processing ? Processing of a multidimensional pictures by a digital computer.
Digital Image Processing
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Introduction to Image Processing Course Notes Anup Basu, Ph.D. Professor, Dept of Computing Sc. University of Alberta.
Lecture 02 Point Based Image Processing Lecture 02 Point Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
Chapter 3: Data Representation Chapter 3 Data Representation Page 17 Computers use bits to represent all types of data, including text, numerical values,
infinity-project.org Engineering education for today’s classroom Outline Images Then and Now Digitizing Images Design Choices in Digital Images Better.
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
Relationship between pixels Neighbors of a pixel – 4-neighbors (N,S,W,E pixels) == N 4 (p). A pixel p at coordinates (x,y) has four horizontal and vertical.
Digital Image Processing CCS331 Relationships of Pixel 1.
Digital Image Fundamentals
Image Processing Digital image Fundamentals. Introduction to the course Grading – Project: 30% – Midterm Exam: 30% – Final Exam : 40% – Total: 100% –
Chapter I Digital Imaging Fundamentals
CIS 601 Image Fundamentals
Image filtering Images by Pawan Sinha.
CIS 595 Image Fundamentals
Image filtering Images by Pawan Sinha.
Image filtering Images by Pawan Sinha.
Image filtering Images by Pawan Sinha.
Digital Image Processing
Non-numeric Data Representation
CIS Dept. Temple Univ., Philadelphia
Presentation transcript:

Computer Vision Introduction to Digital Images

Digital Images Digital Image: in general, image is a function of four variables For color image, λ takes three different values corresponding to red, green and blue components, For constant λ (black and white), the image function becomes where t is a time variable for a sequence of frames. For a constant t, f becomes which is a function of two spatial variables.

Grayscale Image Sensing Systems:

Color Image Image Sensing Systems:

CCD cameras are much more sensitive than the eye

Sampling (Resolution)

Grayscale Quantization Level:

Color Image Quantization Level

Image Enhancement

Digital Image These values are called “gray levels ”. They are real, non-negative. Image is of finite size : They are zero outside a finite region, since an optical system has a bounded field of view. Whenever necessary, we will assume that image functions are analytically well -behaved, e.g. integrable, invertible FT. After sampling, we have a discrete set of real numbers. (m,n) After quantization, the resulting quantized gray levels can be regarded as integers f(m,n) Thus after sampling and quantization, we can assume that a digital image is a rectangular array rectangular array of integer values. Pixel : An element of a digital image is called a “picture element”. Binary Image : If there are just two values, e.g. black and white, we usually represent them by 0 and 1.

Except on borders of the array, any point (m,n) has 8 neighbor pixels Note that diagonal neighbors units away from (m,n) while horizontal and vertical neighbors are only 1 unit away.