Image Processing
Image Processing
KKBA
Will be reviewed
Image segmentation
Image acquisition
Image enhancement
Image restoration
Will be reviewed
If n=200 is a scalar that added to the image, then by subtracting n from the output
image we will get the exact original image.
True
False
Will be reviewed
10
False
Will be reviewed
11
Given a 3×3 image I, represented as an array of unsigned integers 8-bit (uint8). What
would be the intensity value of the pixel at coordinate (2,2) after complementing this
image?
Ioutput=MAX-I(I,J)=255-154=101
Will be reviewed
12
Given 3×3 images X and Y below, each of which represented as an array of unsigned
integers 8-bit (uint8). What would be the intensity value of the pixel at coordinate (2,3)
in the output image Z = X + Y using normalization technique ?
267
255
243
None of these
Will be reviewed
13
Subtraction
Addition
Multiplication
None of these
Will be reviewed
14
One of the common image processing operations is blurring which refers to the
process of removing the blurring artifacts from images.
True
False
Will be reviewed
15
True
False
Will be reviewed
16
Given 3×3 images X and Y below, each of which represented as an array of unsigned
integers 8-bit (uint8). What would be the intensity value of the pixel at coordinate (3,1)
in the output image Z = X AND Y ?
Will be reviewed
17
Option A
Option B
Option C
Option D
Will be reviewed
18
128
255
256
512
Will be reviewed
19
Given an image I and its binary mask M below, each of which represented as an array
of unsigned integers 8-bit (uint8). What would be the output of the following MATLAB
code:
I2 = imdivide(I , 1.8);
M2 = bitcmp(M);
R1 = bitor( I , M );
R2 = bitor( I2, M2 );
Output = bitand(R1 , R2);
figure, imshow(Output)
Option A
Option B
Option C
Option D
Will be reviewed
20
True
False
Will be reviewed
21
Logical operations between two or more images are performed on pixel-by-pixel basis,
except for one that is performed on a single image. Which one is that?
AND
OR
NOT
None of these
Will be reviewed
22
None of these
This content is created by the owner of the form. The data you submit will be sent to the form owner. Microsoft is not responsible
for the privacy or security practices of its customers, including those of this form owner. Never give out your password.
Microsoft Forms | AI-Powered surveys, quizzes and polls Create my own form
Privacy and cookies | Terms of use