
#include "Component/GlobalOpts.H"#include "Component/ModelManager.H"#include "Component/ModelOptionDef.H"#include "Component/ModelParam.H"#include "Component/ModelParamBatch.H"#include "Media/FrameSeries.H"#include "Transport/FrameIstream.H"#include "Raster/GenericFrame.H"#include "Media/MediaOpts.H"#include "Transport/FrameInfo.H"#include "Neuro/EnvSegmenterConfigurator.H"#include "Image/Image.H"#include "Image/Pixels.H"#include "Image/DrawOps.H"#include "Raster/Raster.H"#include "SeaBee/SiftRec.H"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const ModelOptionCateg | MOC_SIFTREC |
| static const ModelOptionDef | OPT_TrainingLabel |
| static const ModelOptionDef | OPT_TrainUnknown |
test/train sift recognizer
Definition in file test-SiftRec.C.
| const ModelOptionCateg MOC_SIFTREC |
{
MOC_SORTPRI_2, "SiftRec Options" }
Definition at line 55 of file test-SiftRec.C.
const ModelOptionDef OPT_TrainingLabel [static] |
{ MODOPT_ARG_STRING, "TrainingLabel", &MOC_SIFTREC, OPTEXP_CORE,
"If this label is set, then the system goes into training mode, "
"Traing all of the image with this label Whether to include an ",
"training-label", '\0', "", "" }
Definition at line 58 of file test-SiftRec.C.
const ModelOptionDef OPT_TrainUnknown [static] |
{ MODOPT_FLAG, "TrainUnknown", &MOC_SIFTREC, OPTEXP_CORE,
"Wether to train all images with the label or just the unknown."
"Note that with value of false, many more entries in the database will be entered.",
"train-unknown", '\0', "", "true" }
Definition at line 64 of file test-SiftRec.C.
1.6.3