
#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 "Transport/FrameInfo.H"#include <cstdio>#include <numeric>#include <iostream>#include <fstream>
Go to the source code of this file.
Functions | |
| Point2D< int > | getMeanMotion (const Image< float > &itsImg, float thresh) |
| Point2D< int > | featTrack (Image< PixRGB< byte > > &crnt, Point2D< int > prevTrackPt, PixRGB< float > itsMeanRGB, Dims rectDims) |
| float | euclidDist (PixRGB< float > a, PixRGB< float > b) |
| int | main (int argc, const char **argv) |
Variables | |
| int | prevDir = 0 |
get estimate of mouse position in temperature preference assay using color histogram
Definition in file app-mouseChaserColorHist.C.
1.6.3