Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #77 > unrolled thread

ANN: Mahotas 0.6.4

Started byLuis Pedro Coelho <luis@luispedro.org>
First post2011-04-07 15:11 -0400
Last post2011-04-07 15:11 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: Mahotas 0.6.4 Luis Pedro Coelho <luis@luispedro.org> - 2011-04-07 15:11 -0400

#77 — ANN: Mahotas 0.6.4

FromLuis Pedro Coelho <luis@luispedro.org>
Date2011-04-07 15:11 -0400
SubjectANN: Mahotas 0.6.4
Message-ID<mailman.139.1302273697.9059.python-announce-list@python.org>
Hello all,

I'm happy to announce a new release of mahotas, my computer vision
library for Python.

WHAT'S MAHOTAS
--------------

Mahotas is a library which includes several image processing algorithm.
It works over numpy arrays. All its computation heavy functions are
implemented in C++ (using templates so that they work for every data
type without conversions).

The result is a fast, optimised image processing and computer vision
library.

It is under heavy development and has no known bugs. Reported bugs
almost always get fixed in a day.

WHAT'S NEW
----------

Major change is that Mac OS compilation now works! Thanks to K-Michael
Aye for the patch that saved the day.

Minor changes include fixes to ``cwatershed`` and adding the tests to
the source distribution (use `python setup.py test` to run them). Some
of these.

INFO
----
*API Docs*: http://packages.python.org/mahotas/

*Mailing List*: Use the pythonvision mailing list
http://groups.google.com/group/pythonvision?pli=1 for questions, bug
submissions, etc.

*Author*: Luis Pedro Coelho (with code by Zachary Pincus [from
scikits.image], Peter J. Verveer [from scipy.ndimage], and Davis King
[from dlib]

*License*: GPLv2

Thank you,
-- 
Luis Pedro Coelho | Carnegie Mellon University | http://luispedro.org

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web