Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
Multilabel.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef _lut_Multilabel_h_
14 #define _lut_Multilabel_h_
15 
16 static const double Multilabel[25][3] =
17 {
18  { 1.0, 1.0, 0.0 }, { 0.0, 1.0, 0.0 }, { 0.0, 0.0, 1.0 }, { 1.0, 1.0, 0.4 }, { 0.0, 0.4, 0.7 },
19  { 1.0, 0.0, 1.0 }, { 1.0, 0.5, 0.0 }, { 0.0, 1.0, 0.5 }, { 0.5, 0.0, 1.0 }, { 1.0, 1.0, 0.5 },
20  { 0.5, 1.0, 1.0 }, { 1.0, 0.5, 0.6 }, { 1.0, 0.3, 0.3 }, { 0.4, 0.7, 1.0 }, { 0.4, 0.5, 1.0 },
21  { 0.8, 0.5, 1.0 }, { 1.0, 0.3, 1.0 }, { 1.0, 0.5, 0.6 }, { 1.0, 0.5, 0.4 }, { 0.4, 0.5, 0.4 },
22  { 1.0, 0.5, 0.76 }, { 0.76, 0.4, 0.4 }, { 1.0, 0.5, 0.4 }, { 0.76, 0.3, 0.4 }, { 1.0, 0.3, 0.4 }
23 };
24 
25 #endif
static const double Multilabel[25][3]
Definition: Multilabel.h:16