Discussion:
ANN: Mahotas 0.9.8
Luis Pedro Coelho
2013-04-22 15:18:13 UTC
Permalink
Hello list,

I'm pleased to announce a new version of mahotas: 0.9.8

This is in the run up to 1.0, which is 'round the corner, but it is
mostly a release of minor features: dense SURF, post-filtering SLIC, and
the use of matplotlib as a fallback for IO.

It also fixes a lot of compilation warnings on different platforms.

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: https://mahotas.readthedocs.org/en/latest/
Mailing List: http://groups.google.com/group/pythonvision
General webpage: http://luispedro.org/software/mahotas
--
Luis Pedro Coelho | EMBL | http://luispedro.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Gabriel Espinosa
2013-04-28 07:05:30 UTC
Permalink
Have you ever thought about incorporate mahotas to a parallel computer
system like PetSc?

If yes, Could you please let me know where I can find it.
If not, I will try to work on this. So please, let me know if you are
interesting on it.

Best,
Gabe
Post by Luis Pedro Coelho
Hello list,
I'm pleased to announce a new version of mahotas: 0.9.8
This is in the run up to 1.0, which is 'round the corner, but it is
mostly a release of minor features: dense SURF, post-filtering SLIC, and
the use of matplotlib as a fallback for IO.
It also fixes a lot of compilation warnings on different platforms.
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: https://mahotas.readthedocs.org/en/latest/
Mailing List: http://groups.google.com/group/pythonvision
General webpage: http://luispedro.org/software/mahotas
--
Luis Pedro Coelho | EMBL | http://luispedro.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Luis Pedro Coelho
2013-04-28 16:09:10 UTC
Permalink
Until your message I had not even heard PetSc, so the answer is no.

A general problem with writing parallel code in a library is that it is
a mess to support all possible combinations of uses.

I think a lot of people might find it interesting if you did something
in that direction.

Best,
Luis
Post by Gabriel Espinosa
Have you ever thought about incorporate mahotas to a parallel computer
system like PetSc?
If yes, Could you please let me know where I can find it.
If not, I will try to work on this. So please, let me know if you are
interesting on it.
Best,
Gabe
Hello list,
I'm pleased to announce a new version of mahotas: 0.9.8
This is in the run up to 1.0, which is 'round the corner, but it is
mostly a release of minor features: dense SURF, post-filtering SLIC, and
the use of matplotlib as a fallback for IO.
It also fixes a lot of compilation warnings on different platforms.
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
<http://pypi.python.org/pypi/mahotas>
Repository: http://github.com/luispedro/mahotas
<http://github.com/luispedro/mahotas>
API Docs: https://mahotas.readthedocs.org/en/latest/
<https://mahotas.readthedocs.org/en/latest/>
Mailing List: http://groups.google.com/group/pythonvision
<http://groups.google.com/group/pythonvision>
General webpage: http://luispedro.org/software/mahotas
<http://luispedro.org/software/mahotas>
--
Luis Pedro Coelho | EMBL | http://luispedro.org
--
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
For more options, visit https://groups.google.com/groups/opt_out.
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...