<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    hi!<br>
    <br>
    use pix_rgb2hsv to convert to hsv colorspace.<br>
    then use pix_curve with 3 different tables for hue, saturation and
    value to filter out the desired color.<br>
    then convert back with pix_hsv2rgb.<br>
    it's a little bit of experimenting with the curves...<br>
    <br>
    matthias<br>
    <br>
    Am 24.05.12 21:54, schrieb Alexandros Drymonitis:
    <blockquote
cite="mid:CAF58LJrA8+kDe5JNKe6YGc5dcKNQXdMmcsFEFrhW5u__+4r__A@mail.gmail.com"
      type="cite">Hi,<br>
      I'm trying to use some patches Max Neupert has published, to track
      motion. The patches use [pix_movement], [pix_background],
      [pix_blob] and other objects (not all of them in all the patches).
      I can track white for now fine, but can't really find out how to
      track green, for example (well, the actual color I want to track
      is greenish).<br>
      Any suggestions on how to do this?<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
GEM-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a>
<a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/gem-dev">http://lists.puredata.info/listinfo/gem-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>