Hello everyone,
I have a very newbie question about Cuda. If we ask the GPU to track an object on a binary image. Is it possible to ask the CPU to do other stuff in the meanwhile with the previous positions of the blob given by the GPU.
I need to predict the trajectory of a thrown ball the application has to be fast to get at least 30 fps. I was wondering therefore if it could be possible to track the ball with the GPU and make trajectory prediction calcul with the CPU in the meanwhile.
Thank you in advance,
Loïc