Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Open CV 检测纸币的颜色。我将使用颜色来识别纸币。
您可以使用 OpenCV 的直方图函数计算出图像中出现最多的颜色,然后选择最高值。或者,您可以将图像重新缩放为 1x1 像素并选择该颜色(应该是平均颜色)。
但是,仅使用颜色进行识别不太可能给出足够精确的结果以供任何使用。美国纸币的颜色都是一样的,欧元纸币也好不到哪里去:脏的 20 欧元可以像 5 欧元一样灰色(200 欧元和 100 欧元非常相似)。