FFmpeg
|
#include <deshake.h>
Data Fields | |
int16_t | x |
int16_t | y |
double | x |
Horizontal shift. More... | |
double | y |
Vertical shift. More... | |
PointPair | p |
cl_int | should_consider |
int16_t MotionVector::x |
Definition at line 57 of file agm.c.
Referenced by config_props(), filter_frame(), and find_motion().
int16_t MotionVector::y |
Definition at line 57 of file agm.c.
Referenced by config_props(), filter_frame(), and find_motion().
PointPair MotionVector::p |
Definition at line 105 of file vf_deshake_opencl.c.
Referenced by check_subset(), compute_error(), optimize_model(), and run_estimate_kernel().
cl_int MotionVector::should_consider |
Definition at line 107 of file vf_deshake_opencl.c.
Referenced by estimate_affine_2d(), find_inliers(), and make_vectors_contig().