First time here? Check out the FAQ!
answered 2015-12-17 11:31:06 -0600
you need one sigma / mean per channel:
(else, you got mean=sigma=0, so no visible change)
m = (50,50,50) s = (50,50,50) cv2.randn(img,m,s);