When I use the command
img2 = cv2.normalize(img, np.zeros((150, 150)), 0, 255, cv2.NORM_MINMAX)
I get the exact same image as "img".
Why is it happening? Is it suppose to be like that?
When I use the command
img2 = cv2.normalize(img, np.zeros((150, 150)), 0, 255, cv2.NORM_MINMAX)
I get the exact same image as "img".
Why is it happening? Is it suppose to be like that?