plastimatch
Loading...
Searching...
No Matches
Functions
vf_convolve.cxx File Reference
#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)
 

Function Documentation

◆ vf_convolve_x()

void vf_convolve_x ( Volume vf_out,
Volume vf_in,
float ker,
int  width 
)

◆ vf_convolve_y()

void vf_convolve_y ( Volume vf_out,
Volume vf_in,
float ker,
int  width 
)

◆ vf_convolve_z()

void vf_convolve_z ( Volume vf_out,
Volume vf_in,
float ker,
int  width 
)