Skip to content

Commit 557ef47

Browse files
committed
update readme
1 parent 220dea1 commit 557ef47

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Pushmeet Kohli and Philip H.S. Torr. "Efficiently solving dynamic markov random
1616
# Dependency
1717
This repository depends on the following packages:
1818

19-
* Maxflow http://www.cs.ucl.ac.uk/staff/V.Kolmogorov/software.html
19+
* Maxflow https://vision.cs.uwaterloo.ca/code/
2020

2121
* DenceCRF http://graphics.stanford.edu/projects/drf/
2222

23-
* 3D Fully Connected CRF https://github.com/Kamnitsask/dense3dCrf
23+
* 3D Dense CRF https://github.com/deepmedic/dense3dCrf
2424

2525
# Examples
2626
Some demos of using this package are:
@@ -30,3 +30,16 @@ Some demos of using this package are:
3030
* `examples/demo_densecrf.py`: using dense CRF for 2D gray scale and RGB image segmentation.
3131

3232
* `examples/demo_densecrf3d.py`: using 3D dense CRF for 3D multi-modal image segmentation.
33+
34+
# Modules
35+
* `maxflow` has four functions as follows. Note that the current version only support binary segmentation.
36+
37+
** maxflow.maxflow2d() for 2D automatic segmentation.
38+
39+
** maxflow.interactive_maxflow2d() for 2D interactive segmentation.
40+
41+
** maxflow.maxflow3d() for 3D automatic segmentation.
42+
43+
** maxflow.interactive_maxflow3d() for 3D interactive segmentation.
44+
45+

0 commit comments

Comments
 (0)