DIPlib Documentation - ©1995-2008 Quantitative Imaging Group, Delft University of Technology.

SeparableConvolution

FrameWork for separable convolution filters

SYNOPSIS

#include "dip_linear.h"

dip_Error dip_SeparableConvolution ( in, out, filters, bc, process )

DATA TYPES

integer, float

FUNCTION

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.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput image
dip_ImageoutOutput image
dip_SeparableConvolutionFilter *filtersFilters
dip_BoundaryArraybcBoundary conditions
dip_BooleanArrayprocess (0)Dimensions to process

SEE ALSO

General information about convolution

SeparableFrameWork, Convolve1d

DIPlib on-line documentation | Function reference | Global function index