From: Ben M. <ben...@gm...> - 2016-10-26 07:58:18
|
Hello, I’m fairly new to the concept of processing video using OpenImaj and just processing video using Java in general. In the tutorial, it shows an example of a dataset of MBFImages to do parallel processing. Would I just treat the Video as a Dataset? If so, do I put the parallel processing in the beforeUpdate method? I’m wondering because I’m trying to do face tracking on an mp4 file and I’m losing about 12 FPS. Is parallel processing not the way to go about increasing FPS? Should I be using another method? Thank you, Ben. |