1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/tests/ref
Valery Kot 855d51bf48 avfilter/vf_edgedetect: properly implement double_threshold()
Important part of this algorithm is the double threshold step: pixels
above "high" threshold being kept, pixels below "low" threshold dropped,
pixels in between (weak edges) are kept if they are neighboring "high"
pixels.

The weak edge check uses a neighboring context and should not be applied
on the plane's border. The condition was incorrect and has been fixed in
the commit.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
Reviewed-by: Andriy Gelman <andriy.gelman@gmail.com>
2020-07-06 23:20:53 -04:00
..
acodec fate: add adpcm_ima_ssi encoding test 2020-06-01 23:32:28 +02:00
fate avfilter/vf_edgedetect: properly implement double_threshold() 2020-07-06 23:20:53 -04:00
lavf avformat/matroskaenc: Don't ignore tags of chapters written late 2020-05-19 03:34:44 +02:00
lavf-fate avformat/movenc: Write 'av01' as a compatible brand when muxing AV1 2020-06-17 19:06:45 +01:00
pixfmt Merge commit '896fe15dbb7b78de495c4a7dd75e7faec66778da' 2019-03-14 14:31:48 -03:00
seek avformat/matroskaenc: Don't ignore tags of chapters written late 2020-05-19 03:34:44 +02:00
vsynth tests/ref/vsynth: fix fate colr changes (again) 2020-04-13 13:34:49 -07:00
vsynth1
vsynth_lena