Skip to content

Commit 0d82df7

Browse files
committed
update readme
1 parent 557ef47 commit 0d82df7

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,21 @@ Some demos of using this package are:
3232
* `examples/demo_densecrf3d.py`: using 3D dense CRF for 3D multi-modal image segmentation.
3333

3434
# Modules
35-
* `maxflow` has four functions as follows. Note that the current version only support binary segmentation.
35+
1, `maxflow` has four functions as follows. Note that the current version only supports binary segmentation.
3636

37-
** maxflow.maxflow2d() for 2D automatic segmentation.
37+
* maxflow.maxflow2d() for 2D automatic segmentation.
3838

39-
** maxflow.interactive_maxflow2d() for 2D interactive segmentation.
39+
* maxflow.interactive_maxflow2d() for 2D interactive segmentation.
4040

41-
** maxflow.maxflow3d() for 3D automatic segmentation.
41+
* maxflow.maxflow3d() for 3D automatic segmentation.
4242

43-
** maxflow.interactive_maxflow3d() for 3D interactive segmentation.
43+
* maxflow.interactive_maxflow3d() for 3D interactive segmentation.
4444

45+
2, `denseCRF` has the following function. It can deal with multi-class segmentation, and only supports RGB images.
46+
47+
* denseCRF.densecrf() for 2D automatic segmentation.
48+
49+
2, `denseCRF3D` has the following function. It can deal with multi-class segmentation, and the input channel number can be 1-5.
50+
51+
* denseCRF3D.densecrf3d() for 3D automatic segmentation.
4552

0 commit comments

Comments
 (0)