filter2d: Applies a 2d Gaussian filter to 'mat' with a standard...

Description Usage Arguments

Description

Applies a Gaussian blur to a 2D matrix. The matrix is first convoluted with the filter along rows, then along columns.

Usage

1
  filter2d(mat, r)

Arguments

mat

The matrix to filter.

r

The standard deviation of the filter in matrix cells.


ocean documentation built on Jan. 15, 2017, 4:16 p.m.

Related to filter2d in ocean...