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

CVIP Assignment 05 [IMAGE ENHANCEMENT]

1. Perform image average for noise reduction

Help: https://www.projectpro.io/recipes/does-image-smoothing-work-with-

averaging-method-opencv

2. Perform nearest neighbor, bilinear, and bicubic image interpolation


Help: https://theailearner.com/2018/11/15/image-interpolation-using-opencv-python/
3. Use multiplication and division of image for intensity adjust.
4. Perform a Power Law (Gamma correction)
Help: https://theailearner.com/2019/01/26/power-law-gamma-transformations/
5. Perform image negative using OpenCV
Help: https://theailearner.com/2019/01/01/image-negatives/
6. Perform a log transformation of an image
Help: https://theailearner.com/2019/01/01/log-transformation/

Arif, XIM University Page 1

You might also like