Python的图形处理库,Mahotas 0.9.4 发布
jopen 12年前
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
此版本(0.9.3版)修正了在插补模块中的几个错误。此外,它也有一些形态的性能提升和更多的标签功能。