Re: [PD] tracking multiblob with constant ID

2011-03-05 Thread Jaime Oliver
>> i think this goes beyond the constant id aspect of it or are you arguing >> that nearest neighbor is not the only/wrong approach to the problem? > > I mean that the nearest neighbour of centroïds is not the only approach to > getting constant ids. There are many possible ways of getting constant

Re: [PD] tracking multiblob with constant ID

2011-02-27 Thread Mathieu Bouchard
On Mon, 21 Feb 2011, Jaime Oliver wrote:  That's why [#labelling] also outputs a version of the incoming grid in which the "1" regions have all been flood-filled with distinct integers (numbered from 2 upwards ; it can go well beyond 255 if needed). I mean this : http://gridflow.ca/gallery/%23

Re: [PD] tracking multiblob with constant ID

2011-02-21 Thread Jaime Oliver
Indeed the link works fine. > Yes, it's useful. Now I'm talking about something else that might be useful > and that you don't get in GEM. Ok. >>>  That's why [#labelling] also outputs a version of the incoming grid in >>> which the "1" regions have all been flood-filled with distinct integers >

Re: [PD] tracking multiblob with constant ID

2011-02-21 Thread Mathieu Bouchard
On Mon, 21 Feb 2011, Jaime Oliver wrote: I mean this : http://gridflow.ca/gallery/%23labelling_false_colors.png this link seems to be down. sorry, typo : http://gridflow.ca/gallery/%23labelling_false_colours.png On Mon, Feb 21, 2011 at 6:32 AM, Mathieu Bouchard wrote: On Sun, 20 Feb 2011,

Re: [PD] tracking multiblob with constant ID

2011-02-21 Thread Bastiaan van den Berg
On Mon, Feb 21, 2011 at 18:25, Jaime Oliver wrote: > > I mean this : http://gridflow.ca/gallery/%23labelling_false_colors.png > > this link seems to be down. > http://gridflow.ca/gallery/%23labelling_false_colours.png this works :) -- buZz ___ Pd-l

Re: [PD] tracking multiblob with constant ID

2011-02-21 Thread Jaime Oliver
> I mean this : http://gridflow.ca/gallery/%23labelling_false_colors.png this link seems to be down. J On Mon, Feb 21, 2011 at 6:32 AM, Mathieu Bouchard wrote: > On Sun, 20 Feb 2011, Jaime Oliver wrote: > >> Well, the object is independent of centroid or min/max or overlap. isn' >> it? >> that

Re: [PD] tracking multiblob with constant ID

2011-02-21 Thread Mathieu Bouchard
On Sun, 20 Feb 2011, Jaime Oliver wrote: Well, the object is independent of centroid or min/max or overlap. isn' it? that just depends on the particular aim of each user. matching nearest neighbors remains a useful object to have... Yes, it's useful. Now I'm talking about something else that m

Re: [PD] tracking multiblob with constant ID

2011-02-20 Thread Jaime Oliver
Well, the object is independent of centroid or min/max or overlap. isn' it? that just depends on the particular aim of each user. matching nearest neighbors remains a useful object to have... > That's why [#labelling] also outputs a version of the incoming grid in which >the "1" regions have all

Re: [PD] tracking multiblob with constant ID

2011-02-20 Thread Jaime Oliver
hi On Fri, Feb 18, 2011 at 11:17 AM, Dario Pedrioli wrote: > > if I type make the result is: > >> No rule to create target ".pd_linux" etc... >> > how about: make tracks.pd_linux best, J > > So I tried "make tracks" and the result is: > >> /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/cr

Re: [PD] tracking multiblob with constant ID

2011-02-19 Thread Mathieu Bouchard
On Fri, 18 Feb 2011, Jaime Oliver wrote: We're working to get a more definite solution. This is a kind of object that i think wold be of general use for pd users.  So, I imagine other people have done similar objects???  Matching nearest neighbours in general is a nice idea, but if you wanted

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
So i tried and it seems to work fine with [pix_multiblob] ! :) No problems to report at this time. ++ Jack Le vendredi 18 février 2011 à 16:25 +0100, Jack a écrit : > Yes, i use linux. Thanx it is working now. (it was a mistake from me : i > tried with track.pd_linux, omiting the s !) > I try n

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Dario Pedrioli
Hi Jaime and all, very interesting... I've downloaded the sources tried to compile but have problems on linux (Ubuntu 10.10 64bit): if I type make the result is: > No rule to create target ".pd_linux" etc... > So I tried "make tracks" and the result is: > /usr/lib/gcc/x86_64-linux-gnu/4.4.5/.

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread John Harrison
I remember looking into pix_blobtracker but I don't remember why I didn't use it. In any case, I wrote a Pd abstraction last weekend which I called nearest-neighbor which I think might do the same thing: it looks for the shortest euclidean distances between blobs of the current frame with blobs of

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Ah, good to know. I will give it a try. Thanx. ++ Jack Le vendredi 18 février 2011 à 16:11 +0100, IOhannes zmölnig a écrit : > On 02/18/2011 02:07 PM, Jack wrote: > > Do you know if there is an external to track multiblob with a constant > > ID (the ID doesn't change in the time when two or mor

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Yes, i use linux. Thanx it is working now. (it was a mistake from me : i tried with track.pd_linux, omiting the s !) I try now. ++ Jack Le vendredi 18 février 2011 à 10:04 -0500, Jaime Oliver a écrit : > have you tried: > > > make tracks.pd_linux ? > > > J > > On Fri, Feb 18, 2011 at 9:58

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread IOhannes zmölnig
On 02/18/2011 02:07 PM, Jack wrote: > Do you know if there is an external to track multiblob with a constant > ID (the ID doesn't change in the time when two or more blobs move). > For example, with [pix_multiblob], the ID of the blob is given by its > position relative to the lower left corner (or

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
wait, are you in linux? J On Fri, Feb 18, 2011 at 10:04 AM, Jaime Oliver wrote: > have you tried: > > make tracks.pd_linux ? > > J > > On Fri, Feb 18, 2011 at 9:58 AM, Jack wrote: > >> Thanx Max but i never make an external for Pd from c++. >> The example with ping-pong balls is what i am looki

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
have you tried: make tracks.pd_linux ? J On Fri, Feb 18, 2011 at 9:58 AM, Jack wrote: > Thanx Max but i never make an external for Pd from c++. > The example with ping-pong balls is what i am looking for. > > Jaime, your external seems to be what i need, but i am a newbie in > compiling stuff.

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Thanx Max but i never make an external for Pd from c++. The example with ping-pong balls is what i am looking for. Jaime, your external seems to be what i need, but i am a newbie in compiling stuff. When i enter : $ make i get : make: *** No rule to make target `.pd_linux', needed by `pd_linux'. S

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
On Fri, Feb 18, 2011 at 9:42 AM, Max wrote: > http://cvlab.epfl.ch/research/body/surv It looks good, but I can't find if there is a specific pd object to create continuity independent from the tracking part. This is what I think is useful. do you know if it does? J /

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Max
http://cvlab.epfl.ch/research/body/surv/ GPL Licensed. Am 18.02.2011 um 15:23 schrieb Jack: > I have also tested with gridflow (based on multiblob.pd) and there is > the same problem (no possibility to follow a same blob). > ++ > > Jack > > > > Le vendredi 18 février 2011 à 14:07 +0100, Jac

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
I have also tested with gridflow (based on multiblob.pd) and there is the same problem (no possibility to follow a same blob). ++ Jack Le vendredi 18 février 2011 à 14:07 +0100, Jack a écrit : > Do you know if there is an external to track multiblob with a constant > ID (the ID doesn't change i

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
Hey Jack, I use versions of this object [tracks] for my stuff: http://www.jaimeoliver.pe/archives/741 I know William is working on a new object for this same purpose and in doing so he caught a bug in mine and several opportunities for optimization. The object should be working however. Let me kn

[PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Do you know if there is an external to track multiblob with a constant ID (the ID doesn't change in the time when two or more blobs move). For example, with [pix_multiblob], the ID of the blob is given by its position relative to the lower left corner (or i'm wrong), so it is not good for my applic