VIP: Volume Image Processing


gtm_method.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/pvec/gtm_method.h* TYPE : Header
4 * AUTHOR : Frouin V. * CREATION : 20/09/1999
5 * VERSION : 1.5 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Sun SPARC
8 *****************************************************************************
9 *
10 * DESCRIPTION : header for Partial Volume Effect Correction GTM METHOD
11 *
12 *****************************************************************************
13 *
14 * USED MODULES :
15 *
16 *****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|----------------------------------------
19 * / / | |
20 *****************************************************************************/
21
22
23#ifndef VIP_PVEC_GTM_METHOD_H
24#define VIP_PVEC_GTM_METHOD_H
25
26#ifdef __cplusplus
27 extern "C" {
28#endif
29
30/* general includes ------------------------------------------------------- */
31
32
33/* application includes --------------------------------------------------- */
34#include <vip/volume.h>
35#include <vip/alloc.h>
36#include <vip/util.h>
37#include <vip/gaussian.h>
38#include <vip/morpho.h>
39
40
41
42
43
44#define GRAY_LEVEL_ANATOMY 3
45#define BINARY_BRAIN 4
46#define FORCE_BACK 5
47
48/* extern declaration --------------------------------------------------- */
49
50
51
52
53#ifdef __cplusplus
54 }
55#endif
56
57#endif