←back to thread

80 points homarp | 2 comments | | HN request time: 0.41s | source
1. nathanielsimard ◴[] No.44610254[source]
One of the author here, don't hesitate if you have any question or comment!
replies(1): >>44612545 #
2. burnt-resistor ◴[] No.44612545[source]
Reminds me of ye olden days when kernel transforms were merely weighted multiplicative and/or additive matrixes applied to every point in the source arriving at pixel data in the target. Blur, sharpen, color channel filter, color swap, invert, etc. An extremely diagonalizable problem suitable for massive parallelism and concurrent calculation because there is little/no dependency on prior calculations.