Mahotas发布0.9.6版本 ,Python的图形处理库
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
此版本增加了一个颜色转换的模块(mahotas.color)以及一个基本的SLIC super-pixels实现和一些额外的标签处理功能:重新标记和remove_regions。还有距离函数和median_filter的错误修正。