Go to the source code of this file.
|
int | libmv_trackRegion (const libmv_TrackRegionOptions *options, const float *image1, int image1_width, int image1_height, const float *image2, int image2_width, int image2_height, const double *x1, const double *y1, libmv_TrackRegionResult *result, double *x2, double *y2) |
|
◆ libmv_TrackRegionDirection
◆ libmv_TrackRegionOptions
◆ libmv_TrackRegionResult
◆ libmv_TrackRegionDirection
Enumerator |
---|
LIBMV_TRACK_REGION_FORWARD | |
LIBMV_TRACK_REGION_BACKWARD | |
Definition at line 11 of file intern/track_region.h.
◆ libmv_trackRegion()
int libmv_trackRegion |
( |
const libmv_TrackRegionOptions * |
options, |
|
|
const float * |
image1, |
|
|
int |
image1_width, |
|
|
int |
image1_height, |
|
|
const float * |
image2, |
|
|
int |
image2_width, |
|
|
int |
image2_height, |
|
|
const double * |
x1, |
|
|
const double * |
y1, |
|
|
libmv_TrackRegionResult * |
result, |
|
|
double * |
x2, |
|
|
double * |
y2 |
|
) |
| |