1 post tagged “opencv”
Below is a screeny of an OpenCV port to Processing. Blob detection in under 100 LoC. The top two screens are raw camera output, the bottom left is the background subtraction image and the bottom right is the processed blob detection with x/y coordinates. Looks like it won't take much to port output via TUIO and send directly to Flash. I have some light sensors laying around and may try to hook 'em up and adjust brightness/contrast/tolerance based on outside light conditions.
OpenCV is very cool and Processing makes it easily accessible and joy to code.