[ANN] IM = Numeric + PIL + OpenCV

Edward C. Jones edcjones@erols.com
Sat, 30 Mar 2002 11:09:17 -0500


IM (pronounced with a long I) is an Python module that makes
it easy to use Numeric and PIL together in programs. Typical
functions in IM are:

     Open: Opens an image file using PIL and converts it
       to Numeric, PIL, or OpenCV formats.
     Save: Converts an array to PIL and saves it to a file.
     Array_ToArrayCast: Converts images between formats and
       between pixel types.

In addition to Numeric and PIL, IM works with the Intel OpenCV
computer vision system
(http://www.intel.com/research/mrl/research/opencv/). OpenCV is
available for Linux at the OpenCV Yahoo Group
(http://groups.yahoo.com/group/OpenCV/).

IM currently runs under Linux only. It should not be too difficult
to port the basic IM system to Windows or Mac. The OpenCV wrapper
is large and complex and uses SWIG. It will be harder to port.

The IM system appears to be pretty stable. On the other hand,
the OpenCV wrapper is probably very buggy.

To download the software go to
http://members.tripod.com/~edcjones/pycode.html and download
"PyCV.032502.tgz".

Edward C. Jones
edcjones@hotmail.com