Blender V4.3
libmv::PyramidRegionTracker Class Reference

#include <pyramid_region_tracker.h>

Inherits libmv::RegionTracker.

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
 
- Public Member Functions inherited from libmv::RegionTracker
 RegionTracker ()
 
virtual ~RegionTracker ()
 

Detailed Description

Definition at line 30 of file pyramid_region_tracker.h.

Constructor & Destructor Documentation

◆ PyramidRegionTracker()

libmv::PyramidRegionTracker::PyramidRegionTracker ( RegionTracker * tracker,
int num_levels )
inline

Definition at line 32 of file pyramid_region_tracker.h.

Member Function Documentation

◆ Track()

bool libmv::PyramidRegionTracker::Track ( const FloatImage & image1,
const FloatImage & image2,
double x1,
double y1,
double * x2,
double * y2 ) const
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(), and pow().


The documentation for this class was generated from the following files: