|
OpenFFmpeg
|
Lensfun filter, applies lens correction with parameters from the lensfun database. More...
#include <float.h>#include <math.h>#include "libavutil/avassert.h"#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libswscale/swscale.h"#include "avfilter.h"#include "formats.h"#include "internal.h"#include "video.h"#include <lensfun.h>Classes | |
| struct | VignettingThreadData |
| struct | DistortionCorrectionThreadData |
| struct | LensfunContext |
Macros | |
| #define | LANCZOS_RESOLUTION 256 |
| #define | OFFSET(x) offsetof(LensfunContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Typedefs | |
| typedef struct VignettingThreadData | VignettingThreadData |
| typedef struct DistortionCorrectionThreadData | DistortionCorrectionThreadData |
| typedef struct LensfunContext | LensfunContext |
Enumerations | |
| enum | Mode { MODE_4k75 = 0, MODE_5k15, MODE_5k9, MODE_6k7, MODE_7k4, MODE_7k95, MODE_10k2, MODE_12k2, MODE_DTX, N_MODES, NO_DATA = 15, MODE_6k60 = 0, MODE_8k85, MODE_12k65, MODE_14k25, MODE_15k85, MODE_18k25, MODE_19k85, MODE_23k05, MODE_23k85, MODE_SID, SP_LOST = 14, NO_DATA, VIGNETTING = 0x1, GEOMETRY_DISTORTION = 0x2, SUBPIXEL_DISTORTION = 0x4 } |
| enum | InterpolationType { NEAREST, LINEAR, LANCZOS } |
Functions | |
| AVFILTER_DEFINE_CLASS (lensfun) | |
Variables | |
| AVFilter | ff_vf_lensfun |
Lensfun filter, applies lens correction with parameters from the lensfun database.
| enum Mode |
| AVFilter ff_vf_lensfun |
1.8.12