FFmpeg
|
#include <bbox.h>
Data Fields | |
int | x1 |
int | x2 |
int | y1 |
int | y2 |
int FFBoundingBox::x1 |
Definition at line 27 of file bbox.h.
Referenced by blur_image(), ff_calculate_bounding_box(), and filter_frame().
int FFBoundingBox::x2 |
Definition at line 27 of file bbox.h.
Referenced by ff_calculate_bounding_box(), and filter_frame().
int FFBoundingBox::y1 |
Definition at line 27 of file bbox.h.
Referenced by blur_image(), ff_calculate_bounding_box(), and filter_frame().
int FFBoundingBox::y2 |
Definition at line 27 of file bbox.h.
Referenced by ff_calculate_bounding_box(), and filter_frame().