#include "Component/ModelManager.H"
#include "Learn/Bayes.H"
#include "GUI/DebugWin.H"
#include "NeovisionII/nv2_common.h"
#include "NeovisionII/nv2_label_server.h"
#include "GUI/XWindow.H"
#include "CUDA/CudaHmaxCBCL.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/ColorOps.H"
#include "Image/ShapeOps.H"
#include "Image/CutPaste.H"
#include "Image/FilterOps.H"
#include "Image/Rectangle.H"
#include "Image/MathOps.H"
#include "Image/DrawOps.H"
#include "Image/MatrixOps.H"
#include "Image/Transforms.H"
#include "Image/Convolutions.H"
#include "Learn/SVMClassifier.H"
#include "Media/FrameSeries.H"
#include "nub/ref.h"
#include "Raster/GenericFrame.H"
#include "Raster/Raster.H"
#include "Util/Types.H"
#include "Util/log.H"
#include <signal.h>
#include "rutz/fstring.h"
#include "rutz/time.h"
#include "rutz/timeformat.h"
#include <fstream>
#include <map>
#include <vector>
#include <utility>
#include <iostream>
#include <iomanip>
#include <string>
#include <unistd.h>
#include <cstdlib>
Go to the source code of this file.
Functions | |
void | terminateProc (int s) |
std::string | getBestLabel (const std::deque< std::string > &labels, const size_t mincount) |
int | main (const int argc, const char **argv) |
Variables | |
const bool | USECOLOR = false |
bool | terminate = false |
Test TCP Label Server accepts patches and returns labels
Definition in file cudacbcl-server.C.