Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mjirik/lisa
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Feb 9, 2015
2 parents b542af7 + fedde2d commit e5514d4
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 e5514d4

Please sign in to comment.