test-SiftRec.C File Reference

#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"
Include dependency graph for test-SiftRec.C:

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

Detailed Description

test/train sift recognizer

Definition in file test-SiftRec.C.


Variable Documentation

const ModelOptionCateg MOC_SIFTREC
Initial value:
 {
  MOC_SORTPRI_2, "SiftRec Options" }

Definition at line 55 of file test-SiftRec.C.

const ModelOptionDef OPT_TrainingLabel [static]
Initial value:
  { 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]
Initial value:
  { 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.

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