Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
174 views

Assignment 1 PDF

This document contains a 10 question assignment for a mathematical imaging techniques course. It includes questions about: 1) Digitizing a continuous image and examples of digitization. 2) The meaning of subsampling and resampling in digital image processing. 3) Determining the number of pixels in an 8-bit square image given its storage size. 4) Finding the shortest path between two points on a grid and sketching the path. 5) Conditions for when the D8 distance between two points equals the shortest 8-path between them and whether this path is unique.

Uploaded by

Nikunj Goyal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views

Assignment 1 PDF

This document contains a 10 question assignment for a mathematical imaging techniques course. It includes questions about: 1) Digitizing a continuous image and examples of digitization. 2) The meaning of subsampling and resampling in digital image processing. 3) Determining the number of pixels in an 8-bit square image given its storage size. 4) Finding the shortest path between two points on a grid and sketching the path. 5) Conditions for when the D8 distance between two points equals the shortest 8-path between them and whether this path is unique.

Uploaded by

Nikunj Goyal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

INDIAN INSTITUTE OF TECHNOLOGY ROORKEE

ROORKEE – 247 667


MAN-325
MAN-325 Mathematical Imaging Tech.

Assignment 1 Autumn Semester 2020-21


2018-19
Due Date: 10/08/18

(1) How do you digitize the continuous image? Explain your answer in detail with
examples.
(2) What is meant by sub sampling and re-sampling in DIP?
(3) (a) Let the storage size of an 8-bit square image is 4 MB. Determine Number of
pixels in the image. 2048^2
(b) A 256 * 256 gray level image occupies a space of 64 KB then what do you infer
about this image? This is a 8 bit image
(4) Let V={1,2} and compute the lengths of the shortest m-path between p and q and
also sketch the path.

4 3 2 1q

2 2 0 2

1 2 1 0
p 1 0 4 2

(5) (a) Give the condition(s) under which the D8 distance between two points p and q is
equal to the shortest 8-path between these points.
(b) Is this path unique?
(6) Explain the boundary in a digital image.
(7) Consider the two subsets S1 and S2, shown in the following figure. For V={1},
determine whether these two subsets are (a) 4-adjacent, (b) 8-adjacent or (c) m-
adjacent.

0 0 0 0 0 | 0 0 1 1 0
1 0 0 1 0 | 0 1 0 0 1
1 0 0 1 0 | 1 1 0 0 0
0 0 1 1 1 | 0 0 0 0 0
0 0 1 1 1 | 0 0 1 1 1
S1 S2

(8) Develop an algorithm for converting a one pixel thick 8-path to a 4-path.
(9) Show that the Fourier Kernels are separable and symmetric.
(10) Give a single intensity transformation function for spreading the intensities of an
image so the lowest intensity is 0 and highest is L-1. y=(L-1)*(x-a)/(b-a)

You might also like