Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 564 Bytes

############### ISLESevaluation ###############

Evaluation script for the ISLES 2015 and 2016 challenges (www.isles-challenge.org).

Background libarary

Covalic: https://github.com/InsightSoftwareConsortium/covalic/

Requirements

ITK: http://www.itk.org/

Compilation

cmake .
make

Usage

LINUX and MAC
./validateLabelImages-ISLES truth.nii[.gz] test.nii[.gz] evaluationresults.json (optional)

WINDOWS
validateLabelImages-ISLES.exe truth.nii[.gz] test.nii[.gz] evaluationresults.json (optional)