Discussion:
ANN: Mahotas 1.4.3
Luis Pedro Coelho
2016-10-06 07:31:36 UTC
Permalink
Hello everyone,

I recently released mahotas 1.4.3, a new version of mahotas.

Upgrading is advised as mahotas' API is very stable (please file a bug
report if any code broke).

This almost exclusively a bugfix release, although Guillaume Lemaitre
has added a distance parameter to the haralick function: a

See full docs at
http://mahotas.readthedocs.org
*

Use "pip install mahotas --upgrade" to upgrade.

Conda users can also use::

conda config --add channels conda-forge
conda install mahotas

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

Please cite the following paper if you use the software in a scientific
publication:

**Luis Pedro Coelho** Mahotas: Open source software for scriptable
computer vision in Journal of Open Research Software, 2013.
DOI: http://dx.doi.org/10.5334/jors.ac

Release: http://pypi.python.org/pypi/mahotas
Repository: http://github.com/luispedro/mahotas
Docs: https://mahotas.readthedocs.org/en/latest/
Mailing List: http://groups.google.com/group/pythonvision
Bugtracker: https://github.com/luispedro/mahotas/issues

Thanks
--
Luis Pedro Coelho | EMBL | http://luispedro.org
My blog: http://metarabbit.wordpress.com
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
jip
2016-10-06 10:10:46 UTC
Permalink
Thank you.
Post by Luis Pedro Coelho
Hello everyone,
I recently released mahotas 1.4.3, a new version of mahotas.
Upgrading is advised as mahotas' API is very stable (please file a bug
report if any code broke).
This almost exclusively a bugfix release, although Guillaume Lemaitre
has added a distance parameter to the haralick function: a
See full docs at
http://mahotas.readthedocs.org
*
Use "pip install mahotas --upgrade" to upgrade.
conda config --add channels conda-forge
conda install mahotas
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
Please cite the following paper if you use the software in a scientific
**Luis Pedro Coelho** Mahotas: Open source software for scriptable
computer vision in Journal of Open Research Software, 2013.
DOI: http://dx.doi.org/10.5334/jors.ac
Release: http://pypi.python.org/pypi/mahotas
Repository: http://github.com/luispedro/mahotas
Docs: https://mahotas.readthedocs.org/en/latest/
Mailing List: http://groups.google.com/group/pythonvision
Bugtracker: https://github.com/luispedro/mahotas/issues
Thanks
--
Luis Pedro Coelho | EMBL | http://luispedro.org
My blog: http://metarabbit.wordpress.com
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...