#include "Neuro/VisualCortexConfigurator.H"
#include "Beowulf/Beowulf.H"
#include "Channels/RawVisualCortex.H"
#include "Channels/IntegerRawVisualCortex.H"
#include "Channels/ChannelOpts.H"
#include "Channels/ChannelVisitor.H"
#include "Channels/EntropyChannel.H"
#include "Channels/InformationChannel.H"
#include "Channels/InputHandlerThreaded.H"
#include "Channels/MichelsonChannel.H"
#include "Channels/MultiSpectralResidualChannel.H"
#include "Channels/PN03contrastChannel.H"
#include "Channels/ScorrChannel.H"
#include "Channels/SpectralResidualChannel.H"
#include "Channels/TcorrChannel.H"
#include "Channels/VarianceChannel.H"
#include "Component/OptionManager.H"
#include "Neuro/NeuroOpts.H"
#include "Neuro/VisualCortex.H"
#include "Neuro/VisualCortexBeo.H"
#include "Neuro/VisualCortexEyeMvt.H"
#include "Neuro/VisualCortexSurprise.H"
#include "Beowulf/BeowulfOpts.H"
#include "Util/StringUtil.H"
Go to the source code of this file.
Class to select a VisualCortex at runtime
Definition in file VisualCortexConfigurator.C.