FFmpeg
|
bbox.h File Reference
#include <stdint.h>
Include dependency graph for bbox.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | FFBoundingBox |
Functions | |
int | ff_calculate_bounding_box (FFBoundingBox *bbox, const uint8_t *data, int linesize, int w, int h, int min_val) |
Calculate the smallest rectangle that will encompass the region with values > min_val. More... | |
Function Documentation
int ff_calculate_bounding_box | ( | FFBoundingBox * | bbox, |
const uint8_t * | data, | ||
int | linesize, | ||
int | w, | ||
int | h, | ||
int | min_val | ||
) |
Calculate the smallest rectangle that will encompass the region with values > min_val.
- Parameters
-
bbox bounding box structure which is updated with the found values. If no pixels could be found with value > min_val, the structure is not modified.
- Returns
- 1 in case at least one pixel with value > min_val was found, 0 otherwise
Definition at line 23 of file bbox.c.
Referenced by filter_frame(), and init().
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11