Blender
V3.3
|
#include <pyramid_region_tracker.h>
Public Member Functions | |
PyramidRegionTracker (RegionTracker *tracker, int num_levels) | |
virtual bool | Track (const FloatImage &image1, const FloatImage &image2, double x1, double y1, double *x2, double *y2) const |
![]() | |
RegionTracker () | |
virtual | ~RegionTracker () |
Definition at line 30 of file pyramid_region_tracker.h.
|
inline |
Definition at line 32 of file pyramid_region_tracker.h.
|
virtual |
Track a point from image1 to image2.
x2, y2 should start out as a best guess for the position in image2. If no guess is available, (x1, y1) is a good start. Returns true on success, false otherwise
Implements libmv::RegionTracker.
Definition at line 42 of file pyramid_region_tracker.cc.
References LG, libmv::MakePyramid(), pow(), x2, and y1.