Skip to content

Commit

Permalink
update install notes and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Sep 23, 2014
1 parent dd92088 commit 881ae80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Mac:

Install PYSEG_BASE:

pip install pysegbase

or:

git clone https://github.com/mjirik/pyseg_base.git


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Run

Create output.mat file:

python src/dcmreaddata.py -i directoryWithDicomFiles --degrad 4
python pysegbase/dcmreaddata.py -i directoryWithDicomFiles --degrad 4

See data:

python src/seed_editor_qt.py -f output.mat
python pysegbase/seed_editor_qt.py -f output.mat

Make graph_cut:

python src/pycut.py -f output.mat
python pysegbase/pycut.py -f output.mat


Use is as a library:
Expand Down

0 comments on commit 881ae80

Please sign in to comment.