How can I substract a r,g,b values from image in cv2? Then I like to divide with another r,g,b values.
Say I have an color image Img. Img = (Img - (r,g,b))/(r,g,b)