FFmpeg
Data Fields
weighted_avg Struct Reference

Data Fields

float total_weight
 
float sum
 

Detailed Description

Todo:
  • better automatic defaults? see "Parameters" @ http://www.ipol.im/pub/art/2011/bcm_nlm/
  • temporal support (probably doesn't need any displacement according to "Denoising image sequences does not require motion estimation")
  • Bayer pixel format support for at least raw photos? (DNG support would be handy here)
  • FATE test (probably needs visual threshold test mechanism due to the use of floats)

Definition at line 41 of file vf_nlmeans.c.

Field Documentation

◆ total_weight

float weighted_avg::total_weight

Definition at line 42 of file vf_nlmeans.c.

Referenced by nlmeans_slice(), and weight_averages().

◆ sum

float weighted_avg::sum

Definition at line 43 of file vf_nlmeans.c.

Referenced by nlmeans_slice(), and weight_averages().


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