VIP: Volume Image Processing
convolution.h
Go to the documentation of this file.
1
void
conv3D
(
double
***result,
double
***image,
int
r_sz,
int
r_sy,
int
r_sx,
2
double
***kernel,
int
k_sz,
int
k_sy,
int
k_sx);
3
4
int
Convolution
(
double
***mask,
int
s_z,
int
s_y,
int
s_x,
5
double
***kernel,
int
k_sz,
int
k_sy,
int
k_sx);
Convolution
int Convolution(double ***mask, int s_z, int s_y, int s_x, double ***kernel, int k_sz, int k_sy, int k_sx)
conv3D
void conv3D(double ***result, double ***image, int r_sz, int r_sy, int r_sx, double ***kernel, int k_sz, int k_sy, int k_sx)
vip
epidistorsion
convolution.h
Generated by
1.13.2