#include "CINNIC/contourNeuron.H"
#include "Util/log.H"
#include <cmath>
#include <cstdlib>
#include <cstdio>
Go to the source code of this file.
Variables | |
float | AngleDropOff |
float | AngleSupress |
float | SupMult |
float | OrthA |
float | OrthB |
float | OrthMult |
float | valueCutOff |
float | coLinearCutOff |
float | NeuronExSize |
float | NeuronSupSize |
float | NeuronSupStart |
float | NeuronOrthSize |
float | CoLinearDiff |
float | NeuralAngles [AnglesUsed] = {CINNIC_ANGLES} |
How many angles are detected via gabor filter. | |
float | XCenter |
float | YCenter |
float | ExReach |
float | SupReach |
float | OrthReach |
float | linearFactor2e |
float | linearFactor3e |
float | linearFactor2s |
float | linearFactor3s |
float | distanceSupFactor2 |
float | distanceSupFactor3 |
float | distanceExFactor2 |
float | distanceExFactor3 |
CINNIC classes
Definition in file contourNeuron.C.
float NeuralAngles[AnglesUsed] = {CINNIC_ANGLES} |
How many angles are detected via gabor filter.
Definition at line 60 of file contourNeuron.C.
Referenced by ContourNeuronCreate< TC2 >::CreateNeuron(), and main().