Dip Answer Key

19
Digital Image Processing MS – Computer Science Manipal University Previous Year Question Papers (Unit Wise)

description

Study notes on Digital Image Processing based on previous year question papers. The slides should be downloaded from http://fetweb.ju.edu.jo/staff/cpe/jafar/Teaching/CPE544/cpe544Spring11.htm#Resources

Transcript of Dip Answer Key

Page 1: Dip Answer Key

Digital Image Processing

MS – Computer ScienceManipal University

Previous Year Question Papers (Unit Wise)

Page 2: Dip Answer Key

Introduction 1/3

Color representation and color models

Page 3: Dip Answer Key

Introduction 2/3

Page 4: Dip Answer Key

Introduction 3/3

Definition of 2D fourier transform and how it is used in image processing

Page 5: Dip Answer Key

Image Operations 1/2

Describe the method of spatial filtering? Describe the different masks used for edge detection and the theory behind them.

Page 6: Dip Answer Key

Image Operations 2/2

Describe the frequency domain filters Ideal LPF, Butterworth LPF and Gaussian LPF used in Image Processing. How are they useful in image processing.

Page 7: Dip Answer Key

Image Analysis 1/2

What is point processing? Describe contrast stretching, log transformation and Power law transformation with neat diagrams for all the different transformations

Page 8: Dip Answer Key

Image Analysis 2/2

Page 9: Dip Answer Key

Image Segmentation

What is image segmentation? How is it useful? Describe adaptive thresholding, region splitting and region merging method of segmentation.

Page 10: Dip Answer Key

Image Data Compression 1/3

Page 11: Dip Answer Key

Image Data Compression 2/3

Compression of images-Huffman and Arithmetic coding

MPEG II and MPEG 4. - http://www.buzzle.com/articles/mpeg2-vs-mpeg4.html

What is meant by GOP? Explain the need for I P and B frames in MPEG2

Page 12: Dip Answer Key

Image Data Compression 3/34.Define the wavelet transform for any function(). What is thecharacteristics of wavelet5.Explain the concept of dilation and translation in wavelet transform.

http://davis.wpi.edu/~matt/courses/wavelets/

.What is multi resolution analysis and how it is used in image processing. - http://www.multiresolution.com/cupbook.pdf

Page 13: Dip Answer Key

NOT ATTEMPTED

Page 14: Dip Answer Key
Page 15: Dip Answer Key

EXTRA SLIDES

Page 16: Dip Answer Key

M. Wu: ENEE631 Digital Image Processing (Spring'09)

Lec1 – Introduction [16]

Sampling and Quantization• Computer handles “discrete” data.• Sampling

– Sample the value of the image at the nodes of a regular grid on the image plane.

– A pixel (picture element) at (i, j) is the image intensity value at grid point indexed by the integer coordinate (i, j).

• Quantization– Is a process of transforming a real valued sampled

image to one taking only a finite number of distinct values.

– Each sampled value in a 256-level grayscale image is represented by 8 bits.

=> Stay tuned for the theories on these in future weeks. 0 (black)

255 (white)

UM

CP E

NEE

631

Slid

es (c

reat

ed b

y M

.Wu

© 2

001)

"simultaneous contrast" digital image processing

Page 17: Dip Answer Key

17

Sampling, Quantization, and Operations

• m-adjacency

Relationships between pixels

Page 18: Dip Answer Key

DCT versus DFT•DCT has a higher compression efficiency than DFT does

•DCT avoids the generation of spurious spectral components

DFT periodicity DCT periodicity

Page 19: Dip Answer Key

DCT vs. DFT