FFmpeg
|
Data Fields | |
MotionVector * | matches |
MotionVector | model_matches [3] |
int | num_matches |
int | num_model_matches |
Definition at line 122 of file vf_deshake_opencl.c.
MotionVector* DebugMatches::matches |
Definition at line 123 of file vf_deshake_opencl.c.
Referenced by filter_frame(), and free_debug_matches().
MotionVector DebugMatches::model_matches[3] |
Definition at line 125 of file vf_deshake_opencl.c.
Referenced by estimate_affine_2d(), filter_frame(), and minimize_error().
int DebugMatches::num_matches |
Definition at line 127 of file vf_deshake_opencl.c.
Referenced by filter_frame().
int DebugMatches::num_model_matches |
Definition at line 129 of file vf_deshake_opencl.c.
Referenced by estimate_affine_2d(), filter_frame(), and minimize_error().