VIP: Volume Image Processing


histo_static.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/histo_static.h * TYPE : Header
4 * AUTHOR : MANGIN J.F. * CREATION : 20/04/1997
5 * VERSION : 1.1 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Linux
8 *****************************************************************************
9 *
10 * DESCRIPTION : gestion des histogrammes (scalespace, Kmeans...)
11 * jfmangin@cea.fr
12 *
13 *****************************************************************************
14 *
15 * USED MODULES :
16 *
17 *****************************************************************************
18 * REVISIONS : DATE | AUTHOR | DESCRIPTION
19 *--------------------|--------------|----------------------------------------
20 * / / | |
21 *****************************************************************************/
22
23
24
25#ifndef VIP_HISTO_STATIC_H
26#define VIP_HISTO_STATIC_H
27
28#ifdef __cplusplus
29 extern "C" {
30#endif
31
32#include <vip/histo.h>
34
35
36#ifdef __cplusplus
37 }
38#endif
39
40#endif /* VIP_HISTO_STATIC_H */
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65