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.
我想知道是否有办法强制图像加载为8U. 我在 OpenCV 文档中看到您可以指定将图像加载为单通道还是三通道,但没有提及颜色深度。有什么建议么?
8U
谢谢你的帮助!!!:D
的默认颜色深度imread()是8U,并且大概cvLoadImage()是相同的。您是否考虑过对 OpenCV 使用更新的、用户更友好的 C++ 接口,它使用Mat和imread()?
imread()
cvLoadImage()
Mat