Hi, Eleanor<br><br>- make sure to use the latest pix_multiblob from recent Gem Git as the older version doensn&#39;t work properly for blobs greater than 10.000 pixels (eg, 100x100).<br><br>- not sure I understood your question, actually. isn&#39;t that &#39;argument&#39;  the maximum number of blobs? also, the minimum blob area can be set and is a very useful filter.<br>
<br>- note that detection of a blob, which is what pix_multiblob does, is not the same as tracking. Traking inolves detecting consistent blob id&#39;s across frames, which is not done in pix_multiblob. Ways to do tracking would involve combining pix_multiblob with color detection (like the new pix_colorclassify), the color being the consistent id itself, or just being used as part of a blob similarity function based on things such as such as color histograms (pix_opencv_meanshift would be a standard tracking approach along those lines).<br>
<br>hope this helps,<br><br>On Tuesday, November 29, 2011, Eleanor Stewart &lt;<a href="mailto:eleanorstew@gmail.com">eleanorstew@gmail.com</a>&gt; wrote:<br>&gt; Thanks Hans,<br>&gt;<br>&gt; Yep, I&#39;ve been working my way through the &#39;help&#39; patches.<br>
&gt; I&#39;m currently exploring pix_multiblob but it&#39;s not tracking as I thought it would.<br>&gt; When it has an &#39;argument&#39; to track 2 (or more) &#39;blobs&#39;, it still only tracks 1 &#39;blob&#39;.<br>&gt;<br>
&gt; Does anyone know if it&#39;s &#39;argument&#39; value only relates to the amount of representations that can be applied to 1 &#39;blob&#39; being tracked?<br>&gt;<br>&gt; Thanks,<br>&gt; mz_multiblob ^^<br>&gt;<br>&gt;<br>
<br>-- <br><br>Ricardo Fabbri<br>--<br>Linux registered user #175401<br><a href="http://www.lems.brown.edu/~rfabbri" target="_blank">www.lems.brown.edu/~rfabbri</a><br><a href="http://labmacambira.sf.net" target="_blank">labmacambira.sf.net</a><br>
<br>