Hi all,
someone can explain how to use the output of pix_opencv_blobtracker?
The help file give me errors on output: "Bad arguments for message 'blob' to object 'route'" Tried with print but no luck.
Thanks a lot
BTW: there are very cool objects in pix_opencv, thanks again!
uh oh, that might be tricky. Pd-extended includes Martin Peach's 'blob' data type for generic blobs of data. So 'blob' is a reserved word in Pd-extended. It would be nice if the pix_opencv object could use a different message name because it would be very difficult to remove the 'blob' support from Pd-extended or rename the 'blob' type.
.hc
On 02/07/2013 05:07 PM, Dario Pedrioli wrote:
Hi all,
someone can explain how to use the output of pix_opencv_blobtracker?
The help file give me errors on output: "Bad arguments for message 'blob' to object 'route'" Tried with print but no luck.
Thanks a lot
BTW: there are very cool objects in pix_opencv, thanks again!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello,
i think you mean pix_opencv_blobtrack (without "er") ?
by the way, it's output follow the iem matrix standard : <nb of row (=nb of blob)> <nb cols (6)> followed for each blob by : <ID> <x> <y> <width> <heigh> <state (valid or not)>
i've just push an update of help patch
feedbacks are welcome :-) i'm always happy to see people using my work :-)
cheers antoine
-- do it yourself http://antoine.villeret.free.fr
2013/2/7 Dario Pedrioli dariopedrioli@gmail.com
Hi all,
someone can explain how to use the output of pix_opencv_blobtracker?
The help file give me errors on output: "Bad arguments for message 'blob' to object 'route'" Tried with print but no luck.
Thanks a lot
BTW: there are very cool objects in pix_opencv, thanks again!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Antoine,
thanks
i think you mean pix_opencv_blobtrack (without "er") ?
yes, sorry
by the way, it's output follow the iem matrix standard :
<nb of row (=nb of blob)> <nb cols (6)> followed for each blob by : <ID> <x> <y> <width> <heigh> <state (valid or not)>
so, what's the right object to connect to the right output?
i've just push an update of help patch
where I can find the updated help patch? on https://github.com/avilleret/pix_opencv seems the help file is not updated
feedbacks are welcome :-) i'm always happy to see people using my work :-)
And i'm happy to use your work!
Thanks ciao
cheers antoine
-- do it yourself http://antoine.villeret.free.fr
2013/2/7 Dario Pedrioli dariopedrioli@gmail.com
Hi all,
someone can explain how to use the output of pix_opencv_blobtracker?
The help file give me errors on output: "Bad arguments for message 'blob' to object 'route'" Tried with print but no luck.
Thanks a lot
BTW: there are very cool objects in pix_opencv, thanks again!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi,
pix_opnecv repos on my github is outdated ! i used it before having SVN access it is still there because there is one object (patreco for pattern recgnition) which is not yet port to the main repo it's kind of ARToolkit but the code is ugly... it's on my todo list...
the uptodate repos is pd's external : https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/pix_... here is attached a copy of the updated help patch
I also changed the message "blob" to "cvblob" and hope it will not be in conflict with pd-extended
feel free to send me feedback about this object...
cheers
antoine
-- do it yourself http://antoine.villeret.free.fr
2013/2/8 Dario Pedrioli dariopedrioli@gmail.com
Hi Antoine,
thanks
i think you mean pix_opencv_blobtrack (without "er") ?
yes, sorry
by the way, it's output follow the iem matrix standard :
<nb of row (=nb of blob)> <nb cols (6)> followed for each blob by : <ID> <x> <y> <width> <heigh> <state (valid or not)>
so, what's the right object to connect to the right output?
i've just push an update of help patch
where I can find the updated help patch? on https://github.com/avilleret/pix_opencv seems the help file is not updated
feedbacks are welcome :-) i'm always happy to see people using my work :-)
And i'm happy to use your work!
Thanks ciao
cheers antoine
-- do it yourself http://antoine.villeret.free.fr
2013/2/7 Dario Pedrioli dariopedrioli@gmail.com
Hi all,
someone can explain how to use the output of pix_opencv_blobtracker?
The help file give me errors on output: "Bad arguments for message 'blob' to object 'route'" Tried with print but no luck.
Thanks a lot
BTW: there are very cool objects in pix_opencv, thanks again!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list