FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ColorConstancyContext Struct Reference

Common struct for all algorithms contexts. More...

Data Fields

const AVClassclass
 
int difford
 
int minknorm
 = 0 : getMax instead More...
 
double sigma
 
int nb_threads
 
int planeheight [4]
 
int planewidth [4]
 
int filtersize
 
double * gauss [MAX_DIFF_ORD+1]
 
double white [NUM_PLANES]
 

Detailed Description

Common struct for all algorithms contexts.

Definition at line 75 of file vf_colorconstancy.c.

Field Documentation

const AVClass* ColorConstancyContext::class

Definition at line 76 of file vf_colorconstancy.c.

int ColorConstancyContext::difford
int ColorConstancyContext::minknorm

= 0 : getMax instead

Definition at line 79 of file vf_colorconstancy.c.

Referenced by filter_grey_edge(), and filter_slice_grey_edge().

double ColorConstancyContext::sigma

Definition at line 80 of file vf_colorconstancy.c.

Referenced by config_props(), get_derivative(), and set_gauss().

int ColorConstancyContext::nb_threads
int ColorConstancyContext::planeheight[4]
int ColorConstancyContext::planewidth[4]
int ColorConstancyContext::filtersize

Definition at line 86 of file vf_colorconstancy.c.

Referenced by config_props(), set_gauss(), and slice_get_derivative().

double* ColorConstancyContext::gauss[MAX_DIFF_ORD+1]

Definition at line 87 of file vf_colorconstancy.c.

Referenced by set_gauss(), slice_get_derivative(), and uninit().

double ColorConstancyContext::white[NUM_PLANES]

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