Image Acquisition.

Slides:



Advertisements
Similar presentations
Fourier Transform – Chapter 13. Image space Cameras (regardless of wave lengths) create images in the spatial domain Pixels represent features (intensity,
Advertisements

Image processing (spatial &frequency domain) Image processing (spatial &frequency domain) College of Science Computer Science Department
CS 551 / CS 645 Antialiasing. What is a pixel? A pixel is not… –A box –A disk –A teeny tiny little light A pixel is a point –It has no dimension –It occupies.
CEN352, Dr. Ghulam Muhammad King Saud University
School of Computing Science Simon Fraser University
Sampling Pixel is an area!! – Square, Rectangular, or Circular? How do we approximate the area? – Why bother? Color of one pixel Image Plane Areas represented.
General Functions A non-periodic function can be represented as a sum of sin’s and cos’s of (possibly) all frequencies: F(  ) is the spectrum of the function.
Digital Image Processing Chapter 2: Digital Image Fundamentals.
Advanced Computer Graphics (Spring 2006) COMS 4162, Lecture 3: Sampling and Reconstruction Ravi Ramamoorthi
Analogue and digital techniques in closed loop regulation applications Digital systems Sampling of analogue signals Sample-and-hold Parseval’s theorem.
Chapter 2: Digital Image Fundamentals Fall 2003, 劉震昌.
Leo Lam © Signals and Systems EE235. Transformers Leo Lam ©
Sampling and Antialiasing CMSC 491/635. Abstract Vector Spaces Addition –C = A + B = B + A –(A + B) + C = A + (B + C) –given A, B, A + X = B for only.
Advanced Computer Graphics CSE 190 [Spring 2015], Lecture 3 Ravi Ramamoorthi
… Representation of a CT Signal Using Impulse Functions
G52IIP, School of Computer Science, University of Nottingham 1 Image Transforms Fourier Transform Basic idea.
Lecture 41 Practical sampling and reconstruction.
University of Ioannina - Department of Computer Science Filtering in the Frequency Domain (Fundamentals) Digital Image Processing Christophoros Nikou
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Fundamentals Rawesak Tanawongsuwan
IMAGE SAMPLING AND IMAGE QUANTIZATION 1. Introduction
09/19/2002 (C) University of Wisconsin 2002, CS 559 Last Time Color Quantization Dithering.
A Simple Image Model Image: a 2-D light-intensity function f(x,y)
Digital image processing Chapter 3. Image sampling and quantization IMAGE SAMPLING AND IMAGE QUANTIZATION 1. Introduction 2. Sampling in the two-dimensional.
Image Processing Basics. What are images? An image is a 2-d rectilinear array of pixels.
Medical Image Processing & Neural Networks Laboratory 1 Medical Image Processing Chapter 2 Digital Image Fundamentals 國立雲林科技大學 資訊工程研究所 張傳育 (Chuan-Yu Chang.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Image Processing Example.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Image Acquisition.
CMSC 635 Sampling and Antialiasing. Aliasing in images.
Leo Lam © Signals and Systems EE235 Leo Lam.
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Aliasing and Image Enhancement.
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
2D Sampling Goal: Represent a 2D function by a finite set of points.
Digital Signal Processing
IMAGE SAMPLING AND IMAGE QUANTIZATION 1. Introduction
Image Enhancement (Frequency Domain)
Lecture 2 Analog to digital conversion & Basic discrete signals.
Sampling Week 7, Fri 17 Oct 2003 p1 demos sampling.
Advanced Computer Graphics
… Sampling … … Filtering … … Reconstruction …
Applications of Multirate Signal Processing
Echivalarea sistemelor analogice cu sisteme digitale
Digital Image Processing (DIP)
Module 3 Pulse Modulation.
Chapter 8 Mohamed Bingabr
Chapter 3 Sampling.
Digital 2D Image Basic Masaki Hayashi
Sampling and Quantization
(C) 2002 University of Wisconsin, CS 559
Dr. Nikos Desypris, Oct Lecture 3
General Functions A non-periodic function can be represented as a sum of sin’s and cos’s of (possibly) all frequencies: F() is the spectrum of the function.
Fundamentals Data.
لجنة الهندسة الكهربائية
Multi-Resolution Analysis
Chapter 2 Signal Sampling and Quantization
Digital Image Fundamentals
T490 (IP): Tutorial 2 Chapter 2: Digital Image Fundamentals
لجنة الهندسة الكهربائية
Lecture 4 Sampling & Aliasing
EEE 501 Applied Digital Image Processing Dr. Türker İnce
Chapter 2 Ideal Sampling and Nyquist Theorem
Subject Name: IMAGE PROCESSING Subject Code: 10EC763
IMAGE SAMPLING AND IMAGE QUANTIZATION 1. Introduction
Signal Processing and Data Analysis Simon Godsill Lent 2015
Signals and Systems Revision Lecture 2
Resampling.
CEN352, Dr. Ghulam Muhammad King Saud University
Chapter 3 Sampling.
ELEN E4810: Digital Signal Processing Topic 11: Continuous Signals
Review and Importance CS 111.
Presentation transcript:

Image Acquisition

Electromagnetic Spectrum The wavelength required to “see” an object must be the same size of smaller than the object

Image Sensors

Sensor Strips

An Example of Digital Image Acquisition Process

Digital Image Generation

Image Sampling and Quantization

Digital Image Representation An image is a function defined on a 2D coordinate f(x,y). The value of f(x,y) is the intensity. 3 such functions can be defined for a color image, each represents one color component A digital image can be represented as a matrix.

Spatial and Gray Level Resolution Spatial resolution: # of samples per unit length or area DPI: dots per inch specifies the size of an individual pixel If pixel size is kept constant, the size of an image will affect spatial resolution Gray level resolution: Number of bits per pixel Usually 8 bits Color image has 3 image planes to yield 8 x 3 = 24 bits/pixel Too few levels may cause false contour

Same Pixel Size, different Sizes

Same Size, Different Pixel Sizes

Varying Gray Level Resolution

Size, Quantization Levels and Details Isopreference curves

Aliasing: Moiré Effect

Zooming and Interpolation

Sampling Theory A band-limited continuous signal can be reconstructed perfectly from its discrete-time samples if the sampling rate is above the Nyquist rate Frequency domain interpretation: BL continuous time signal f Sampled discrete time signal f reconstructed cont. time signal f

Sampling Theory Derivation xc(t): Band-limited continuous time signal X() = 0 for |  | o, X(): Fourier spectrum Sampled at t = nT where T: sampling period, and fs = 1/T: sampling frequency x(n) = xc(nT) has spectrum Note that X() = X(T) is a periodic extension of X() To reconstruct, convolve with inverse Fourier transform of an ideal low pass filter, leading to a sinc function in spatial domain. Often approximate the sinc function by pulse (sample and hold circuit), followed by a low pass filter.