|
FFmpeg
|
Adaptive Temporal Averaging Denoiser, based on paper "Video Denoising Based on Adaptive Temporal Averaging" by David Bartovčak and Miroslav Vrankić More...
#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "bufferqueue.h"#include "formats.h"#include "internal.h"#include "video.h"Classes | |
| struct | ATADenoiseContext |
| struct | ThreadData |
Macros | |
| #define | FF_BUFQUEUE_SIZE 129 |
| #define | SIZE FF_BUFQUEUE_SIZE |
| #define | OFFSET(x) offsetof(ATADenoiseContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Typedefs | |
| typedef struct ATADenoiseContext | ATADenoiseContext |
| typedef struct ThreadData | ThreadData |
Functions | |
| AVFILTER_DEFINE_CLASS (atadenoise) | |
Variables | |
| AVFilter | ff_vf_atadenoise |
Adaptive Temporal Averaging Denoiser, based on paper "Video Denoising Based on Adaptive Temporal Averaging" by David Bartovčak and Miroslav Vrankić
| AVFilter ff_vf_atadenoise |
1.8.12