Hi All,
I am playing around with some vision detection code with PB. I started with some movement detection. It works fairly well and is fun to play with. You can play with settings to increase or decrease its sensitivity. Of course, i would prefer to be able to access the OpenCV librabries in PB and then I could do some really interesting stuff that might have some commercial value, but the integration of C routines within PB is not something I am well versed at. If anyone wants to work with me on this and has a keen interest in such applications, just let me know...
This code also has an image reduction routine that is commented out, but is the beginning of face detection using Haar like features...i hope to get this working sometime soon...
Code is attached...
Best,
Kevin
I am playing around with some vision detection code with PB. I started with some movement detection. It works fairly well and is fun to play with. You can play with settings to increase or decrease its sensitivity. Of course, i would prefer to be able to access the OpenCV librabries in PB and then I could do some really interesting stuff that might have some commercial value, but the integration of C routines within PB is not something I am well versed at. If anyone wants to work with me on this and has a keen interest in such applications, just let me know...
This code also has an image reduction routine that is commented out, but is the beginning of face detection using Haar like features...i hope to get this working sometime soon...
Code is attached...
Best,
Kevin
Comment