Data Fields | |
const AVClass * | class |
uint8_t * | tmpbuf |
uint16_t * | gradients |
char * | directions |
double | low |
double | high |
uint8_t | low_u8 |
uint8_t | high_u8 |
Definition at line 34 of file vf_edgedetect.c.
const AVClass* EdgeDetectContext::class |
Definition at line 38 of file vf_edgedetect.c.
Referenced by config_props(), non_maximum_suppression(), sobel(), and uninit().
uint16_t* EdgeDetectContext::gradients |
Definition at line 37 of file vf_edgedetect.c.
Referenced by config_props(), end_frame(), and uninit().
double EdgeDetectContext::high |
double EdgeDetectContext::low |
Definition at line 36 of file vf_edgedetect.c.
Referenced by config_props(), end_frame(), and uninit().