ContourConnection Class Reference

The connection kernel between orientation-tuned units. More...

Inheritance diagram for ContourConnection:
Inheritance graph
[legend]
Collaboration diagram for ContourConnection:
Collaboration graph
[legend]

List of all members.

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< bytegetSummaryImage () 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< DimsitsDims
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

Detailed Description

The connection kernel between orientation-tuned units.

Definition at line 267 of file ContourChannel.C.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated on Sun May 8 08:21:01 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3