Release Notes: Major Changes: distance transform, bwperim(), a freeimage interface, and zernike moment computation. Minor changes: namespace reorganization, many bugfixes, and speed improvements in many functions.


Release Notes: A minor release that adds dense SURF calculation and post-filtering SLIC segmentation as well as several documentation fixes.


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.