Question 1 :
What is the effect of equalizing an already equalized histogram?
- Number grey levels reduced
- No Change on histogram
- Number grey levels increased
- New grey levels gets added
Question 2 :
If pixels are reconstructed without error_it is called _____________compression
- coordinates wise
- non-reversible
- reversible
- pixel wise
Question 3 :
When the human eye does not respond with equal sensitivity to all visual information
- Spatial redundancy
- Psychovisual redundancy
- Coding redundancy
- Temporal redundancy
Question 4 :
In neighborhood operation for spatial filtering if a square mask of size n*n is used it is restricted that the center of mask must be at a distance ≥ (n – 1)/2 pixels from border of image, what happens to the resultant image?
- The resultant image will be of same size as original image
- The resultant image will be a little larger size than original image
- The resultant image will be a little smaller size than original image
- The resultant image will be smooth near the border
Question 5 :
Fully containment of the Structuring element in an image is required in
- opening
- closing
- erosion
- dilation
Question 6 :
Thresholding function in contrast stretching creates
- binary image
- high quality image
- enhanced image
- low quality image
Question 7 :
The D8 distance is also called
- Manhattan distance
- City block distance
- Chessboard distance
- Euclidean distance
Question 8 :
If component of histogram are concentrated on the lower (towards zero) side of the gray scale then it is a histogram of
- Dark Image
- Bright Image
- Low constrast image
- High constrast image
Question 9 :
Structuring element runs over image's
- rows
- columns
- edges
- every element
Question 10 :
Which of the following techniques is based on the Fourier transform?
- spectral
- topological
- statistical
- structural
Question 11 :
All the pixels at Euclidean distance of r from given pixel P form
- A circle centered at P
- A square centered at P
- A triangle centered at P
- A rectangle centered at P
Question 12 :
Wavelet series equation is the sum of _________________
- scaling and detail
- row and col inverse
- spatial and frequency mean
- row andsummation detail along column
Question 13 :
The transform which possess the multi-resolution property in an image is:
- Fast Fourier Transform (FFT)
- Discrete Cosine Transform (DCT)
- Short Term Fourier Transform (STFT)
- Wavelet Transform
Question 14 :
Structuring element is also called
- pixels
- lines
- subimage
- noise
Question 15 :
The error in the image due to low tonal resolution is called
- Checker board effect
- False contouring
- Quantization error
- Blurring effect
Question 16 :
Method generating a processed image having specified histogram is called
- histogram enhancement
- histogram normalization
- histogram equalization
- histogram matching
Question 17 :
On decompression of file, which technique retrieved exact image without any loss of information
- Huffman coding
- Improved grey scale quantization
- JPEG
- Vector quantization
Question 18 :
The basic idea behind Huffman coding is to
- compress data by using fewer bits to encode more frequently occuring pixels
- expand data by using fewer bits to encode more frequently occuring pixels
- compress data by using fewer bits to encode fewer frequently occuring pixels
- compress data by using more bits to encode more frequently occuring pixels
Question 19 :
Given image ‘I’ and structuring element ‘s’ , boundary (I) given as
- I – (I ө s)
- I + (I ө s)
- (I ө s) - I
- (I ө s) + I
Question 20 :
Which one of the following is not a limitation of the basic high pass filter
- It may produce negative response
- It may produce response greater than L-1
- It destroys all the constant gray level regions
- It generates blurring effect
Question 21 :
DIT-FFT stands for
- Discrete In Time Fast Fourier Transform
- Decompose In Time Fast Fourier Transform
- Divide In Time Fast Fourier Transform
- Decimation In Time Fast Fourier Transform
Question 22 :
Example of an isotropic filter is
- Robert
- Sobel
- Laplacian
- Prewitt
Question 23 :
Given A={(1,0), (1,1), (1,2), (0,3), (1,3), (2,3), (3,3), (1,4)} and B={(0,0), (1,0)} Result of A eroded B will be
- {(0,3), (1,3), (2,3)}
- {(1,3), (2,3), (3,3)}
- {(0,0), (1,3), (2,3)}
- {(0,3), (2,3), (3,3)}
Question 24 :
Choose lossless statistical method example
- Run length encoding
- Huffman Encoding
- Jpeg
- Improved Gray Scale Quantization
Question 25 :
Given two pixels P(5,2) and Q(4,7), the D4 distance between them is
- 5
- 6
- 5.099
- 1