GraffitiResearchLabGermany / bombIR

GRL Project for Digital Graffiti with IR Pen / Camera and Rear Projection Screen
http://www.graffitiresearchlab.de/bombir/
6 stars 5 forks source link

GPU accelerated blob tracking #86

Open SableRaf opened 11 years ago

SableRaf commented 11 years ago

OpenSource implementation exists in CCV (Community Core Vision). Not sure if TUIO in Processing uses it.

More info: http://tehansen.wordpress.com/

JesseScott commented 11 years ago

I thought CCV was C++ based ? I think that CCV uses TUIO, not the other way around…

On 2013-07-18, at 5:48 AM, Raphaël de Courville notifications@github.com wrote:

OpenSource implementation exists in CCV (Community Core Vision). Not sure if TUIO in Processing uses it.

More info: http://tehansen.wordpress.com/

— Reply to this email directly or view it on GitHub.

SableRaf commented 11 years ago

I don't know much about TUIO or CCV. The interesting part is that they apparently have a shader-based blob tracking algorithm that we could port to Processing.

JesseScott commented 11 years ago

yeah, if so, that's a great opportunity … may want to look into how the Raspberry Pi does it with their camera module - it connects straight to the GPU and has a full OpenCV implementation (in C)

On 2013-07-18, at 9:46 AM, Raphaël de Courville notifications@github.com wrote:

I don't know much about TUIO or CCV. The interesting part is that they have apparently have a shader-based blob tracking algorithm that we could port to Processing.

— Reply to this email directly or view it on GitHub.