[PD] opencv motion tracker external HELP!

Mike Wozniewski mike at mikewoz.com
Tue May 29 22:55:35 CEST 2007


Hi Alain,

I've used the OpenCV blobtracker with Pd before, and I simply send blob 
positions and sizes over UDP using u_pdsend.c

I've attached my code and makefile... look in blobtrack.c and search for 
where I use the pdsend_init() and pdsend_message() functions... it's 
pretty simple.

Then you just use [netreceive] in Pd and parse the list as you deem 
necessary.

Hope this helps,
-Mike


P.S. my blobtracker code is meant for use with a live camera, not with 
.avi files.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blobTracker.tar.gz
Type: application/x-gzip
Size: 10520 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20070529/b5e0cabb/attachment.bin>


More information about the Pd-list mailing list