|
|
| GaussianConvolution (float sigma) |
| |
| void | Convolve (float *in, float *out, int rows, int cols) const |
| |
| void GaussianConvolution::Convolve |
( |
float * |
in, |
|
|
float * |
out, |
|
|
int |
rows, |
|
|
int |
cols |
|
) |
| const |
|
inlinevirtual |
Performs a convolution on an input matrix and stores it in an output matrix.
- Parameters
-
| in | the input matrix |
| out | the output matrix (must be same dimensions as the input matrix) |
| rows | the number of rows in each matrix |
| cols | the number of columns in each matrix |
Implements IConvolution< 2 >.
The documentation for this class was generated from the following file: