forked from mlcommons/medperf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from aristizabal95/itk-snap-automation
Add Itk-snap automation feature
- Loading branch information
Showing
3 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
################################################ | ||
# ITK-SnAP Label Description File | ||
# File format: | ||
# IDX -R- -G- -B- -A-- VIS MSH LABEL | ||
# Fields: | ||
# IDX: Zero-based index | ||
# -R-: Red color component (0..255) | ||
# -G-: Green color component (0..255) | ||
# -B-: Blue color component (0..255) | ||
# -A-: Label transparency (0.00 .. 1.00) | ||
# VIS: Label visibility (0 or 1) | ||
# IDX: Label mesh visibility (0 or 1) | ||
# LABEL: Label description | ||
################################################ | ||
0 0 0 0 0 0 0 "Background" | ||
1 255 0 0 1 1 1 "Necrotic Tumor Core" | ||
2 0 255 0 1 1 1 "Tumor Infiltration & Edema" | ||
3 0 0 255 1 1 1 "Enhancing Tumor Core" | ||
4 255 255 0 1 1 1 "Resection Cavity" | ||
5 0 255 255 1 1 1 "Label 5" | ||
6 255 0 255 1 1 1 "Label 6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters