Skip to content

Commit

Permalink
example added
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Feb 9, 2015
1 parent 218c530 commit fedde2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lisa/volumetry_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
Input is YAML file with dataset metadata.
Function compare_volumes can be used to compare two data.
Compute Sliver07 score::
eval_data = lisa.volumetry_evaluation.compare_volumes(
ndimage_3d_segmentation_1,
ndimage_3d_segmentation_2,
voxelsize_mm)
score = lisa.volumetry_evaluation.sliver_score_one_couple(eval_data)
"""

# import funkcí z jiného adresáře
Expand Down

0 comments on commit fedde2d

Please sign in to comment.