VIP: Volume Image Processing
interpol.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* PROJECT : V.I.P. Library
3
* MODULE NAME : vip/interpol.h * TYPE : Header
4
* AUTHOR : MANGIN J.-F. * CREATION :
5
* VERSION : 0.1 * REVISION :
6
* LANGUAGE : C * EXAMPLE :
7
* DEVICE : Sun SPARC Station 5
8
*****************************************************************************
9
*
10
* DESCRIPTION :
11
*
12
*****************************************************************************
13
*
14
* USED MODULES :
15
*
16
*****************************************************************************
17
* REVISIONS : DATE | AUTHOR | DESCRIPTION
18
*--------------------|--------------|----------------------------------------
19
* 09/02/99| POUPON F. | Passage en ANSI pour VIP
20
*****************************************************************************/
21
22
#ifndef VIP_INTERPOL_H
23
#define VIP_INTERPOL_H
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
#include <
vip/bucket.h
>
30
#include <
vip/matching/list.h
>
31
#include <
vip/matching/distance.h
>
32
33
#define PLUS_PROCHE_VOISIN 1000
34
#define TRILINEAIRE 1100
35
36
extern
Vip3DPoint_VFLOAT *
VipGetPolynomInterpolBestPosition
(
37
SuperList
*list,
38
Volume
*dmap,
39
Vip3DPoint_S16BIT *best_offset,
40
Dist6Connexe
*distvoisins
41
);
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
bucket.h
distance.h
Dist6Connexe
struct dist6connexe Dist6Connexe
VipGetPolynomInterpolBestPosition
Vip3DPoint_VFLOAT * VipGetPolynomInterpolBestPosition(SuperList *list, Volume *dmap, Vip3DPoint_S16BIT *best_offset, Dist6Connexe *distvoisins)
list.h
SuperList
struct superlist SuperList
Volume
Definition
struct_volume.h:76
vip
matching
interpol.h
Generated by
1.13.2