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.
我有一堆独立的图像(.png),想把它推到一个缓冲区。我想知道,如何为图像构建一个缓冲区并将它们推送到缓冲区。最终将它们作为一堆检索。我正在尝试在 C 中实现。有人可以帮助我吗?
您是否打算在您的应用程序中使用 OpenCV 来处理这些图像?如果是,那么您可以使用 OpenCV 将图像加载到 Cv::Mat 对象中。您可以将其加载为 Mat 对象数组