Hi List, I'd like to announce the release of mahotas 0.5.3.
Mahotas is an image processing library, which is mostly implemented in C++ for speed and complements scipy.ndimage and pymorph. Notable Algorithms ------------------ - watershed. - thresholding. - convex points calculations. - hit & miss. thinning. - Zernike & Haralick features. - freeimage based numpy image loading (requires freeimage libraries to be installed). New Features in 0.5.3 ---------------------- * Implement mahotas.thin() in C++ for speed * Add np.uint64 support to fullhistogram() * Drop GIL when possible * Add imresize() wrapper around ndimage.zoom Website: http://luispedro.org/software/mahotas Mailing List (for computer vision in Python stuff, including this library): http://groups.google.com/group/pythonvision Repository: http://github.com/luispedro/mahotas API Docs: http://packages.python.org/mahotas/ Thank you, -- Luis Pedro Coelho http://luispedro.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/