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 tut开发者_运维百科orials 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.
精彩评论