FFmpeg
|
Data Fields | |
double | x |
double | y |
struct keypoint * | next |
Definition at line 39 of file vf_curves.c.
double keypoint::x |
Definition at line 40 of file vf_curves.c.
Referenced by filter_frame(), init(), interpolate(), make_point(), parse_points_str(), and parse_psfile().
double keypoint::y |
Definition at line 40 of file vf_curves.c.
Referenced by init(), interpolate(), make_point(), and parse_points_str().
struct keypoint* keypoint::next |
Definition at line 41 of file vf_curves.c.
Referenced by get_nb_points(), init(), interpolate(), make_point(), and parse_points_str().