File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments