FFmpeg
Data Fields
BackgroundkeyContext Struct Reference

Data Fields

const AVClassclass
 
float threshold
 
float similarity
 
float blend
 
int max
 
int nb_threads
 
int hsub_log2
 
int vsub_log2
 
int64_t max_sum
 
int64_t * sums
 
AVFramebackground
 
int(* do_slice )(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 25 of file vf_backgroundkey.c.

Field Documentation

◆ class

const AVClass* BackgroundkeyContext::class

Definition at line 26 of file vf_backgroundkey.c.

◆ threshold

float BackgroundkeyContext::threshold

Definition at line 28 of file vf_backgroundkey.c.

◆ similarity

float BackgroundkeyContext::similarity

Definition at line 29 of file vf_backgroundkey.c.

◆ blend

float BackgroundkeyContext::blend

Definition at line 30 of file vf_backgroundkey.c.

◆ max

int BackgroundkeyContext::max

Definition at line 31 of file vf_backgroundkey.c.

◆ nb_threads

int BackgroundkeyContext::nb_threads

Definition at line 33 of file vf_backgroundkey.c.

◆ hsub_log2

int BackgroundkeyContext::hsub_log2

Definition at line 34 of file vf_backgroundkey.c.

◆ vsub_log2

int BackgroundkeyContext::vsub_log2

Definition at line 35 of file vf_backgroundkey.c.

◆ max_sum

int64_t BackgroundkeyContext::max_sum

Definition at line 37 of file vf_backgroundkey.c.

◆ sums

int64_t* BackgroundkeyContext::sums

Definition at line 38 of file vf_backgroundkey.c.

◆ background

AVFrame* BackgroundkeyContext::background

Definition at line 40 of file vf_backgroundkey.c.

◆ do_slice

int(* BackgroundkeyContext::do_slice) (AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs)

Definition at line 42 of file vf_backgroundkey.c.


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