Go to the source code of this file.
|
Volume::Pointer | volume_conv (const Volume::Pointer &vol_in, const Volume::Pointer &ker_in) |
|
Volume::Pointer | volume_convolve_separable (const Volume::Pointer &vol_in, float *ker_i, int width_i, float *ker_j, int width_j, float *ker_k, int width_k) |
|
◆ volume_conv()
Volume::Pointer volume_conv |
( |
const Volume::Pointer & | vol_in, |
|
|
const Volume::Pointer & | ker_in ) |
◆ volume_convolve_separable()
Volume::Pointer volume_convolve_separable |
( |
const Volume::Pointer & | vol_in, |
|
|
float * | ker_i, |
|
|
int | width_i, |
|
|
float * | ker_j, |
|
|
int | width_j, |
|
|
float * | ker_k, |
|
|
int | width_k ) |