Skip to content

Commit 8b26e43

Browse files
authored
Upadate
1 parent 9e463ad commit 8b26e43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ Functions Used in two codes::
1919
output:
2020
(numpy.ndarray): Gaussian mixture for every point in feature space.
2121

22-
3.dice_similarity(Seg_img, GT_img,state):
22+
3. dice_similarity(Seg_img, GT_img,state):
23+
2324
Inputs:
2425
Seg_img (numpy.ndarray): Segmented Image.
2526
GT_img (numpy.ndarray): Ground Truth Image.
2627
State: "nifti" if the images are nifti file
2728
"arr" if the images are an ndarray
28-
output:
29+
30+
output:
2931
Dice Similarity Coefficient: dice_CSF, dice_GM, dice_WM.
3032

3133
4. Dice_and_Visualization_of_one_slice(Seg_img, GT_img,state,number_of_slice):

0 commit comments

Comments
 (0)