io.imread读出图片格式是uint8(unsigned int);value是numpy array;图像数据是以RGB的格式进行存储的,通道值默认范围0-255。
io.imread
uint8(unsigned int)
numpy array
RGB