Thanks, I&#39;ve successfully compiled it in Linux (32 bits).<br>Here&#39;s the makefile I&#39;ve used for it (very rough and simple), maybe its helpful to anyone.. of course you have to set up both include dirs to the corrected ones in your system (pd includes and gem src).<br>


<br>I&#39;m not very keen at compiling for Win32, does any one have a binary for pix_colortrack in win 32?<br><br>Best regards,<br>Pedro<br><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 5:01 AM, Jaime Oliver <span dir="ltr">&lt;<a href="mailto:jaime.oliver2@gmail.com" target="_blank">jaime.oliver2@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I moved this external to:<br>
<br>
<a href="http://www.jaimeoliver.pe/archives/645" target="_blank">http://www.jaimeoliver.pe/archives/645</a><br>
<br>
I could make linux 64 and osx binaries though...<br>
<br>
If you compiled gem, throw it in your Pixes folder and recompile...<br>
<br>
best,<br>
<br>
J<br>
<div><div></div><div><br>
On Tue, Jun 22, 2010 at 6:21 PM, William Brent &lt;<a href="mailto:william.brent@gmail.com" target="_blank">william.brent@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m sure someone on the list will have a better solution, but what I<br>
&gt; did to compile this was to throw it into Gem&#39;s src/Pixes directory,<br>
&gt; then just make a clean build of Gem.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jun 22, 2010 at 12:46 PM, Olivier Baudu<br>
&gt; &lt;<a href="mailto:lamouraupeuple@gmail.com" target="_blank">lamouraupeuple@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Thank you Yves,<br>
&gt;&gt; Even if your [pdp_ctrack] seems to be more powerfull in my situation than<br>
&gt;&gt; [pdp_opencv_colorfilt], I&#39;ve discovered Open CV library... great...<br>
&gt;&gt;<br>
&gt;&gt; Thank you too, William,<br>
&gt;&gt; [pix_colortrack] looks intersting but I&#39;m in the same situation as Pedro...<br>
&gt;&gt; Whithout more informations in the &quot;src&quot; folder of this external&#39;s source, I<br>
&gt;&gt; realy don&#39;t know how to compile it...<br>
&gt;&gt; (But I confess that my knowledge in compilation is very poor...).<br>
&gt;&gt;<br>
&gt;&gt; 01vier.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2010/6/22 Pedro Lopes &lt;<a href="mailto:pedro.lopes@ist.utl.pt" target="_blank">pedro.lopes@ist.utl.pt</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; By the way: Does anyone have compiled binaries of that pix_colortrack<br>
&gt;&gt;&gt; external? (linux 32 or win 32?)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best regards,<br>
&gt;&gt;&gt; Pedro<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Jun 22, 2010 at 6:32 AM, William Brent &lt;<a href="mailto:william.brent@gmail.com" target="_blank">william.brent@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Jaime Oliver did this color tracking extern a couple years ago:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm" target="_blank">http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu &lt;<a href="mailto:lamouraupeuple@gmail.com" target="_blank">lamouraupeuple@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt; Hi,<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; I would like to track different colors at the same time with my web cam<br>
&gt;&gt;&gt;&gt; &gt; so<br>
&gt;&gt;&gt;&gt; &gt; I&#39;ve try different way.<br>
&gt;&gt;&gt;&gt; &gt; I begun in GEM with [pix_movement] and/or [pix_alpha] and/or<br>
&gt;&gt;&gt;&gt; &gt; [pix_background]. It was quite good until I wanted only one tracking.<br>
&gt;&gt;&gt;&gt; &gt; With two, it begun more complicate to configure [pix_alpha] in RGBA to<br>
&gt;&gt;&gt;&gt; &gt; dissociate the spots.<br>
&gt;&gt;&gt;&gt; &gt; So, I&#39;ve tried [pdp_ctrack] which is very powerful but in some<br>
&gt;&gt;&gt;&gt; &gt; situations it<br>
&gt;&gt;&gt;&gt; &gt; would be better to process only with moving pixel.<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; I thought [pix_2pdp] would be the solution to use [pix_movement] before<br>
&gt;&gt;&gt;&gt; &gt; [pdp_ctrack] but it seem not to work with [pix_video] in RGBA<br>
&gt;&gt;&gt;&gt; &gt; colorspace,<br>
&gt;&gt;&gt;&gt; &gt; and in YUV I loose the color information after the [pix_movement]<br>
&gt;&gt;&gt;&gt; &gt; process...<br>
&gt;&gt;&gt;&gt; &gt; (By the way, I can&#39;t have simultaneously my webcam in GEM and in Pdp<br>
&gt;&gt;&gt;&gt; &gt; with<br>
&gt;&gt;&gt;&gt; &gt; [pix_2pdp], but, maybe, it&#39;s normal)<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; What can I do ?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Is there a [pix_movement] for Pdp I didn&#39;t find yet ?<br>
&gt;&gt;&gt;&gt; &gt; Is there a way to chose precisely the color to configure [pix_alpha] ?<br>
&gt;&gt;&gt;&gt; &gt; (maybe by converting the colorspace  with<br>
&gt;&gt;&gt;&gt; &gt; [pix_rgb2hsv] but what to do after ?).<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Of course, if you have a solution for tracking color without answering<br>
&gt;&gt;&gt;&gt; &gt; my<br>
&gt;&gt;&gt;&gt; &gt; questions, I&#39;m still interested. :-p<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Thanks.<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; 01ivier<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt; <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt;&gt;&gt;&gt; &gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt;&gt;&gt; &gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; William Brent<br>
&gt;&gt;&gt;&gt; <a href="http://www.williambrent.com" target="_blank">www.williambrent.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; “Great minds flock together”<br>
&gt;&gt;&gt;&gt; Conflations: conversational idiom for the 21st century<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://www.conflations.com" target="_blank">www.conflations.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt;&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Pedro Lopes<br>
&gt;&gt;&gt; contacto: <a href="mailto:jazz@radiozero.pt" target="_blank">jazz@radiozero.pt</a><br>
&gt;&gt;&gt; website: <a href="http://web.ist.utl.pt/Pedro.Lopes" target="_blank">http://web.ist.utl.pt/Pedro.Lopes</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; William Brent<br>
&gt; <a href="http://www.williambrent.com" target="_blank">www.williambrent.com</a><br>
&gt;<br>
&gt; “Great minds flock together”<br>
&gt; Conflations: conversational idiom for the 21st century<br>
&gt;<br>
&gt; <a href="http://www.conflations.com" target="_blank">www.conflations.com</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Jaime E Oliver LR<br>
<br>
<a href="http://www.jaimeoliver.pe" target="_blank">www.jaimeoliver.pe</a><br>
<br>
858 750 0924 (cel)<br>
858 202 1522 (home)<br>
</font><div><div></div><div><br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Pedro Lopes<br>contacto: <a href="mailto:jazz@radiozero.pt" target="_blank">jazz@radiozero.pt</a><br>website: <a href="http://web.ist.utl.pt/Pedro.Lopes" target="_blank">http://web.ist.utl.pt/Pedro.Lopes</a> <br>