-
Recent Posts
- Transforming “noise” and random variables through non-linearities March 16, 2022
- Fast, GPU friendly, antialiasing downsampling filter March 7, 2022
- Exposure Fusion – local tonemapping for real-time rendering February 28, 2022
- Light transport matrices, SVD, spectral analysis, and matrix completion February 15, 2022
- Insider guide to tech interviews January 4, 2022
Categories
Tag Archives: libraries
Bilinear down/upsampling, aligning pixel grids, and that infamous GPU half pixel offset
It’s been more than two decades of me using bilinear texture filtering, a few months since I’ve written about bilinear resampling, but only two days since I discovered a bug of mine related to it. 😅 Similarly, just last week … Continue reading
Posted in Code / Graphics
Tagged digital signal processing, gpu, image processing, libraries, numpy, sampling, signal processing, upsampling
11 Comments