Mahotas 1.0.1 发布,Python的图片处理库
jopen 11年前
Mahotas是一个Python的图片处理库。它包含了一对用C++实现的主要算法:watershed 和 Otsu thresholding,以实现更快的速度。其它算法还包括:
- SURF
- convex hull computation
- polygon drawing
- feature computation: Haralick textures, local binary patterns, and Zernike moment
- distance transform
- freeimage & imread interface
发布说明: An important bug in Haralick was fixed along with an issue with saving greyscale images with the matplotlib backend. A rgb2sepia function was added.