Volume::Pointer volume_conv(const Volume::Pointer &vol_in, const Volume::Pointer &ker_in)
Definition volume_conv.cxx:52
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)
Definition volume_conv.cxx:238