|
plastimatch
|
#include "plmbase_config.h"#include <stdio.h>#include <stdlib.h>#include "plm_int.h"#include "plm_math.h"#include "vf_convolve.h"#include "volume.h"Functions | |
| void | vf_convolve_x (Volume *vf_out, Volume *vf_in, float *ker, int width) |
| void | vf_convolve_y (Volume *vf_out, Volume *vf_in, float *ker, int width) |
| void | vf_convolve_z (Volume *vf_out, Volume *vf_in, float *ker, int width) |