I need to do real-time image analysis and unfortunately my application is too slow.
I have tried to rewrite it to make use of a dual core cpu (i use two convolutions that take up most of the time - thought they could run in parallel)
Would this work or is something else needed to make sure each convolution is running on different cpu's?
Im not sure the error is linked right - I guess it is quite important to make it run in two threads.
Please help me correct the program - and if someone could test if it really works on a dual cpu I would be very happy.
thanks
Simon