From 12bbe03536f5fde0756a5e16dd3a1bd9778217aa Mon Sep 17 00:00:00 2001 From: Mario Varas Date: Mon, 16 Mar 2020 16:43:48 -0500 Subject: [PATCH] README comprehension .md extension + markdown --- README.txt => README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) rename README.txt => README.md (77%) diff --git a/README.txt b/README.md similarity index 77% rename from README.txt rename to README.md index d7c7282..c4a9c53 100644 --- a/README.txt +++ b/README.md @@ -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 @@ -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