Next: 13.3.3 Convolutions Using the
Up: 13.3.2 The Convolution Operation
Previous: 13.3.2.1 Two-Dimensional Convolutions
  Contents
In the general case, the two-dimensional convolution operation
requires
multiplications for each output pixel.
Separable filters are a special case of general convolution in which
the filter
can be expressed in terms of two vectors
such that for each
If the filter is separable, the convolution operation may be performed
using only
multiplications for each output pixel.
Applying the separable filter to Equation15 becomes:
Which can be simplified to:
To apply the separable convolution, first apply as though
it were a by filter. Then apply as though it
were a by filter.
2001-01-10