#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Image/ArrayData.H"
#include "Image/Pixels.H"
#include "MBARI/BitObjectDrawModes.H"
#include "Util/Types.H"
#include "rutz/shared_ptr.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | MbariResultViewer |
Class to facilitate displaying and saving of intermediate results. More... | |
Variables | |
const ModelOptionDef | OPT_MRVsaveEvents |
Command-line options for MbariResultViewer. | |
const ModelOptionDef | OPT_MRVloadEvents |
const ModelOptionDef | OPT_MRVsaveProperties |
const ModelOptionDef | OPT_MRVloadProperties |
const ModelOptionDef | OPT_MRVsavePositions |
const ModelOptionDef | OPT_MRVmarkInteresting |
const ModelOptionDef | OPT_MRVopacity |
const ModelOptionDef | OPT_MRVmarkCandidate |
const ModelOptionDef | OPT_MRVmarkPrediction |
const ModelOptionDef | OPT_MRVmarkFOE |
const ModelOptionDef | OPT_MRVsaveResults |
const ModelOptionDef | OPT_MRVdisplayResults |
const ModelOptionDef | OPT_MRVsaveOutput |
const ModelOptionDef | OPT_MRVdisplayOutput |
const ModelOptionDef | OPT_MRVshowEventLabels |
const ModelOptionDef | OPT_MRVrescaleDisplay |
const ModelOptionDef | OPT_MRVsaveEventNums |
const ModelOptionDef | OPT_MRVsizeAvgCache |
class that manages the results viewing and saving for the MBARI programs
Definition in file MbariResultViewer.H.
Command-line options for MbariResultViewer.
Definition at line 78 of file MbariResultViewer.C.