Deep Learning CNN Convolutional Neural Networks with Python - Image Blurring 2 Quiz

Deep Learning CNN Convolutional Neural Networks with Python - Image Blurring 2 Quiz

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to calculate the dimensions of an output image when a blurring filter is applied. It starts by describing the input image and the blurring filter dimensions, then guides through the process of determining the size of the resulting blurred image.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of the input image for the blurring filter?

5x5

6x6

3x3

4x4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the dimensions of the blurring filter used?

2x2

3x3

5x5

4x4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the size of the blurring filter affect the output image dimensions?

It increases the dimensions

It decreases the dimensions

It does not affect the dimensions

It doubles the dimensions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting dimension of the output image after applying the blurring filter?

5x5

4x4

3x3

2x2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why does the output image have smaller dimensions than the input image?

Because the filter removes pixels

Because the filter changes pixel colors

Because the filter rotates the image

Because the filter adds pixels