
Definition in file V2.C.
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/OpenCVUtil.H"
#include "Image/Kernels.H"
#include "Image/FilterOps.H"
#include "Image/Transforms.H"
#include "Image/fancynorm.H"
#include "Image/Convolutions.H"
#include "Simulation/SimEventQueue.H"
#include "SceneUnderstanding/V2.H"
#include "GUI/DebugWin.H"
#include <math.h>
#include <fcntl.h>
#include <limits>
#include <string>
Include dependency graph for V2.C:

Go to the source code of this file.
Defines | |
| #define | log_gamma(x) ((x)>15.0?log_gamma_windschitl(x):log_gamma_lanczos(x)) |
| #define | TABSIZE 100000 |
Variables | |
| const ModelOptionCateg | MOC_V2 |
| const ModelOptionDef | OPT_V2ShowDebug |
|
|
Initial value: {
MOC_SORTPRI_3, "V2-Related Options" }
|
|
|
Initial value:
{ MODOPT_ARG(bool), "V2ShowDebug", &MOC_V2, OPTEXP_CORE,
"Show debug img",
"v2-debug", '\0', "<true|false>", "false" }
|
1.4.4