#include "Channels/MotionOpticalFlowChannel.H"
#include "Channels/ChannelOpts.H"
#include "Component/ModelOptionDef.H"
#include "Image/ShapeOps.H"
#include "rutz/trace.h"
#include "Util/Timer.H"
Go to the source code of this file.
Defines | |
#define | OF_SELF_MOTION_WEIGHT 1.0F |
#define | OF_OBJECT_MOTION_WEIGHT 1.0F |
#define | OF_MAX_FIRING_RATE 100.0F |
Variables | |
const ModelOptionDef | OPT_OpticalFlowType |
Definition in file MotionOpticalFlowChannel.C.
const ModelOptionDef OPT_OpticalFlowType |
{ MODOPT_ARG(OpticalFlowType), "OpticalFlowType", &MOC_CHANNEL, OPTEXP_CORE, "Type of computation used to compute the optical flow", "optical-flow-type", '\0', "<LucasKanade|HornSchunck>", "LucasKanade" }
Definition at line 56 of file MotionOpticalFlowChannel.C.