Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Unit - 3

SECTION A

1. Explain what is OpenCV?

2. Name 3 common image processing techniques in OpenCV.

3. State the purpose of blending 2 images in OpenCV.

4. Identify 3 types of filters used in image smoothing.

5. Explain the function of a median filter.

6. Describe the process of changing the contrast of an image.

7. How do you adjust the brightness of an image in OpenCV?

8. Explain the effect that Gaussian filter has on an image.

9. Difference between a median filter and Gaussian filter.

10. Define bilateral filtering.

11. How can you add text to an image using OpenCV?

12. Primary purpose of image thresholding.

SECTION B

1. How to calculate the gradient of an image?


2. State the purpose of histogram equalization.
3. Define image smoothing.
4. Explain the significance of bilateral filtering in image processing.
5. Explain a few types of blending modes used in OpenCV.
6. Explain parameters you can adjust in a median filter.
7. How do you change the shape of an image using OpenCV?
8. Explain the concept of image thresholding.

SECTION C

1. Explain the role of gradient in image processing.


2. Describe the process of blending 2 images in OpenCV.
3. Explain the scale-invariant feature transform (SIFT) algorithm and its significance in feature mapping.
4. How does the random sample consensus (RANSAC) algorithm help in robust image registration?
5. Describe the RANSAC algorithm's iterative approach and how it identifies inliers and outliers in the data.
6. How does SIFT handle the problem of scale and rotation invariance in feature detection?

You might also like