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.
OpenCV 是否只处理 sRGB 颜色空间?其他人呢?
在一些研究中,在处理 OpenCV 的不同工具时,没有提到颜色模型/模式部分。
首先,当仅显示使用 OpenCV 捕获的图像时,它们是否作为 sRGB 空间的一部分?
不,OpenCV 可以在多个颜色空间之间转换您的图像。您将在此处找到更多信息。