Mahotas 1.0 发布,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
Python的图形处理库,Mahotas 0.9.4 发布

发布说明:此版本减少了运行时需要的依赖。 matplotlib,现在只需要在某些情况下(而不是在一开始就被导入)。同样,测试不再依赖于图像IO库。相比以前发布的beta版本,只有一些小的改动。