Hi all
I need to develop an application based on image processing ( mouse pointer movement using eye tracking ) and for this I need your suggest.
My target is mini2440 with ARM920T at 400 Mhz. The time is critical for me. I want to move mouse pointer in real time.
Which is faster:
Image processing using QT installed on linux or Image processing using QT installed on wince ?
At the moment I have installed OpenCV on linux kernel 2.6.29 and I wrote an application that get some captures from camera and I applied a Blur filter on them. This takes about of 0.4 s to process a capture. Why so slowly ? Without blur filter I can save the captures at 15 fps. For this reason I want to try QT.
Thanks a lot.