Blender V4.3
trklt_region_tracker.cc File Reference

Go to the source code of this file.

Namespaces

namespace  libmv
 

Functions

static void libmv::ComputeTrackingEquation (const Array3Df &image_and_gradient1, const Array3Df &image_and_gradient2, double x1, double y1, double x2, double y2, int half_width, double lambda, Mat2f *U, Vec2f *e)
 
static bool libmv::RegionIsInBounds (const FloatImage &image1, double x, double y, int half_window_size)