0
点赞
收藏
分享

微信扫一扫

cv2读出来的图片的颜色通道是bgr

夏木之下 2022-01-05 阅读 90
opencv

When the image file is read with the OpenCV function imread(), the order of colors is BGR (blue, green, red).

ref:

Convert BGR and RGB with Python, OpenCV (cvtColor)

举报

相关推荐

0 条评论