+ All Categories
Home > Documents > Digital Image Fundamentals

Digital Image Fundamentals

Date post: 26-Dec-2015
Category:
Upload: yogeshmangulkar
View: 27 times
Download: 2 times
Share this document with a friend
Description:
ppt
Popular Tags:
30
Fundamentals of Image Processing Subject code: 181102 Dr. C.H. Vithalani, Government Engineering College, Rajkot.
Transcript
Page 1: Digital Image Fundamentals

Fundamentals of Image Processing

Subject code: 181102

Dr. C.H. Vithalani,Government Engineering College,

Rajkot.

Page 2: Digital Image Fundamentals

1. Digital Image Fundamentals2. Image enhancement in spatial domain3. Filtering in frequency domain4. Image restoration and reconstruction5. Color Image Processing6. Image Compression7. Image Segmentation8. Morphological Image ProcessingLaboratory work:MATLAB or SCILAB (Image and video processing toolbox

and some stand alone programs in C )

Syllabus Overview

Page 3: Digital Image Fundamentals

1. Digital Image Processing, Rafael C. Gonzalez and Richard E. Woods, Third Edition, Pearson Education

2. Digital Image Processing Using MATLAB, Rafael C. Gonzalez, Richard E. Woods, and Steven L. Eddins, Second Edition, Tata McGraw Hill Publication

3. Digital Image Processing, S Jayaraman, S Esakkirajan, T Veerakumar, Tata McGraw Hill Publication

4. Digital Image Processing, S Sridhar, Oxford University Press.

Books

Page 4: Digital Image Fundamentals

Topic 1Digital Image Fundamentals

1.1 Introduction of Image Processing1.2 Human Visual System1.3 Image as 2D data 1.4 Image representation: Grey scale and Color1.5 Image Sampling and Quantization

Discussion points

Page 5: Digital Image Fundamentals

Introduction to Image Processing

• Image may be defined as a two dimensional function f(x,y) where x, y spatial coordinates

• Amplitude f at any point (x,y) is called intensity orgray level at that point

• For 256 level (8 bit) image, black pixel has intensity 0 i.e. f=0 and white pixel has intensity maximum i.e. f=255

• Intermediate gray level pixel has value between 1to 254

• 24 bit color image pixel has three color (RGB) each 8 bit

Page 6: Digital Image Fundamentals
Page 7: Digital Image Fundamentals

Sampling and Quantization

Digitizing co-ordinate value is called sampling

Digitizing amplitude value is called quantization

Page 8: Digital Image Fundamentals

Sampling and Quantization

Quality of image depends on ……

How many samples we are taking

&

How many amplitude levels we are using

Page 9: Digital Image Fundamentals

• Sampling and quantization process gives matrix of numbers

Image as 2-D data

Number of bits required to store image = M N kk= Number of bits/pixel If number of amplitude levels are L L=2k k=log2(L)

Page 10: Digital Image Fundamentals

General Image Processing System

ImageSensor Digitizer Computer Display

Printer/Plotter

Memory

Page 11: Digital Image Fundamentals

Image Processing Scheme

ImageSensing Digitization

Image Enhancement

Image Restoration

Image Segmentation

Image Compression

Memory(Storage)

FeatureExtraction

Page 12: Digital Image Fundamentals

Introduction to Image Processing

Purpose of digital image processing:• Improvement of pictorial information for

human interpretations• Processing of image data for analysis

purpose• Compression of image data for storage and

transmission• Representation of image for autonomous machine perception.

Page 13: Digital Image Fundamentals

Machine Vision ApplicationsFor machine vision information is extracted from image:• Product assembly and inspection• Automated target detection and tracking• Finger print recognition• Iris recognition• Processing of aerial and satellite images for

whether prediction, corps assessment etc .

Page 14: Digital Image Fundamentals

Steps of Image Processing for machine vision applications …

• Image acquisition: Imaging sensor and digitization

• Image PreprocessingEnhance quality and noise removal

• Image SegmentationPartition image into different objects

• Feature selection (extraction)Area of interest for analysis

• Recognition and interpretationAssignment of labels to objects

Page 15: Digital Image Fundamentals

• What we do while we view a scene ?- Rapid movement of eye between points of fixation - Sampling scene with high resolution fovea- Stitch together high resolution representation of scene

- Initial fixations are predicted by certain image properties

• Video camera does the same thing, It does horizontal and vertical scanning and it takes samples and quantize the points (pixels)

Human Visual System

Page 16: Digital Image Fundamentals

Human Visual PerceptionPurpose of understanding human visual system:• Help to design compression algorithms• Help to develop image enhancement

algorithms

(The Transmission Path)

(Input Sensor)

Page 17: Digital Image Fundamentals

Human Visual Perception Lies in the Visible Region (350 to 780 nm) of the EM Spectrum.

LI

Incident Energy DistributionReflectivity /Transmissivityof Object

Light intensity =

Page 18: Digital Image Fundamentals

Human Visual PerceptionBeautiful sensor given by God to human being …..

Tough Transparent Tissue

Opaque membrane Blood Vessels

Varies in diameterfrom 2 to 8 mm

Blind Spot

Fibrous cells60-70% Water6% Fat, Protein

Video

Page 19: Digital Image Fundamentals

Retina is innermost membrance of eye. When lens is properly focused, light from outside object imaged on retina• The Retina is Covered with 2 types of Photoreceptors

(light sensitive organs):• RodsRods (75 to 150 millions): Provides brightness sensation• Cones (6 to 7 millions): Provides color sensation

(Broadly three groups: RED, GREEN and BLUE)(Each group of cones are tuned to small band of wavelengths)

Human Visual Perception

Page 20: Digital Image Fundamentals

Human Visual Perception

Human eye is most sensitive to green color

Page 21: Digital Image Fundamentals

Human Visual PerceptionAbsence of rods and cones in certain area of retina results into blind spot

Cones(In Fovea)

Rods

Video about human visual perception

Absence of cones means color blindness

Page 22: Digital Image Fundamentals

• We do not notice or process majority of Visual stimuli….

• That is good otherwise unnecessary data will be accumulate in our brain.

• Our eye do not provide high resolution and highcolor information across the entire field of view

• Center two degrees of visual angle (fovea) provide high resolution, full color information using cones located around fovea

• Around fovea, rods are distributed having lowresolution and Grey scale information

Human Visual System Limitations

Page 23: Digital Image Fundamentals
Page 24: Digital Image Fundamentals
Page 25: Digital Image Fundamentals

Simultaneous ContrastSimultaneous Contrast

Page 26: Digital Image Fundamentals

Hermann GridHermann Grid(Visual effect due to lateral inhibition)(Visual effect due to lateral inhibition)

Page 27: Digital Image Fundamentals

Mach Bands EffectMach Bands Effect

Page 28: Digital Image Fundamentals

Spatial Frequency …..Spatial Frequency …..

Page 29: Digital Image Fundamentals

• What will be storage requirement of monochrome image forimage size 512x512 pixel ?

• What will be storage requirement for 256 gray-level image for size 1024x768 ?

• What will be storage requirement for the true color image ofsize 1440x900 pixel ?

Exercise

Page 30: Digital Image Fundamentals

Thank you


Recommended