使用 scipy.misc.imread 读取的图片数据是 RGB 格式;
    使用 cv2.imread 读取的图片数据是 BGR 格式;
    使用 PIL.Image.open 读取的图片数据是RGB格式;