The connection kernel between orientation-tuned units. More...
Public Member Functions | |
ContourConnection (OptionManager &manager) | |
float | weight (int a, int b, int x, int y) const |
const float * | weightAXY (int a, int x, int y) const |
const float * | excitAXY (int a, int x, int y) const |
const float * | inhibAXY (int a, int x, int y) const |
int | numAngles () const |
Dims | getDims () const |
Point2D< int > | getCenter () const |
float | angle (int i) const |
const float * | angles () const |
Image< byte > | getSummaryImage () const |
Protected Member Functions | |
int | index (int a, int b, int x, int y) const |
float & | weight (int a, int b, int x, int y) |
Protected Attributes | |
OModelParam< Dims > | itsDims |
OModelParam< int > | itsNumAngles |
int | itsW |
set to itsDims.getVal().w() during start() | |
int | itsH |
set to itsDims.getVal().w() during start() | |
int | itsNA |
set to itsNumAngles.getVal() during start() | |
int | itsNumWeights |
float * | itsAngles |
float * | itsWeights |
float * | itsExcit |
float * | itsInhib |
The connection kernel between orientation-tuned units.
Definition at line 267 of file ContourChannel.C.
int ContourConnection::itsH [protected] |
set to itsDims.getVal().w() during start()
Definition at line 337 of file ContourChannel.C.
int ContourConnection::itsNA [protected] |
set to itsNumAngles.getVal() during start()
Definition at line 338 of file ContourChannel.C.
int ContourConnection::itsW [protected] |
set to itsDims.getVal().w() during start()
Definition at line 336 of file ContourChannel.C.