OFFIS DCMTK  Version 3.6.0
diqttype.h
1 /*
2  *
3  * Copyright (C) 2002-2010, OFFIS e.V.
4  * All rights reserved. See COPYRIGHT file for details.
5  *
6  * This software and supporting documentation were developed by
7  *
8  * OFFIS e.V.
9  * R&D Division Health
10  * Escherweg 2
11  * D-26121 Oldenburg, Germany
12  *
13  *
14  * Module: dcmimage
15  *
16  * Author: Marco Eichelberg
17  *
18  * Purpose: typdefs and constants for the color quantization classes
19  *
20  * Last Update: $Author: joergr $
21  * Update Date: $Date: 2010-10-14 13:16:30 $
22  * CVS/RCS Revision: $Revision: 1.6 $
23  * Status: $State: Exp $
24  *
25  * CVS/RCS Log at end of file
26  *
27  */
28 
29 
30 #ifndef DIQTTYPE_H
31 #define DIQTTYPE_H
32 
33 
34 #include "dcmtk/config/osconfig.h"
35 
37 typedef unsigned char DcmQuantComponent;
38 
40 #define DcmQuantHashSize 20023UL
41 
47 #define DcmQuantMaxColors 65536
48 
49 
53 enum DcmLargestDimensionType
54 {
56  DcmLargestDimensionType_default,
57 
59  DcmLargestDimensionType_luminance
60 };
61 
62 
66 enum DcmRepresentativeColorType
67 {
69  DcmRepresentativeColorType_default,
70 
72  DcmRepresentativeColorType_averagePixels,
73 
75  DcmRepresentativeColorType_centerOfBox
76 
77 };
78 
79 #endif
80 
81 
82 /*
83  * CVS/RCS Log:
84  * $Log: diqttype.h,v $
85  * Revision 1.6 2010-10-14 13:16:30 joergr
86  * Updated copyright header. Added reference to COPYRIGHT file.
87  *
88  * Revision 1.5 2009-11-25 14:36:20 joergr
89  * Added new source and header file for the module logger.
90  *
91  * Revision 1.4 2009-10-13 14:08:33 uli
92  * Switched to logging mechanism provided by the "new" oflog module
93  *
94  * Revision 1.3 2005-12-08 16:01:55 meichel
95  * Changed include path schema for all DCMTK header files
96  *
97  * Revision 1.2 2003/12/23 12:21:09 joergr
98  * Updated copyright header.
99  *
100  * Revision 1.1 2002/01/25 13:32:08 meichel
101  * Initial release of new color quantization classes and
102  * the dcmquant tool in module dcmimage.
103  *
104  *
105  */


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2