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

GaussIIR

Infinite impulse response filter

SYNOPSIS

#include "dip_iir.h"

dip_Error dip_GaussIIR ( in, out, boundary, process, sigmas, order, truncation )

DATA TYPES

binary, integer, float

FUNCTION

Recursive infinite impulse response implementation of the Gauss filter.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput
dip_ImageoutOutput
dip_BoundaryArrayboundaryBoundary conditions
dip_BooleanArrayprocessDimensions to process
dip_FloatArraysigmasSigma of Gaussian
dip_IntegerArrayorderOrder of Derivative
dip_IntegerArrayorderOrder of the IIR Filter
dip_intdesignMethodMethod of IIR design
dip_floattruncationTruncation of Gaussian, see GlobalGaussianTruncationGet

SEE ALSO

Gauss, Derivative