Pymorph

Pymorph 0.96

It can be considered an image morphology toolbox, implementing the basic binary and greyscale morphology operations, working with the numpy arrays representings.It is updated to work with numpy, while the names and interfaces have been...

Milk

Milk 0.5.3

Milk wraps libsvm in Python code.It also supports k-means clustering with an implementation that is careful not to use too much memory.Features:Random forests Self organising maps SVMs. Using the libsvm solver with a pythonesque wrapper around...

Mahotas

Mahotas 1.3.0 updated

Mahotas comes packed with algorithms for processing images.They were implemented in C++ for speed and use numpy arrays to operate.The main algorithms are Otsu thresholding and watershed.What is new in this release:Add labeled.bbox function Add...

read more
Jug

Jug 1.1

Jug is a Python implementation of the MapReduce framework (now a standard part of Hadoop), allowing developers to write code that can run in different forms of parallelization.This means code that can run in parallel on the same machine, or across a...