
#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>
Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_DescriptorVecFOV |
descriptor vector generator for obj rec
Definition in file DescriptorVec.C.
const ModelOptionDef OPT_DescriptorVecFOV [static] |
{ 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.6.3