#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"
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 |
Use xml file as input
Definition in file XMLInput.C.
const ModelOptionDef OPT_XMLDrawPolygons |
{ 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 |
{ 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 |
{ 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 |
{ 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.