Discussion:
ANN: Mahotas 0.9.5
Luis Pedro Coelho
2012-11-05 10:52:32 UTC
Permalink
Hello list,

I posted a new version of mahotas (0.9.5) to pypi.

This includes a fix for older versions of G++ (and possibly other compilers).
It adds a few new functions: cdilate, subm, tophat*; and, thanks to Karol M.
Langner, adds ``mode`` arguments in places it makes sense but was missing
[these specify how you want to handle boundary conditions].



Mahotas

Mahotas is a computer vision library. Algorithms operate on numpy arrays, but
are implemented in C++ for speed (efficiency is a major concern of mahotas).

It includes algorithms such as watershed, morphological operations, feature
computation (Haralick features, Zernike moments, and SURF), and other tidbits.


License: MIT

Release: http://pypi.python.org/pypi/mahotas
Repository: http://github.com/luispedro/mahotas
API Docs: http://packages.python.org/mahotas/
General webpage: http://luispedro.org/software/mahotas
--
Luis Pedro Coelho | Institute for Molecular Medicine | http://luispedro.org

--
Loading...