#include "Image/Image.H"
#include "Image/LowPassLpt.H"
#include "Image/Convolutions.H"
#include <vector>
Go to the source code of this file.
Classes | |
struct | Weights |
class | WeightsDerived< Derived > |
class | WeightsEmpty |
class | WeightsAll |
class | WeightsUniform |
class | WeightsBinomial |
class | WeightsCS |
class | WeightsDoG |
class | Weights1D |
class | Weights2D |
class | WeightsMask |
Functions | |
Image< double > | filterBinomial (const Image< double > &in, const uint iterations, const uint taps, const BorderPolicy bp) |
template<class W > | |
void | printImpulse (const uint w, const uint h, W &weights) |
void | printImage (const Image< double > &in) |
Class A class to compute interactions between neurons.
Definition in file Weights.H.