FrameWork for separable convolution filters
#include "dip_linear.h"
dip_Error dip_SeparableConvolution ( in, out, filters, bc, process )
integer, float
This function is a frontend to the lower level Convolve1d function. Each dimension can be processed by a different filter.
process may be zero, indicating that all dimensions should be processed.
Data type | Name | Description |
dip_Image | in | Input image |
dip_Image | out | Output image |
dip_SeparableConvolutionFilter * | filters | Filters |
dip_BoundaryArray | bc | Boundary conditions |
dip_BooleanArray | process (0) | Dimensions to process |
General information about convolution
SeparableFrameWork, Convolve1d
DIPlib on-line documentation | Function reference | Global function index