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.
我正在编写一个可以识别黑色的 C++ 代码。我想使用 HSV 颜色空间,但找不到黑色的值范围。任何人都可以提供 HSV 颜色空间中黑色的值范围吗?
在 HSV 颜色空间中,黑色由 V = 0 的任意点 (H,S,V) 表示。要对此进行可视化,请参阅HSV wiki中的圆柱形 3D 模型,这很容易理解。
黑毛滤镜
hair_color_low=[0,0,0] hair_color_high=[360,255,50]