Digital Image Processing Exam

Digital Image Processing Exam

12th Grade

20 Qs

quiz-placeholder

Similar activities

L'ombra di Dante CH 2

L'ombra di Dante CH 2

9th - 12th Grade

25 Qs

Double Objects Spanish 2

Double Objects Spanish 2

6th - 12th Grade

15 Qs

he is c o o l

he is c o o l

KG - University

19 Qs

Los lugares en la comunidad

Los lugares en la comunidad

9th - 12th Grade

20 Qs

Unit 1

Unit 1

KG - University

22 Qs

Q19-Q22

Q19-Q22

5th Grade - University

15 Qs

Listening: French expressions of quantity

Listening: French expressions of quantity

9th - 12th Grade

15 Qs

Spanish Double Object Pronouns

Spanish Double Object Pronouns

10th - 12th Grade

15 Qs

Digital Image Processing Exam

Digital Image Processing Exam

Assessment

Quiz

World Languages

12th Grade

Easy

Created by

1 Abd

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be done by point processing?

Darken image

Negative image

All of other options

Brighten image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Histogram equalization is mainly used for...

Making an existing image brighter

Improving contrast of an existing image

Making an existing image darker

Reducing contrast of an existing image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given that “img” is an 2D array of float grayscale values from 0.0 to 1.0. Insert a line into the blank in Python to reduce the global brightness of the image? (We will perform clipping after the loops.)

img[y][x] -= 0.5

img[y][x] *= 0.5

img[y][x] /= 0.5

img[y][x] += 0.5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the order of main steps when performing frequency filtering?

Preprocessing, Filter, Inverse Fourier transform, Post processing, Fourier transform

Preprocessing, Filter, Fourier transform, Post processing, Inverse Fourier transform

Preprocessing, Fourier transform, Filter, Inverse Fourier transform, Post processing

Preprocessing, Inverse Fourier transform, Filter, Fourier transform, Post processing

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The dilation operation can be used to...

All of other choices

Fill small holes inside objects

Join very near objects

Make objects bigger

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

High pass filter is to...

Eliminate both low frequency components and high frequency components

Eliminate low frequency components and keep high frequency components

Eliminate high frequency components and keep low frequency components

Keep both low frequency components and high frequency components

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For each pixel in the input image, what is point processing?

An operation that takes that pixel and produces one output pixel

An operation that takes that pixel with some neighbor pixels and produces some output pixels

An operation that takes that input pixel and produces some output pixels

An operation that takes that pixel with some neighbor pixels and produces one output pixel

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?