Skip to content

shaders/colorspace: rewrite peak detection shader from scratch

Niklas Haas requested to merge peak_detection_v5 into master

Major rewrite of peak detection. Fixes many issues with the code (and its quality/complexity), moves the smoothing to the CPU (where we can easily do much more complicated things), improves performance, and will allow us to easily add histogram measurement in the future.

What's not to love about it?

Merge request reports