Question 1 :
Condition for splitting an image is
- Difference of any two pixel values should be less than threshold values
- Difference of any two pixel values should be greater than equal to threshold values
- Difference of maximum pixel value and minimum pixel value should be less than threshold values
- Difference of maximum pixel value and minimum pixel value should be greater than threshold values
Question 2 :
On decompression of file, which technique retrieved exact image without any loss of information
- Huffman coding
- Improved grey scale quantization
- JPEG
- Vector quantization
Question 3 :
What will be the linear convolution of the sequences x(n)={1,2} and h(n)={2,1} using DFT.
- {2, 2, 5}
- {5, 2, 5}
- {2, 5, 2}
- {5, 5, 2}
Question 4 :
IIR and FIR systems stand for
- Infinite Impulse Response and Finite Impulse Response
- Infinite Impulse Request and Finite Impulse Response
- Infinite Impulse Response and Finite Impulse Request
- Infinite Impulse Request and Finite Impulse Request
Question 5 :
The overlap save method is used to calculate
- The discrete convolution between a sampled signal and a finite impulse response (FIR) filter
- The discrete convolution between a sampled signal and an infinite impulse response (IIR) filter
- The discrete convolution between a very long signal and a finite impulse response (FIR) filter
- The discrete convolution between a very long signal and a infinite impulse response (IIR) filter
Question 6 :
A good representation of the derivative of a step function u(t) is...
- Another step function
- A complex exponential
- A ramp mt, where m is the slope.
- A delta function δ(t)
Question 7 :
Method generating a processed image having specified histogram is called
- histogram enhancement
- histogram normalization
- histogram equalization
- histogram matching
Question 8 :
Given image ‘I’ and structuring element ‘s’ , boundary (I) given as
- I – (I ө s)
- I + (I ө s)
- (I ө s) - I
- (I ө s) + I
Question 9 :
Structuring element runs over image's
- rows
- columns
- edges
- every element
Question 10 :
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 11 :
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 12 :
Computation of linear filtering of a sequence using FFT algorithm requires no. of complex additions are
- (N/2)logN
- 2NlogN [Base=2]
- (N/2)logN [Base=2]
- NlogN [Base=2]
Question 13 :
Thresholding function in contrast stretching creates
- binary image
- high quality image
- enhanced image
- low quality image
Question 14 :
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 15 :
The error in the image due to low tonal resolution is called
- Checker board effect
- False contouring
- Quantization error
- Blurring effect
Question 16 :
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 17 :
Wavelet series equation is the sum of _________________
- scaling and detail
- row and col inverse
- spatial and frequency mean
- row andsummation detail along column
Question 18 :
Fully containment of the Structuring element in an image is required in
- opening
- closing
- erosion
- dilation
Question 19 :
Which is true about bit plane slicing?
- Highest order plane contains most of the information of an image
- Lowest order plane contains most of the information of an image
- Mid order plane contains most of the information of an image
- All plane contains equal information of an image
Question 20 :
For a 16-point FFT, the number of complex multiplication and addition is
- 32 and 64 respectively
- 16 and 32 respectively
- 80 and 160 respectively
- 12 and 24 respectively
Question 21 :
If the impulse response the system is of infinite duration then it is called
- FIR system
- IIR system
- IFR system
- IIF system
Question 22 :
Which of the following is not among the type of architectures used for DSP processors
- Von Neumann
- Harvard
- SISD
- Modified Harvard
Question 23 :
When the human eye does not respond with equal sensitivity to all visual information
- Spatial redundancy
- Psychovisual redundancy
- Coding redundancy
- Temporal redundancy
Question 24 :
DTFT is the representation of
- Periodic Discrete time signals
- Aperiodic Discrete time signals
- Aperiodic continuous signals
- Periodic continuous signals
Question 25 :
Structuring element is also called
- pixels
- lines
- subimage
- noise
Question 26 :
Which of the following techniques is based on the Fourier transform?
- spectral
- topological
- statistical
- structural
Question 27 :
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 28 :
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 29 :
Example of an isotropic filter is
- Robert
- Sobel
- Laplacian
- Prewitt
Question 30 :
The D8 distance is also called
- Manhattan distance
- City block distance
- Chessboard distance
- Euclidean distance