raviam

Results 1 comments of raviam

@nyck33 For the blue output images, you can change the colormap of the image before `cv2.imwrite()` by doing `image = cv2.cvtColor(image, cv2.COLOR_RGB2BGR)` and passing it to `cv2.imwrite()`