We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm thinking of using Processing for an installation project i have. Am thinking of using either https://github.com/atduskgreg/opencv-processing
or http://www.v3ga.net/processing/BlobDetection/
to track users moving around a space. Camera to be mounted above to give a birds-eye view.
Problem is i can't seem to find any libraries or resources that shows a management of blobs, as I would like to assign IDs
to each blob as they move around. As my graphics would follow them around.
Does anyone have any references I can look at or point me in a direction?
Btw am planning to use openGL frag shaders to do the graphics, would pass the blob info over via textures, that shouldn't be a problem right?
Cheers