FFmpeg
Data Fields
LensfunContext Struct Reference

Data Fields

const AVClassclass
 
const char * make
 
const char * model
 
const char * lens_model
 
int mode
 
float focal_length
 
float aperture
 
float focus_distance
 
float scale
 
int target_geometry
 
int reverse
 
int interpolation_type
 
float * distortion_coords
 
float * interpolation
 
lfLens * lens
 
lfCamera * camera
 
lfModifier * modifier
 

Detailed Description

Definition at line 74 of file vf_lensfun.c.

Field Documentation

◆ class

const AVClass* LensfunContext::class

Definition at line 75 of file vf_lensfun.c.

◆ make

const char* LensfunContext::make

Definition at line 76 of file vf_lensfun.c.

Referenced by init().

◆ model

const char * LensfunContext::model

Definition at line 76 of file vf_lensfun.c.

Referenced by init().

◆ lens_model

const char * LensfunContext::lens_model

Definition at line 76 of file vf_lensfun.c.

Referenced by init().

◆ mode

int LensfunContext::mode

Definition at line 77 of file vf_lensfun.c.

Referenced by config_props(), and filter_frame().

◆ focal_length

float LensfunContext::focal_length

Definition at line 78 of file vf_lensfun.c.

Referenced by config_props().

◆ aperture

float LensfunContext::aperture

Definition at line 79 of file vf_lensfun.c.

Referenced by config_props().

◆ focus_distance

float LensfunContext::focus_distance

Definition at line 80 of file vf_lensfun.c.

Referenced by config_props().

◆ scale

float LensfunContext::scale

Definition at line 81 of file vf_lensfun.c.

Referenced by config_props().

◆ target_geometry

int LensfunContext::target_geometry

Definition at line 82 of file vf_lensfun.c.

Referenced by config_props().

◆ reverse

int LensfunContext::reverse

Definition at line 83 of file vf_lensfun.c.

Referenced by config_props().

◆ interpolation_type

int LensfunContext::interpolation_type

Definition at line 84 of file vf_lensfun.c.

Referenced by config_props(), and filter_frame().

◆ distortion_coords

float* LensfunContext::distortion_coords

Definition at line 86 of file vf_lensfun.c.

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

◆ interpolation

float* LensfunContext::interpolation

Definition at line 87 of file vf_lensfun.c.

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

◆ lens

lfLens* LensfunContext::lens

Definition at line 89 of file vf_lensfun.c.

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

◆ camera

lfCamera* LensfunContext::camera

Definition at line 90 of file vf_lensfun.c.

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

◆ modifier

lfModifier* LensfunContext::modifier

Definition at line 91 of file vf_lensfun.c.

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


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