#include "Component/ModelManager.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "Devices/DeviceOpts.H"
#include "GUI/XWindow.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/ShapeOps.H"
#include "Image/ColorOps.H"
#include "Image/DrawOps.H"
#include "Image/Range.H"
#include "Raster/Raster.H"
#include "Transport/FrameIstream.H"
#include "Util/Timer.H"
#include "Util/Types.H"
#include "Util/log.H"
#include "Media/FrameSeries.H"
#include "Media/MediaOpts.H"
#include "Raster/GenericFrame.H"
#include <cstdio>
#include <numeric>
#include <iostream>
Go to the source code of this file.
Functions | |
Point2D< int > | getMeanMotion (const Image< float > &itsImg, float thresh) |
int | main (int argc, const char **argv) |
std::vector< Point2D< int > > | getMotionVector (const Image< float > &itsImg, float thresh) |
get estimate of mouse position in temperature preference assay
Definition in file app-mouseChaser.C.