Difference between revisions of "Slicer3:Lauras labels"

From Slicer Wiki
Jump to: navigation, search
Line 17: Line 17:
 
| 1
 
| 1
 
| R caudate head
 
| R caudate head
| style="background:chartreuse"| chartreuse
+
| style="background:rgb(99, 184, 255)"| rgb(99, 184, 255)
 
|-
 
|-
 
| 2
 
| 2
 
| L caudate head
 
| L caudate head
| style="background:chartreuse"| chartreuse
+
| style="background:rgb(10, 10, 255)"| rgb(10, 10, 255)
 
|-
 
|-
 
| 3  
 
| 3  
 
| R thalamus
 
| R thalamus
| style="background:plum"| plum
+
| style="background:rgb(152, 245, 255)"| rgb(152, 245, 255)
 
|-
 
|-
 
| 4  
 
| 4  
 
| L thalamus
 
| L thalamus
| style="background:plum"| plum
+
| style="background:rgb(0, 134, 139)"| rgb(0, 134, 139)
 
|-
 
|-
 
| 5  
 
| 5  
 
| R frontal cortex
 
| R frontal cortex
| style="background:deeppink"| deeppink
+
| style="background:rgb(124, 205, 124)"| rgb(124, 205, 124)
 
|-
 
|-
 
|6  
 
|6  
 
| L frontal cortex
 
| L frontal cortex
| style="background:deeppink"| deeppink
+
| style="background:rgb(69, 139, 0)"| rgb(69, 139, 0)
 
|-
 
|-
 
|7  
 
|7  
 
| R parietal cortex
 
| R parietal cortex
| style="background:purple"| purple
+
| style="background:rgb(124, 252, 10)"| rgb(124, 252, 10)
 
|-
 
|-
 
| 8  
 
| 8  
 
| L parietal cortex
 
| L parietal cortex
| style="background:purple"| purple
+
| style="background:rgb(205, 205, 0)"| rgb(205, 205, 0)
 
|-
 
|-
 
| 9  
 
| 9  
Line 90: Line 90:
 
| All white matter
 
| All white matter
 
| style="background:powderblue"| powderblue
 
| style="background:powderblue"| powderblue
 +
|-
 +
| 26
 +
| Label_26
 +
| style="background:rgb(241,209,234)"|  rgb(241,209,234)
 
|}
 
|}

Revision as of 19:25, 28 June 2011

Home < Slicer3:Lauras labels
Back to LUTs and Ontologies
  • Standard color names and values: http://www.w3.org/TR/SVG/types.html#ColorKeywords
  • Go here to create a text file in Slicer LUT format. WARNING: the conversion fails on the alpha channel if using rgba(R, G, B, 255) instead of rgb(R, G, B) or rgba(R, G, B, 1.0). If the last column of the generated text file contains 65025, change it to 255.

Look-up Table for Lauras labels

Work in progress.

integer_label text_label color
0 Background rgba(0,0,0,0)
1 R caudate head rgb(99, 184, 255)
2 L caudate head rgb(10, 10, 255)
3 R thalamus rgb(152, 245, 255)
4 L thalamus rgb(0, 134, 139)
5 R frontal cortex rgb(124, 205, 124)
6 L frontal cortex rgb(69, 139, 0)
7 R parietal cortex rgb(124, 252, 10)
8 L parietal cortex rgb(205, 205, 0)
9 R cerebellum mediumspringgreen
10 L cerebellum mediumspringgreen
11 R hippo red
12 L hippo red
13 R paraventric WM royalblue
14 L paraventric WM royalblue
15 CC yellow
16 R olfactory gyrus orange
17 L olfactory gyrus orange
18 All CSF space deepskyblue
19 All white matter powderblue
26 Label_26 rgb(241,209,234)