I started doing the same thing a while ago. I learned a lot from the process but then I discovered this...<br><br><a href="http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv" target="_blank">http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv</a><br>

<br>I know everyone has different needs when it comes to open source projects but maybe if these objects are not exactly what you need you can contribute to that project. That way there is a focused effort into making a great set of opencv objects. This is in no way my project and I dont know if it&#39;s authors even want contributions but they do have a portion on dev info so I figured that they would not mind.<br>

<br>my2cents <br><br><br><div class="gmail_quote">On Wed, Feb 25, 2009 at 7:25 AM, Jean-Yves Gratius <span dir="ltr">&lt;<a href="mailto:jygratius@club.fr" target="_blank">jygratius@club.fr</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;">

(sorry if double post)<br>
Hi<br>
here are my first steps in my attempt to writing a flext lib using<br>
openCV computervision library.<br>
<br>
Instead of writing new pix_objects or pdp_objects, the idea is to use an<br>
internal array of pointers pointing to opencv data structures and to<br>
pass indexes from one object to another.<br>
This way, it is possible to work on images but also on other data<br>
structures (like IplImage, cvSeg, cvPoint, etc... )<br>
<br>
In this very first attempt, i wrote some externals in a flext lib :<br>
smooth-median, smooth-gaussian , dilate, erode, canny (contour<br>
detection), displaying window<br>
and a bridge from / to GEM pixes.<br>
<br>
You can have a look on source code and build for windows xp here<br>
&lt;<a href="http://jy.gratius.free.fr/?q=node/167" target="_blank">http://jy.gratius.free.fr/?q=node/167</a>&gt;.<br>
<br>
I don&#39;t intend to write a exhaustive library, only objects I need for my<br>
artistic purposes.<br>
But if you want to feedback / contribute, you are welcome...<br>
best,<br>
Jean-Yves<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@iem.at" target="_blank">GEM-dev@iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
</blockquote></div><br>