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 中进行处理。我要使用的图像太大而无法作为一个块加载。这可以使用现有的 opencv 库吗?
谢谢!
图像格式是什么?
Opencv 使用 libjpg、libpng 等来读取标准图像格式。如果它是一种您可以自己解析的简单格式,那么您可以轻松地将文件块读入 cv::mat 图像的一部分