opencv学习笔记(十)
摘要:
图像中的直方图:hist = cv2.calcHist(images, channels, mask, histSize, ranges[, hist[, accumulate]]) images:输入的图像,可以是单张图像或图像列表。在函数中需要用中括号 【】,且原图像格式应该是uint8或者fl 阅读全文
posted @ 2023-06-24 17:07 云上u 阅读(62) 评论(0) 推荐(0) 编辑