[Numpy-discussion] Trying to implement the array interface
Jarrod Millman
millman@berkeley....
Wed Jan 14 08:34:39 CST 2009
On Wed, Jan 14, 2009 at 3:17 AM, Mark Asbach <asbach@ient.rwth-aachen.de> wrote:
> I'm currently extending the Python wrapper for the Open Computer Vision
> Library (opencv) with the goal to interface numerical libraries as seemless
> as possible. Unfortunately, it doesn't seem to be that easy ;-)
This is really great. Thanks for working on this.
> - pymat: didn't check. Seems to use Numeric, test results cover Numeric 23
> and Matlab 6.5 only, so this package might be dead?
It is pretty much dead. Take a look at the mlabwrap scikit:
http://scikits.appspot.com/mlabwrap
mlabwrap hasn't been updated since 2007, but it works pretty well,
supports numpy, and is much better than pymat.
Jarrod
More information about the Numpy-discussion
mailing list