Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions README.txt → README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Random walker algorithm
=======================
# Random walker algorithm

from *Random walks for image segmentation*, Leo Grady, IEEE Trans
Pattern Anal Mach Intell. 2006 Nov;28(11):1768-83.

Dependencies
------------
## Dependencies

* numpy >= 1.4, scipy

Expand All @@ -16,12 +14,10 @@ significantly the performance.

Installing numexpr makes only a slight improvement.

Installing
----------
## Installing

sudo python setup.py install

Testing
-------
## Testing

nosetests test_random_walker.py