0% found this document useful (0 votes)
9 views6 pages

Image Processing

Uploaded by

Esmael Elkot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views6 pages

Image Processing

Uploaded by

Esmael Elkot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

7

(‫* الكود (قد تمت مراجعة بيانات الطالب ورقم الجلوس‬

KKBA

Will be reviewed

The first fundamental step in image processing is .....................

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

A digital image is a representation of a two-dimensional image using a finite number


of points.
True

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

Which operation is not pixel-by-pixel operation?

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

Each pixel in a digital image is represented by one or more numerical values.

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 ?

value at (3,1) = zero

Will be reviewed
17

What would be the output of the following MATLAB code:

Img_input = im2uint16( imread('cameraman.tif') );


image(Img_input)
axis off
axis image
colormap(‘gray’)

Option A

Option B

Option C

Option D

Will be reviewed

18

Intensity levels in 8 bits image are .....................

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

Image manipulation is the process of making changes in images automatically based


on carefully designed algorithms.

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

JPEG in image processing stands for .....................

Joint Photographic Experts Group

Joint Plate Expert Group

Joint Photographic Execute Group

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

You might also like