Discussion:
ANN mahotas 1.4.5
Luis Pedro Coelho
2018-10-21 11:36:22 UTC
Permalink
Dear list,

Mahotas 1.4.5 has just been released.

It's a very minor release, future-proofing against numpy deprecations.

Recommended installation mode is conda-forge:

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 | Fudan University | http://luispedro.org
https://orcid.org/0000-0002-9280-7885
--
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.
Jean-Patrick Pommier
2018-10-22 09:20:48 UTC
Permalink
Thank you
Post by Luis Pedro Coelho
Dear list,
Mahotas 1.4.5 has just been released.
It's a very minor release, future-proofing against numpy deprecations.
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 | Fudan University | http://luispedro.org
https://orcid.org/0000-0002-9280-7885
--
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
For more options, visit https://groups.google.com/d/optout.
--
http://dip4fish.blogspot.fr/
Dedicated to Digital Image Processing for FISH, QFISH and other things
about the telomeres.
--
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...