Open dcolli23 opened 4 years ago
Numpy and OpenCV have different color channel orders, RGB/BGR, respectively. I don't invert the order when converting between a Numpy array and saving as a PNG. I need to do this so that the saved image matches what is seen in the plot.
Description
Numpy and OpenCV have different color channel orders, RGB/BGR, respectively. I don't invert the order when converting between a Numpy array and saving as a PNG. I need to do this so that the saved image matches what is seen in the plot.