Download List

Project Description

Mahotas is an image processing library for Python. It includes a couple of algorithms implemented in C++ for speed while operating in numpy arrays. The main algorithms are watershed and Otsu thresholding.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-04 07:48
0.9.7

This release adds several new functions: haralick_features, circle_se, bernsen (local thresholding). It adds an out parameter to morph functions that were missing it. It uses a direct implementation of binary erosion/dilation in two-dimensional C arrays.
Tags: Minor, bugfix

2012-12-03 04:00
0.9.6

This release adds a color conversion module (mahotas.color) as well as a basic SLIC super-pixels implementation and a few extra label handling functions: relabel and remove_regions. There are bugfixes for distance function and median_filter.
Tags: Minor, Stable

2012-11-06 08:30
0.9.5

This version adds several new morphological functions: subm, cdilate, and tophat transforms. It adds border handling to functions where it was missing, such as border, euler, and bwperim. It includes a few fixes for older compilers.
Tags: Minor, Stable

2012-10-11 06:15
0.9.4

This release (with version 0.9.3) fixes several bugs in the interpolation module. Additionally, it has some morphology performance increases and more labeled functions.
Tags: Minor, bugfix

2012-09-02 20:26
0.9.2

This release adds a compilation fix for some versions of Mac OS X, some Windows fixes for freeimage, and speed improvements affecting several functions.
Tags: Minor

Project Resources