show image in jupyter notebook
from matplotlib import pyplot as plt
import numpy as np
import cv2
img = imread('xxx.png') #or image_data
img2 = img[:,:,::-1]
plt.imshow(img)
The study blog from marearts.com
Computer Vision & Machine Learning Research Laboratory