PDA

View Full Version : Video processing library integration Qt4



tpieciak
5th December 2009, 18:37
Hi

I am looking for a video processing and manipulation library for C/C++ which I can easily integrate with Qt4.

The goal for my project (Master's Thesis) is to extract (some segmentation) and analyze objects on medical image sequences (magnetic resonance). After analysis I have to draw shapes and objects on the video with dynamically changes.

I need a simple library for extract frames from video, process on it (I will use OpenCV or ITK) and assemble frames together.


Thank you
Tomasz