FFmpeg
|
keypoint Struct Reference
Collaboration diagram for keypoint:
Data Fields | |
double | x |
double | y |
struct keypoint * | next |
Detailed Description
Definition at line 32 of file vf_curves.c.
Field Documentation
struct keypoint* keypoint::next |
Definition at line 34 of file vf_curves.c.
Referenced by get_nb_points(), init(), interpolate(), make_point(), and parse_points_str().
double keypoint::x |
Definition at line 33 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 33 of file vf_curves.c.
Referenced by filter_frame(), init(), interpolate(), make_point(), parse_points_str(), and parse_psfile().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11