Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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);