Описание тега mahotas
Mahotas is a set of functions for image processing and computer vision in Python.
Mahotas is a set of functions for image processing and computer vision in Python.
It is completely based on numpy arrays as its datatype. It has its heavy routines implemented in clean C++ in a way that is both very clean, type independent (using templates), and fast.
Full documentation is at https://mahotas.readthedocs.io/
Code repository is at https://github.com/luispedro/mahotas