First time here? Check out the FAQ!
answered 2018-12-13 21:03:30 -0600
Change this:
luv3 = cv2.cvtColor(np.array(rgb1).astype('float32')/255, cv2.COLOR_RGB2Luv)
to
luv3 = cv2.cvtColor(np.array(rgb2).astype('float32')/255, cv2.COLOR_RGB2Luv)