Re: [PD] color tracking in Gem/Pd-extended?

2009-02-20 Thread Ben Baker-Smith
How will you avoid gating the color of the object you're trying to track as well? To use your method below I'd suggest using some combination of [separator] and [pix_background] to create a mask so that [pix_blob] (or the color gate, depending on the setup) only affects new objects

[PD] color tracking in Gem/Pd-extended?

2009-02-20 Thread John Harrison
Wondering the best solution for color tracking in Pd-extended. I'd like my solution to be cross-platform so that rules out PDP and friends. All I've come up with is to use [pix_blob] to track the color, and to try to minimize the tracking color in the background. There's probabl

Re: [PD] color tracking in Gem/Pd-extended?

2009-02-20 Thread marius schebella
did you have a look at pix_alpha? marius. John Harrison wrote: > Wondering the best solution for color tracking in Pd-extended. I'd like > my solution to be cross-platform so that rules out PDP and friends. > > All I've come up with is to use [pix_blob] to track the c

Re: [PD] color tracking in Gem/Pd-extended?

2009-02-21 Thread Jack
ve come up with is to use [pix_blob] to track the color, and to > try to minimize the tracking color in the background. There's > probably a > Gem object where I can "gate" a color i.e. eliminate a color from a > pixel if it is less than a certain amount. In my rendering chain

Re: [PD] Tracking color with GEM+Pdp

2010-07-11 Thread Jose Luis Santorcuato
Hi, the best object for tracking color is pdp_ctrack works very.very fine... you can duplicate the program and track many colorsworks really fine Best regards José 2010/6/21 Olivier Baudu > Hi, > > I would like to track different colors at the same time with my web cam

Re: [PD] Tracking color with GEM+Pdp

2010-07-11 Thread Olivier Baudu
Yes, for sure... That's why my first message was dealing with "how to use [pdp_ctrack ] only with moving pixels ?" :-) 01ivier 2010/7/11 Jose Luis Santorcuato > Hi, the best object for tracking color is pdp_ctrack works very.very > fine... you can duplicate the p

Re: [PD] Tracking color with GEM+Pdp

2010-07-11 Thread Mathieu Bouchard
On Sun, 11 Jul 2010, Jose Luis Santorcuato wrote: Hi, the best object for tracking color is pdp_ctrack works very.very fine... you can duplicate the program and track many colorsworks really fine I suppose you aren't considering GridFlow's color

[PD] color position boundaries

2014-01-23 Thread R C
Hi list, I'm trying to track movement with an IR camera on Windows. The motion detection works great with frame diff. The problem starts when I try to get the coordinates that surround the white color produced by the movement. With pix_blob I only get the center of the image, but

[PD] pdp color seperation

2006-12-07 Thread metafor
hi list i am wondering if someone already did a patch to separate color channels in order to track some specific objects more easily. for example only display objects with have a certain red value (bigger 200 in RGB) and so on. i did some patches on my own, but i am not really satisfied and

Re: [PD] color position boundaries

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 07:36 PM, R C wrote: > Hi list, > I'm trying to track movement with an IR camera on Windows. The motion > detection works great with frame diff. The problem starts when I try to get > the coordinates that surround the white color produced by the movement. With

Re: [PD] colour (color) tracking

2007-05-17 Thread IOhannes m zmoelnig
Sion Dalais wrote: > hi, > > i am trying to make a multi colour (color!) tracker > that sees red and blue seperately. > > to get my head round it i thought i would just start > by making a single colour tracker that i could > manually switch between red and blue.

Re: [PD] how detect color

2009-06-09 Thread Jaime Oliver
could you be more specific? what do you want to track/detect? On Mon, Jun 8, 2009 at 11:15 PM, Jose Luis Santorcuato < santorcuat...@gmail.com> wrote: > Sisters and brothers... how i can detect color?, can you send me a > patch check my new web site and music...(download) &g

Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread Max
Am 14.05.2012 um 14:32 schrieb John Harrison: > One thing I wrote as an example for the students in the class was a color > tracker which could track primary colors. I thought I saw a conversation on > the list earlier were somebody was writing an external for color tracking, >

[PD] Tracking color with GEM+Pdp

2010-06-21 Thread Olivier Baudu
Hi, I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alph

Re: [PD] editing pd silence - dither

2011-10-23 Thread Marvin Humphrey
On Sun, Oct 23, 2011 at 02:20:38PM -0400, Mathieu Bouchard wrote: > Personally, I don't understand what's the point of dither in audio. Maybe > it's just an evil plot to make CD quality sound like 8-track cartridges. Without dither, truncation error becomes truncati

Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread John Harrison
r tracker which could track primary colors. I thought I saw a > conversation on the list earlier were somebody was writing an external for > color tracking, but at least primary colors can all be tracked in Gem. > Maybe it's obvious but in case it's not: > > > http://crate

Re: [PD] Tracking color with GEM+Pdp

2010-06-21 Thread Olivier Baudu
Oups... I forgot to say it, but, of course I use [pix_blob] at the end of my GEM chain... 2010/6/21 Olivier Baudu > Hi, > > I would like to track different colors at the same time with my web cam so > I've try different way. > I begun in GEM with [pix_movement] and/o

Re: [PD] Tracking color with GEM+Pdp

2010-06-22 Thread William Brent
Jaime Oliver did this color tracking extern a couple years ago: http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu wrote: > Hi, > > I would like to track different colors at the same time with my web cam so > I'

[PD] colour (color) tracking

2007-05-17 Thread Sion Dalais
hi, i am trying to make a multi colour (color!) tracker that sees red and blue seperately. to get my head round it i thought i would just start by making a single colour tracker that i could manually switch between red and blue. i'm using the movement detection patch that came in the pd br

Re: [PD] Tracking color with GEM+Pdp

2010-06-21 Thread ydego...@gmail.com
ola, have a look at the color filter from pix_opencv/pdp_opencv : http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv saludos, sevy Olivier Baudu wrote: Oups... I forgot to say it, but, of course I use [pix_blob] at the end of my GEM chain... 2010/6/21 Olivier Baudu

Re: [PD] Tracking color with GEM+Pdp

2010-06-21 Thread Olivier Baudu
Oups oups... ---> Ubuntu 10.04 / Pd version 0.42.5-extended-rc3 Sorry... 2010/6/21 Olivier Baudu > Oups... > I forgot to say it, but, of course I use [pix_blob] at the end of my GEM > chain... > > 2010/6/21 Olivier Baudu > > Hi, >> >> I would like to tra

[PD] Pure Data/Arduino course webpage

2012-05-14 Thread John Harrison
for the students in the class was a color tracker which could track primary colors. I thought I saw a conversation on the list earlier were somebody was writing an external for color tracking, but at least primary colors can all be tracked in Gem. Maybe it's obvious but in case

Re: [PD] Tracking color with GEM+Pdp

2010-06-22 Thread Pedro Lopes
By the way: Does anyone have compiled binaries of that pix_colortrack external? (linux 32 or win 32?) Best regards, Pedro On Tue, Jun 22, 2010 at 6:32 AM, William Brent wrote: > Jaime Oliver did this color tracking extern a couple years ago: > > http://www.realidadvisual.org/ja

Re: [PD] motion tracking

2011-11-29 Thread Ricardo Fabbri
e 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

Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread olsen
the students in the class was a color tracker which could track primary colors. I thought I saw a conversation on the list earlier were somebody was writing an external for color tracking, but at least primary colors can all be tracked in Gem. Maybe it's obvious but in case it's

Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread Alan Brooker
here students asked questions, >> shared cool projects they found, etc. >> >> One thing I wrote as an example for the students in the class was a color >> tracker which could track primary colors. I >> thought I saw a conversation on the list earlier were somebo

Re: [PD] pdp color seperation

2006-12-07 Thread Mathieu Bouchard
On Thu, 7 Dec 2006, metafor wrote: i am wondering if someone already did a patch to separate color channels in order to track some specific objects more easily. for example only display objects with have a certain red value (bigger 200 in RGB) and so on. Don't do that, because then it

Re: [PD] Tracking color with GEM+Pdp

2010-06-22 Thread Olivier Baudu
inux 32 or win 32?) > > Best regards, > Pedro > > > On Tue, Jun 22, 2010 at 6:32 AM, William Brent wrote: > >> Jaime Oliver did this color tracking extern a couple years ago: >> >> http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm >&

Re: [PD] Manipulating Gem objects color with notein

2009-02-03 Thread Frank Barknecht
Hallo Simone, simone-www.io-lab.org hat gesagt: // simone-www.io-lab.org wrote: > After a few months without PD it seems like i forgot the basics and > got stuck with something rather simple: > I am using the NOTEIN object to track 16 coming from a sequencer, what > i want to achieve

[PD] Manipulating Gem objects color with notein

2009-02-02 Thread simone-www.io-lab.org
After a few months without PD it seems like i forgot the basics and got stuck with something rather simple: I am using the NOTEIN object to track 16 coming from a sequencer, what i want to achieve is to toogle 2 different colors on 16 GEM objects ie: Note On - Note 60 = object 60 turns blue Note

[PD] unable to open pdp_v4l webcam video stream

2010-11-20 Thread Menno van der Woude
Hello, with the purpose of being able to track elements in sight of a cam by virtue of their color, I would like to use and explore the possibilities of pdp_ctrack. While this does work with prerecorded video (avi) i am unable to try it with live video, cause pdp_v4l gives and error. See below

Re: [PD] Tracking color with GEM+Pdp

2010-06-22 Thread William Brent
ack >> external? (linux 32 or win 32?) >> >> Best regards, >> Pedro >> >> On Tue, Jun 22, 2010 at 6:32 AM, William Brent >> wrote: >>> >>> Jaime Oliver did this color tracking extern a couple years ago: >>> >>> http://www

Re: [PD] Manipulating Gem objects color with notein

2009-02-03 Thread simone-www.io-lab.org
simone-www.io-lab.org wrote: > >> After a few months without PD it seems like i forgot the basics and >> got stuck with something rather simple: >> I am using the NOTEIN object to track 16 coming from a sequencer, what >> i want to achieve is to toogle 2 different colors on

Re: [PD] pidip compilation problem

2009-03-18 Thread marc widmer
m my surveillance color cams. at the moment this is rather a hack of your source then a proper enhancement, but maybe, if you think this could be usefull, a module lik c_track_matrix could be a goal. where one can send a list with coordinates to track and the area space surrounding that point

Re: [PD] pidip compilation problem

2009-03-18 Thread ydego...@gmail.com
, if you don't use pdp_colorgrid, no need for it. i changed c_track in the source, so that it checks not one point, but a matrix of points. at the moment all these points are with fixed offset between each other. from pd i just set the start coordinates. furthermore i do check not the col

Re: [PD] unable to open pdp_v4l webcam video stream

2010-11-20 Thread Pagano, Patrick
purpose of being able to track elements in sight of a cam by virtue of their color, I would like to use and explore the possibilities of pdp_ctrack. While this does work with prerecorded video (avi) i am unable to try it with live video, cause pdp_v4l gives and error. See below what happens when trying to

Re: [PD] Tracking color with GEM+Pdp

2010-06-22 Thread Jaime Oliver
Does anyone have compiled binaries of that pix_colortrack >>> external? (linux 32 or win 32?) >>> >>> Best regards, >>> Pedro >>> >>> On Tue, Jun 22, 2010 at 6:32 AM, William Brent >>> wrote: >>>> >>>> Jaime Oli

Re: [PD] [pix_record] mixes up colors.

2008-03-02 Thread marius schebella
I am also trying to solve that problem. I downloaded a gem version from http://gem.iem.at/releases/0.91/gem-CVS20070605-OSX-i686-bin.tar.gz this version does not have the pix color bug (but some other bugs, including the no window focus bug), I wonder how to track down the problem? Maybe it is

Re: [PD] Reading a specific image from [pix_buffer] and saving it using [pix_write]

2012-07-10 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-10 05:53, Seiichiro MATSUMURA wrote: > Hi, > > I try to do the similar thing, capturing from pix_video, saving a > specific frame of [pix_buffer] to jpg files. However, the color > space and the resolution of saved jpg

Re: [PD] Tracking color with GEM+Pdp

2010-06-23 Thread Pedro Lopes
; >> 2010/6/22 Pedro Lopes > >>> > >>> By the way: Does anyone have compiled binaries of that pix_colortrack > >>> external? (linux 32 or win 32?) > >>> > >>> Best regards, > >>> Pedro > >>> > >>&g

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-23 Thread colet . patrice
xample a yellow handle over a white background slider, is just a pain for the eyes. Also the green color is very agressive. Mixing sounds is a kind of computation where the engineer need know accurately which level he has to give to some tracks for getting a correct average power, for example if we add

Re: [PD] unable to open pdp_v4l webcam video stream

2010-11-20 Thread Menno van der Woude
an > der Woude [menn...@gmail.com] > Sent: Saturday, November 20, 2010 12:33 PM > To: pd-list > Subject: [PD] unable to open pdp_v4l webcam video stream > > Hello, > > with the purpose of being able to track elements in sight of a cam by > virtue of their color,

Re: [PD] Tracking color with GEM+Pdp

2010-07-08 Thread Hans-Christoph Steiner
;pedro.lo...@ist.utl.pt> >>> >>> By the way: Does anyone have compiled binaries of that pix_colortrack >>> external? (linux 32 or win 32?) >>> >>> Best regards, >>> Pedro >>> >>> On Tue, Jun 22, 2010 at 6:32 AM, Willia

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-23 Thread Roman Haefeli
lider, > but some colors gives Mx an ugly apparence that could be avoided with > choosing > harmonious tones, for example a yellow handle over a white background slider, > is just > a pain for the eyes. Also the green color is very agressive. Hehe. If you think it's worth to w

Re: [PD] Tracking color with GEM+Pdp

2010-07-10 Thread Pedro Lopes
's >> source, I >> >> realy don't know how to compile it... >> >> (But I confess that my knowledge in compilation is very poor...). >> >> >> >> 01vier. >> >> >> >> >> >> 2010/6/22 Pedro Lopes &

Re: [PD] nusmuk-audio / mixer aesthetics..

2010-04-24 Thread colet . patrice
Hello, there are a lot of externals in this project, too much to work everywhere, also an abs would be interesting. the abstration would contain all the gop stuff and audio routing of one track, and it's two arguments would be audio receiver/emitters variables for throw/catching s

Re: [PD] nusmuk-audio / mixer aesthetics..

2010-04-24 Thread servando barreiro
a white background slider, is just a pain for the eyes. Also the green color is very agressive. Mixing sounds is a kind of computation where the engineer need know accurately which level he has to give to some tracks for getting a correct average power, for example if we add 3 Decibels we double p

Re: [PD] nusmuk-audio / mixer aesthetics..

2010-04-25 Thread colet . patrice
highest peak value, > to find out what sound would overhelm the mixing equilibrium. > > Using different colors for the different bus is a very good idea, and > make gaining time > for finding the good slider, > but some colors gives Mx an ugly apparence that could be avoided wi

[PD] job announcement

2010-08-09 Thread ronald kuivila
-track position beginning July 1, 2011. RANK: Assistant Professor. SALARY: Commensurate with qualifications and experience. QUALIFICATIONS: PhD, MFA, MA or equivalent experience. DUTIES: Teaching courses in electronic music and recording techniques, music composition, contemporary

[PD] job anouncement

2010-08-09 Thread ronald kuivila
-track position beginning July 1, 2011. RANK: Assistant Professor. SALARY: Commensurate with qualifications and experience. QUALIFICATIONS: PhD, MFA, MA or equivalent experience. DUTIES: Teaching courses in electronic music and recording techniques, music composition, contemporary

Re: [PD] opencv

2010-10-28 Thread John Harrison
er tracker? Seems like pix_subtract and pix_blob would do the job... Max Neupert has some nice patches using this technique IIRC: http://web.uni-weimar.de/medien/wiki/Bewegungsmelder You could also use pix_blob's color weight inlet effectively since you know you are looking for red. -John

Re: [PD] edit or play mode information

2007-01-29 Thread Hans-Christoph Steiner
Also, you can track the state if you do this: [receive pd] | [route editmode] | [X] .hc On Jan 29, 2007, at 2:27 AM, Chuckk Hubbard wrote: Sorry, I left the list out on my earlier reply... I have used: [x] | [pd-subpatch editmode $1( Instead of Ctl-E, and then the same toggle can be used

Re: [PD] pdlua + Gem-any examples/tips?

2012-03-19 Thread Claude Heiland-Allen
On 18/03/12 14:13, ALAN BROOKER wrote: Does anyone know of any examples of using Lua with Gem in anyway? Attached example uses a custom particle system in Lua that also keeps track of various parameters for a GLSL shader. Rather undocumented/hacky and might not work on any machine but mine

[PD] edit or play mode information

2007-01-28 Thread robbert van hulzen
rks with a counter that keeps track of the number of times command-e has been hit (resulting in 1 or 0 which controls a spigot). i'd like to replace this 'relative' control with an 'absolute' one, in other words i'm wondering whether i can retrieve the mode status of the pa

[PD] A non-leaky stopwatch

2009-02-23 Thread Phil Stone
Hello, Attached is a stopwatch, derived from [maketime], that doesn't pollute the symbol table (i.e., indefinitely leak memory), thanks to Frank B.'s idea for keeping the symbols re-usable. It has one-second grain, so it does not keep track of partial seconds between stops and res

Re: [PD] [Gnome/Ubuntu] Gem video on external screen

2008-11-08 Thread olsen
. Anyone know a way to track the reason for Gem troubles? cheers, Martin On Thu, Oct 23, 2008 at 12:24 AM, Martin . <[EMAIL PROTECTED]> wrote: Hi all, Im a bit desperate to find a way to play video on an external screen without Gem (or even X/Gnome) crashing. Ive set up xorg.conf to a v

Re: [PD] [GEM]: GL Shader Language

2007-06-25 Thread Cypod
Chipset Model:GeForce 6600 Type: Display Bus: PCI Slot: SLOT-1 VRAM (Total): 256 MB Vendor: nVIDIA (0x10de) Device ID:0x0141 Revision ID: 0x00a4 ROM Revision: 2149 Displays: DELL 2007FP: Resolution: 1600 x 1200 @ 60 Hz Depth: 32-bit Color Core Imag

[PD] edit or play mode information

2007-01-28 Thread Chuckk Hubbard
with the patch below, however, working on several open patches will screw it up as it works with a counter that keeps track of the number of times command-e has been hit (resulting in 1 or 0 which controls a spigot). i'd like to replace this 'relative' control with an 'absolute

Re: [PD] [GEM]: GL Shader Language

2007-06-25 Thread cyrille henry
gt; Revision ID:0x00a4 > ROM Revision: 2149 > > > Displays: > DELL 2007FP: > Resolution: 1600 x 1200 @ 60 Hz > Depth: 32-bit Color > Core Image: Supported > Main Display: Yes > Mirror: Off > Online: Yes > Quart

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread James Dunn
; #X connect 10 0 13 0; #X connect 11 0 10 1; #X connect 13 0 12 0; #X restore 17 534 pd seek; #X obj 133 354 loadbang; #X obj 206 480 s \$0-cnv-rcv; #X msg 160 377 label Track; #X msg 155 397 label_pos 75 14; #X msg 133 457 vis_size 198 248; #X msg 148 417 label_font 0 12; #X msg 140 437 color 10

Re: [PD] per-pixel time based(with memory) effects, is it possible with fragment shaders?

2008-01-06 Thread vade
Hi You can completely do what you want on the GPU with a shader or shaders. In fact, the very shader you describe exists from cycling74 and is included with jitter. As for dealing with color planes, the RGBA values, its VERY easy to do with shaders. You simply sample a texture with: vec4

Re: [PD] Music Video done with Pd/Gem

2007-09-06 Thread Thomas Mayer
to trigger both the start of the track in specimen as well as the video and recording in Pd. That's basically the same patch that I use as "VJ bot" for DJing with friends. cu Thomas -- "Prisons are needed only to provide the illusion that courts and police are effective. They

[PD] motion tracking in GEM (WAS) new license for pidip and unauthorized WAS: pd-pidip into Debian

2010-12-07 Thread Derek Holzer
See attached path by Ben Bogart. D. On 12/7/10 11:32 PM, Derek Holzer wrote: Motion tracking can be done easily in GEM with a combination of [pix-background] to create a histrogram showing only changed pixel values, and [pix_blob] to track the center of gravity of those changed values

Re: [PD] per-pixel time based(with memory) effects, is it possible with fragment shaders?

2008-01-06 Thread Batuhan Bozkurt
ink it is a very simple process if it is really possible. So maybe you have something to say about it. Thanks! BB vade wrote: > Hi > > You can completely do what you want on the GPU with a shader or > shaders. In fact, the very shader you describe exists from cycling74 > and

Re: [PD] multiblob without luminosity

2010-08-28 Thread Derek Holzer
background substraction. I been seen that with opencv it is possible to track blobs based on backgound substraction instead of luminosity. How can i achieve this in puredata? -- ::: derek holzer ::: http://macumbista.net ::: ---Oblique Strategy # 78: "Go outside. Shut the door." #N canvas

Re: [PD] per-pixel time based(with memory) effects, is it possible with fragment shaders?

2008-01-06 Thread vade
vade wrote: >> Hi >> >> You can completely do what you want on the GPU with a shader or >> shaders. In fact, the very shader you describe exists from cycling74 >> and is included with jitter. >> >> As for dealing with color planes, the RGBA valu

Re: [PD] per-pixel time based(with memory) effects, is it possible with fragment shaders?

2008-01-06 Thread Batuhan Bozkurt
ng about shader programming, but I >> think it is a very simple process if it is really possible. So maybe you >> have something to say about it. >> >> Thanks! >> BB >> >> >> vade wrote: >>> Hi >>> >>> You can completely do

[PD] current version of GEM using QuickTime generates audio output!!!!!!!!!

2008-05-09 Thread Matteo Sisti Sette
tant part is the "1" argument, which forces pix_film to use QuickTime rather than DirectX. Now, try it with a dv-pal AVI file with audio - or maybe with ANY avi file with audio - or maybe even with a mov (I reproduced it with a dv-pal avi). The annoying thing is that it is playing the f

Re: [PD] Multiblob and matrices...

2009-04-07 Thread >---------------<[O:O]>---------------
e to similar a question saying there was a > gem example with matrix and multiblob, but I can not seem to find it. Any > idea what and where this is? > there's an abstraction called [pix_blobtracker] which uses [pix_multiblob] and matrix operations

[PD] [gem-cvs] crashes xorg/ati..

2008-02-21 Thread dmotd
i hope someone can shed some light on this.. if it means downgrading drivers, i am happy to do so but i have little time for trial and error.. and yes, i know ati cards have a dismal track record, but this is my only laptop and i am stuck with the card fitted.. thanks.. dmotd. Thi