#include "Channels/SubmapAlgorithmBiased.H"
#include "Component/ModelManager.H"
#include "Component/OptionManager.H"
#include "Image/Image.H"
#include "Image/ShapeOps.H"
#include "Image/DrawOps.H"
#include "Neuro/StdBrain.H"
#include "Neuro/VisualCortexConfigurator.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "Devices/IEEE1394grabber.H"
#include "Transport/FrameIstream.H"
#include "Neuro/VisualCortex.H"
#include "Neuro/NeuroOpts.H"
#include "Media/TestImages.H"
#include "Channels/DescriptorVec.H"
#include "Channels/ComplexChannel.H"
#include "Learn/Bayes.H"
#include "ObjRec/BayesianBiaser.H"
#include "GUI/XWinManaged.H"
Go to the source code of this file.
Defines | |
#define | NOBJ 2 |
Functions | |
int | train (nub::soft_ref< IEEE1394grabber > &gb, DescriptorVec &descVec, Bayes &bayesNet) |
int | test (nub::soft_ref< IEEE1394grabber > &gb, DescriptorVec &descVec, Bayes &bayesNet) |
int | classifyImage (Image< PixRGB< byte > > &img, DescriptorVec &descVec, Bayes &bayesNet) |
void | learnImage (Image< PixRGB< byte > > &img, int cls, DescriptorVec &descVec, Bayes &bayesNet) |
void | biasImage (bool biasVal, Bayes &bayesNet) |
Point2D< int > | evolveBrain (Image< PixRGB< byte > > &img) |
int | main (const int argc, const char **argv) |
Variables | |
ModelManager * | mgr |
XWinManaged | disp (Dims(320, 240),-1,-1,"Test Output 1") |
XWinManaged | foveaDisp (Dims(256, 256),-1,-1,"Test Output 1") |
test various obj rec alg
Definition in file activeObjRec.C.