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.
我目前正在从事机器视觉项目。问题是保存所有图像的速度足够快,这样图像队列就不会在 RAM 中堆积并耗尽用户的内存。有没有其他方法可以快速保存图像?
这种方法有助于解决 CPU 问题,但因为它不够快。图像队列堆积起来并使内存过载,所以我不知道我还能做些什么来解决这两个问题。
在 Halcon 中写入图像的最快方法是使用其专有格式 .hobj。它比任何其他无损压缩都要快得多:
您可以在示例中看到上面显示的基准write_image_benchmark.hdev
write_image_benchmark.hdev
唯一的缺点是如果没有 Halcon 许可证,您将无法打开此格式。