Joined
·
30 Posts
This approach would require a PC for processing behind the scenes, but if you are into .Net:
http://www.aforgenet.com/
It is an open-source image processing library. I have used it to detect objects with a webcam in real time.
Many of the examples out there deal with color filtering, but if you could control the ambient lighting in the webcam's view, you could use "blob detection" only.
-Mike
http://www.aforgenet.com/
It is an open-source image processing library. I have used it to detect objects with a webcam in real time.
Many of the examples out there deal with color filtering, but if you could control the ambient lighting in the webcam's view, you could use "blob detection" only.