如何通过将 Java 中的视频流视为一系列矩阵或数据立方体来操作视频流?
我将 Xuggler 视为解码流视频的框架,但在两件事上遇到了麻烦:
- 识别用于矩阵操作的良好 Java 库
- 将 Xuggler 中的视频帧转换为与所述库兼容的矩阵。
我的 Java 非常生锈。我首先改编了一些 Xuggler 教程来完成这项工作。任何有关良好 Java 数学库的建议以及将 BufferedImages 转换为该库的图像格式的方法都将受到赞赏。
I am looking at Xuggler as a framework for decoding streaming video, but having troubles with two things:
- Identifying a good Java library for matrix manipulation
- Converting the video frames from Xuggler into matrices compatible with said library.
My Java is extremely rusty. I've started by adapting some Xuggler tutorials to do the job. Any recommendations for good Java Math libraries would be appreciated as well as approaches for converting BufferedImages to that library's image format.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论