I tried adding gaussian noise to rgn image, m=0 s=3. Tried this: m=(0,0,0) S=(3,3,3) cv2.randn(img, m, s)
The result is a black image with white dots... What may be the problem ?
I tried adding gaussian noise to rgn image, m=0 s=3. Tried this: m=(0,0,0) S=(3,3,3) cv2.randn(img, m, s)
The result is a black image with white dots... What may be the problem ?