Contrast Stretching
cv2.LUT
for contrast stretching by creating a custom table usingnp.interp
cv2.normalize()
method: using min_max normalization
Posted on July 17, 2021
Tags: Python
cv2.LUT
for contrast stretching by creating a custom table using np.interp
cv2.normalize()
method: using min_max normalization