
Definition in file DescriptorVec.C.
#include "Channels/DescriptorVec.H"
#include "Channels/ChannelOpts.H"
#include "Component/ModelOptionDef.H"
#include "Component/OptionManager.H"
#include "Image/CutPaste.H"
#include "SIFT/VisualObject.H"
#include "SIFT/Keypoint.H"
#include "Image/ColorOps.H"
#include "Image/FilterOps.H"
#include "Image/MathOps.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Image/fancynorm.H"
#include "GUI/DebugWin.H"
#include "Image/DrawOps.H"
#include <cstdlib>
#include <iostream>
Include dependency graph for DescriptorVec.C:

Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_DescriptorVecFOV |
|
|
Initial value:
{ MODOPT_ARG(Dims), "DescriptorVecFOV", &MOC_CHANNEL, OPTEXP_CORE,
"Use the given fovea size for constructing DescriptorVec.",
"descriptor-vec-fov", '\0', "<w>x<h>", "75x75" }
Definition at line 60 of file DescriptorVec.C. |
1.4.4