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

CVIP Assignment 06 [IMAGE ENHANCEMENT]

1. Write a program to slice an gray image in different bit plane. Reconstruct the image using different bit plane
Help: https://theailearner.com/2019/01/25/bit-plane-slicing/

2. Perform Piecewise Linear Transformation of an gray image.

Help: https://github.com/RabbearSu/Image-Enhancement-

Python/blob/master/Piecewise%20Linear%20Transformation%20Functions.py

3. Perform a contrast starching using min-max and other function.

Help: https://theailearner.com/2019/01/30/contrast-stretching/

4. Perform image segmentation using thresholding

Help: https://pyimagesearch.com/2021/04/28/opencv-thresholding-cv2-threshold/

Arif, XIM University Page 1

You might also like