0% found this document useful (0 votes)
12 views3 pages

Exam 1 Review Sample Questions

computer vision

Uploaded by

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

Exam 1 Review Sample Questions

computer vision

Uploaded by

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

Review – Sample Problems

1. What is computer vision?

a) The study of computer graphics

b) The study of computer networks

c) The study of algorithms for analyzing and interpreting visual data

d) The study of computer hardware architecture

Answer: c)

2. Which of the following is not a fundamental task in computer vision?

a) Object detection

b) Image classification

c) Speech recognition

d) Image segmentation

Answer: c)

3. Which technique is commonly used for edge detection in images?

a) Fourier transform

b) Histogram equalization

c) Canny edge detection

d) Gaussian blur

Answer: c)

4. Which concept is used to represent the transformation from a 3D scene to


a 2D image?

a) Perspective projection

b) Affine transformation
c) Euler angles

d) Homography

Answer: a)

5. Which technique is used to remove noise from images while preserving


important details?

a) Median filtering

b) Sobel operator

c) Histogram equalization

d) Laplacian of Gaussian (LoG) filter

Answer: a)

6. Which method is used to represent colors in digital images?

a) RGB

b) HSV

c) CMYK

d) All of the above

Answer: d)

7. Which of the following operations can find the angle between two vectors?

a) dot product

b) cross product

c) addition

d) none of the above

Answer: a)

8. What is the primary goal for image preprocessing?


a) to add noise to the image

b) to reduce the size of the image

c) to enhance the quality of image for further analysis

d) to convert image to text

Answer: c)

9. Which is NOT an advantage of blurring an image?

a) It helps smooth the image

b) It helps hiding details when necessary

c) It removes high intensity edges

d) It helps with noise removal

Answer: c)

10. For 3D geometric transformation using homogeneous coordinate, what is


the value of the fourth value in the 1*4 vector?
a) 1
b) 0
c) -1
d) any value

Answer: a)

You might also like