Blender V4.3
klt_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, float *gxx, float *gxy, float *gyy, float *ex, float *ey)
 
static bool libmv::RegionIsInBounds (const FloatImage &image1, double x, double y, int half_window_size)