Blender
V3.3
|
#include <retrack_region_tracker.h>
Public Member Functions | |
RetrackRegionTracker (RegionTracker *tracker, double tolerance) | |
virtual bool | Track (const FloatImage &image1, const FloatImage &image2, double x1, double y1, double *x2, double *y2) const |
![]() | |
RegionTracker () | |
virtual | ~RegionTracker () |
Definition at line 32 of file retrack_region_tracker.h.
|
inline |
Definition at line 34 of file retrack_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 28 of file retrack_region_tracker.cc.