XMLInput.C File Reference

#include "Transport/XMLInput.H"
#include "Transport/TransportOpts.H"
#include "Component/OptionManager.H"
#include "Component/ModelOptionDef.H"
#include "Image/ShapeOps.H"
#include "Image/CutPaste.H"
#include "Raster/GenericFrame.H"
#include "Image/DrawOps.H"
Include dependency graph for XMLInput.C:

Go to the source code of this file.

Variables

const ModelOptionDef OPT_XMLDrawPolygons
const ModelOptionDef OPT_XMLGetObjects
const ModelOptionDef OPT_XMLFilterObjectName
const ModelOptionDef OPT_XMLRootPath

Detailed Description

Use xml file as input

Definition in file XMLInput.C.


Variable Documentation

const ModelOptionDef OPT_XMLDrawPolygons
Initial value:
  { MODOPT_ARG(bool), "XMLDrawPolygons", &MOC_INPUT, OPTEXP_CORE,
    "Draw the polygons on the frame with the name of the object ",
    "draw-polygons", '\0', "<true/false>", "false" }

Definition at line 47 of file XMLInput.C.

const ModelOptionDef OPT_XMLFilterObjectName
Initial value:
  { MODOPT_ARG(std::string), "XMLFilterObjectName", &MOC_INPUT, OPTEXP_CORE,
    "Only return objects matching the given name.",
    "filter-object-name", '\0', "string", "" }

Definition at line 57 of file XMLInput.C.

const ModelOptionDef OPT_XMLGetObjects
Initial value:
  { MODOPT_ARG(bool), "XMLGetObjects", &MOC_INPUT, OPTEXP_CORE,
    "Return frames with only the objects in them. Can be used for training or testing only objects.",
    "get-objects", '\0', "<true/false>", "false" }

Definition at line 52 of file XMLInput.C.

const ModelOptionDef OPT_XMLRootPath
Initial value:
  { MODOPT_ARG(std::string), "XMLRootPath", &MOC_INPUT, OPTEXP_CORE,
    "The root path from which all xml files will be read from.",
    "xml-root-path", '\0', "string", "" }

Definition at line 62 of file XMLInput.C.

Generated on Sun May 8 08:42:52 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3