Mahotas 1.0.3 发布,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

发布说明: This release adds several minor improvements: new arguments to the bbox function, distance transform in multiple dimensions, and better error messages. Internally, mahotas has been updated to exclusively use the newer numpy APIs for future-proofing

Python的图形处理库,Mahotas 0.9.4 发布