Hacker News new | ask | show | jobs
by matt42 4241 days ago
The video++ project is still very young. It's goal is not to re-code all the image formats, but just providing nice abstraction to build fast image processing apps. You can easilly load whatever format you like and pass the buffer and its dimensions to vpp::image2d to process it. I am actually using opencv to open images or grab images from videos, and then process them with video++ via the opencv bridge.
1 comments

Cool, that's best - it would be silly to try to re-do all of that. I will definitely continue to follow this project.