Worksheet Paper - Digital Images Processing - April 2024
Worksheet Paper - Digital Images Processing - April 2024
******************************************************************************************
Question 1:
a) Define Image
An image may be defined as two dimensional light intensity function f(x, y) where x and y
denote spatial co-ordinate and the amplitude or value of f at any point (x, y) is called
intensity or grayscale or brightness of the image at that point.
c) Define Brightness
Brightness of an object is the perceived luminance of the surround. Two objects with different
surroundings would have identical luminance but different brightness.
******************************************************************************************
Question 2:
1) Perwitt filter.
2) Roberts filter
3) Sobel filter.
4) Unsharp filter
******************************************************************************************
Question 4:
a) Define Resolutions
Resolution is defined as the smallest number of discernible detail in an image. Spatial
resolution is the smallest discernible detail in an image and gray level resolution refers to the
smallest discernible change is gray level.
c) Find the number of bits required to store a 256 X 256 image with 32
gray levels
32 gray levels = 25
d) Write the expression to find the number of bits to store a digital image?
******************************************************************************************
Question 5:
Sampling:
Consider a digital image of size 1024*1024,256 with a display area used for the
image being the same ,the pixels in the lower resolution images where duplicated in
order to fulfill the entire display .the pixel replication produced a checker board
effect, which is visible in the image of lower resolution .it is not possible to
differentiate a 512*512 images from a1024*1024 under this effect. but a slight
increase in grainess and a small decrease in sharpness is noted.
A 256*256 image shows a fine checker board pattern in the edges and more
pronounced grainess there out the image .these effect is much more visible in
128*128 images and it becomes quite pronounced in 64*64 and 32*32 images.
Quantization:
It discusses the effects produced when the number of bits used to represent the grey
level in an image is decreased .this is illustrated by reducing the grey level required
to represent a 1024*1024,512 image.
The 256,128,and 64 level image are visually identical for all practical purposes the
32 level images has developed a set of rigid like structure in areas of smooth grey
lines.this effect caused by the user insufficient number of grey levels in smooth areas
of digital image is called a false contouring.this is visible in images displayed using
16 or lesser gray level values.
******************************************************************************************
Question 8:
******************************************************************************************
Question 9:
******************************************************************************************
Question 10:
Images represented in the RGB color model consist of three component images,one
for each primary colors.The no of bits used to represented each pixel in which each red,green
and blue images is an 8 bit image.Each RGB color pixel of values is said to be 24 bits .The
total no of colors in a 24 bit RGB images is 92803=16777,216.
The acquiring a color image is basically the process is shown in fig,. A color image can be
acquired by using three filters, sensitive to red, green and blue. When we view a color scene
with a monochrome camera equipped with one of these filters the result is a monochrome
image whose intensity is proportional to the response of that filter.
C=1-R
M=1-G
Y=1-B
All color values have been normalized to the range [0,1].the light reflected from a surface
coated with pure cyan does not contain red .RGB values can be obtained easily from a set of
CMY values by subtracting the individual CMY values from 1. Combining these colors
When humans view a color object we describe it by its hue, saturation and brightness.
• Hue is a color attribute that describes a pure color.
• Saturation gives a measure of the degree to which a pure color is diluted by white
light.
• Brightness is a subjective descriptor that is practically impossible to measure. It
embodies the achromatic notion of intensity and is one of the key factors in
describing color sensation
• Intensity is a most useful descriptor of monochromatic images.
&&&&&