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
| typedef struct libmv_TrackRegionOptions libmv_TrackRegionOptions |
◆ libmv_TrackRegionResult
| typedef struct libmv_TrackRegionResult libmv_TrackRegionResult |
◆ libmv_TrackRegionDirection
| Enumerator |
|---|
| LIBMV_TRACK_REGION_FORWARD | |
| LIBMV_TRACK_REGION_BACKWARD | |
Definition at line 12 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 ) |