#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Media/FrameSeries.H"
#include "NeovisionII/nv2_common.h"
#include "NeovisionII/nv2_label_server.h"
#include "Util/sformat.H"
#include <cstdio>
#include <fstream>
#include <string>
#include <unistd.h>
#include <vector>
Go to the source code of this file.
Functions | |
void | load_words2 (const size_t wordlen, std::vector< std::string > &words) |
int | main (int argc, char *const argv[]) |
sample neovision2 label server that sends its image patches to an OutputFrameSeries
Definition in file nv2-gui-server.C.