Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | libmv::TrackRegionOptions |
struct | libmv::TrackRegionResult |
Namespaces | |
libmv | |
Functions | |
void | libmv::TrackRegion (const FloatImage &image1, const FloatImage &image2, const double *x1, const double *y1, const TrackRegionOptions &options, double *x2, double *y2, TrackRegionResult *result) |
bool | libmv::SamplePlanarPatch (const FloatImage &image, const double *xs, const double *ys, int num_samples_x, int num_samples_y, FloatImage *mask, FloatImage *patch, double *warped_position_x, double *warped_position_y) |