There was an error while loading. Please reload this page.
1 parent 9e463ad commit 8b26e43Copy full SHA for 8b26e43
README.md
@@ -19,13 +19,15 @@ Functions Used in two codes::
19
output:
20
(numpy.ndarray): Gaussian mixture for every point in feature space.
21
22
-3.dice_similarity(Seg_img, GT_img,state):
+3. dice_similarity(Seg_img, GT_img,state):
23
+
24
Inputs:
25
Seg_img (numpy.ndarray): Segmented Image.
26
GT_img (numpy.ndarray): Ground Truth Image.
27
State: "nifti" if the images are nifti file
28
"arr" if the images are an ndarray
- output:
29
30
+ output:
31
Dice Similarity Coefficient: dice_CSF, dice_GM, dice_WM.
32
33
4. Dice_and_Visualization_of_one_slice(Seg_img, GT_img,state,number_of_slice):
0 commit comments