#include <assert.h>
#include <algorithm>
#include <vector>
#include <functional>
#include "genericalgs.h"
#include "robj.h"
#include "neuralregion.h"
#include "matrix.h"
Include dependency graph for fixedwtregion.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | FixedWtRegion |
| struct | FixedWtRegion::Input |
Functions | |
| template<classMatrixK, classMatrixI, classMatrixO> void | convolve (const MatrixK& kernel, const MatrixI& in, MatrixO& out, const typename MatrixO::value_type size_scale=1.0, const bool overwrite=true) |
| Convolves kernel with in and puts the result into out. More... | |
Definition in file fixedwtregion.h.
|
||||||||||||
|
Convolves kernel with in and puts the result into out.
Definition at line 27 of file fixedwtregion.h. Referenced by FixedWtRegion::activate(). |
1.2.1 written by Dimitri van Heesch,
© 1997-2000