Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
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  { 0.745, 0, 0.196 }, { 0.952, 0.764, 0 }, { 0.552, 0.713, 0 }, { 0.631, 0.792, 0.945 }, { 0.639, 0.250, 0.725 },
19  { 0, 0.403, 0.647 }, { 0.952, 0.517, 0 }, { 0.666, 0.956, 0 }, { 0.109, 1, 0.807 }, { 0.823, 0.603, 0.639 },
20  { 0.533, 0.176, 0.090 }, { 1, 0.803, 0.6 }, { 0.447, 0.188, 0.588 }, { 0.988, 0.109, 0.749 }, { 0, 0.325, 0 },
21  { 1, 0, 0 }, { 0.047, 0.752, 0.352 }, { 0.196, 0.513, 0.996 }, { 1, 1, 0.501 }, { 0.811, 0.396, 0.254 },
22  { 0.941, 0.627, 1 }, { 0.231, 0, 0.984 }, { 0.086, 1, 0.196 }, { 0.109, 0.513, 0.337 }, { 0.984, 0.894, 0.149 }
23 };
24 
25 #endif
Multilabel
static const double Multilabel[25][3]
Definition: Multilabel.h:16