快速解压算法jpeg 图像的重新缩放

发布于 2024-10-13 03:28:31 字数 214 浏览 2 评论 0原文

在 uCLinux 2.4 中开发一个在 IP 摄像机中运行的应用程序。需要从视频流(MJPEG、MPEG4 或 h.264)中抓取图像,将其解压缩为原始格式并将其重新缩放为较小的尺寸。需要在 10-15 FPS 下执行此操作,但处理能力非常有限,因此必须以非常优化的方式执行此操作。假设解压缩和重新缩放应该在同一个动作中完成。

关于在哪里寻找解决方案或算法有什么想法吗?或者有专家可以帮助我们吗?

Working on an application in uCLinux 2.4 to run in an IP camera. Need to grab an image from the videostream (MJPEG, MPEG4 or h.264), decompress it to raw format and rescale it to smaller size. Need to do this at 10-15 FPS but the processing capacity is quite limited so must do this in a very optimized way. Assume that the decompression and rescaling should be done in the same move.

Any ideas on where to look for solutions or algorithms? Or an expert that can help us out..?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜无邪 2024-10-20 03:28:31

Guido Vollbeding 的工作可能有助于解决您的问题 (http://jpegclub.org/djpeg/)。该算法仅解码流而不是整个图片。

The work of Guido Vollbeding may help to solve your problem (http://jpegclub.org/djpeg/). The algorithm does decode only the stream and not the whole picture.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文