| Title | Implementing video processing for blob tracking on the GPU |
|---|---|
| Student | Thomas Hansen |
| Mentor | Mikael Bauer |
| Abstract | |
|
I would like to implement the blob tracking and other video processing required for touchlib on the GPU. Modern graphics hardware available in most desktop computers can be used to parallelize many image processing algorithms and take a big load of the CPU. By uploading video data directly to GPU memory, the entire blob detection/tracking pipeline can be offloaded onto the GPU.
|
|