[FFmpeg-trac] #11019(avfilter:new): Full-Image Averaging (Favg) denoise
FFmpeg
trac at avcodec.org
Thu Jul 11 08:41:00 EEST 2024
#11019: Full-Image Averaging (Favg) denoise
-------------------------------------+-------------------------------------
Reporter: | Owner: (none)
MasterQuestionable |
Type: enhancement | Status: new
Priority: important | Component: avfilter
Version: unspecified | Resolution:
Keywords: denoise | Blocked By:
nlmeans |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by MasterQuestionable):
͏ Another interesting property of the algorithm seems to be
idempotence:
͏ I.e. repeatedly applying which with equal or less strength seems to
keep output identical.
͏ E.g.
͏ 19, 20 * n, 25, 30 * n
͏ ; where " * n" means countless many.
͏ .
͏ Possible outcomes:
͏ (given threshold of 5)
͏ |1| ~ 20 * n, ~ 30 * n
͏ |2| ~ 20 * n, 30 * n
͏ |3| 19, ~ 25 * n
͏ Making which a perfect substitute of JPEG alike compression schemes.
͏ (no further re-encoding loss)
\\
\\
͏ Per above observation, it's likely also beneficial to make the
averaging process:
͏ Start from the most frequently appearing values (per
component/channel).
͏ Such shall give more reasonable averaging outcome.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11019#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list