VIP: Volume Image Processing |
![]() |
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <limits.h>#include <errno.h>#include <math.h>#include <vip/util.h>#include <vip/volume.h>#include <vip/bucket.h>#include <vip/depla.h>#include <vip/linresamp/linresamp_gen.h>
Go to the source code of this file.
Macros | |
| #define | VIP_LINRESAMP_ZERO 0 |
| #define | VIP_LINRESAMP_MINI 1 |
Functions | |
| Volume * | VipLinearResamp (Volume *vol, Volume *templatev, VipDeplacement *dep) |
| #define VIP_LINRESAMP_MINI 1 |
Definition at line 47 of file linresamp.h.
| #define VIP_LINRESAMP_ZERO 0 |
Definition at line 46 of file linresamp.h.
|
extern |