Building Worlds With Distance Functions in GLSL (Raymarching)
Distance functions
Raymarching (GLSL)
Shadertoy To GLSL Hacker Demos
Shadertoy to
GLSL Hacker demos
Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 

Posts Tagged ‘real-time visual tracker’


Real-time Visual Tracker by Stream Processing

Be the first to comment - What do you think?  Posted by JeGX - 2008/07/16 at 11:04

Categories: NVIDIA CUDA, Programming   Tags: , , , , ,

This work describes the implementation of a real-time visual tracker that targets the position and 3D pose of objects (specifically faces) in video sequences. The use of GPUs for the computation and efficient sparse-template-based particle filtering allows real-time processing even when tracking multiple faces simultaneously in high-resolution video frames. Using a GPU and the NVIDIA CUDA technology, performance improvements as large as ten times compared to a similar CPU-only tracker are achieved.

- Real-time Visual Tracker by Stream Processing by Oscar Mateo Lozano, and Kazuhiro Otsuka. Journal of Signal Processing Systems.


-source-
Thanks to tho for the news.