<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi <br>
here are my first steps in my attempt to writing a flext lib using
openCV computervision library. <br>
<br>
Instead of writing new pix_objects or pdp_objects, the idea is to use
an internal array of pointers pointing to opencv data structures and to
pass indexes from one object to another.<br>
This way, it is possible to work on images but also on other data
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
detection), displaying window&nbsp; <br>
and a bridge from / to GEM pixes.<br>
<br>
You can have a look on source code and build for windows xp <a
 href="http://jy.gratius.free.fr/?q=node/167">here</a>.<br>
<br>
I am not a developer. I don't intend to write a exhaustive library,
only objects I need for my artistic purposes.<br>
But if you want to feedback / contribute, you are welcome...<br>
Jean-Yves<br>
<br>
<br>
</body>
</html>