FFmpeg
Loading...
Searching...
No Matches
FOCContext Struct Reference

Data Fields

AVClassclass
float threshold
int mipmaps
int xmin
int ymin
int xmax
int ymax
char * obj_filename
int last_x
int last_y
AVFrameobj_frame
AVFrameneedle_frame [MAX_MIPMAPS]
AVFramehaystack_frame [MAX_MIPMAPS]
int discard

Detailed Description

Definition at line 34 of file vf_find_rect.c.

Field Documentation

◆ class

AVClass* FOCContext::class

Definition at line 35 of file vf_find_rect.c.

◆ threshold

float FOCContext::threshold

Definition at line 36 of file vf_find_rect.c.

Referenced by filter_frame().

◆ mipmaps

int FOCContext::mipmaps

Definition at line 37 of file vf_find_rect.c.

Referenced by filter_frame(), and init().

◆ xmin

int FOCContext::xmin

Definition at line 38 of file vf_find_rect.c.

Referenced by filter_frame().

◆ ymin

int FOCContext::ymin

Definition at line 38 of file vf_find_rect.c.

Referenced by filter_frame().

◆ xmax

int FOCContext::xmax

Definition at line 38 of file vf_find_rect.c.

Referenced by filter_frame().

◆ ymax

int FOCContext::ymax

Definition at line 38 of file vf_find_rect.c.

Referenced by filter_frame().

◆ obj_filename

char* FOCContext::obj_filename

Definition at line 39 of file vf_find_rect.c.

Referenced by init().

◆ last_x

int FOCContext::last_x

Definition at line 40 of file vf_find_rect.c.

Referenced by filter_frame().

◆ last_y

int FOCContext::last_y

Definition at line 40 of file vf_find_rect.c.

Referenced by filter_frame().

◆ obj_frame

AVFrame* FOCContext::obj_frame

Definition at line 41 of file vf_find_rect.c.

Referenced by filter_frame(), init(), and uninit().

◆ needle_frame

AVFrame* FOCContext::needle_frame[MAX_MIPMAPS]

Definition at line 42 of file vf_find_rect.c.

Referenced by init(), search(), and uninit().

◆ haystack_frame

AVFrame* FOCContext::haystack_frame[MAX_MIPMAPS]

Definition at line 43 of file vf_find_rect.c.

Referenced by filter_frame(), search(), and uninit().

◆ discard

int FOCContext::discard

Definition at line 44 of file vf_find_rect.c.

Referenced by filter_frame().


The documentation for this struct was generated from the following file: