-
Recent Posts
- Computing gradients on grids of pixels and voxels – forward, central, and… diagonal differences February 28, 2021
- Bilinear down/upsampling, aligning pixel grids, and that infamous GPU half pixel offset February 15, 2021
- Is this a branch? January 18, 2021
- Converting wavetables to Ableton Operator AMS waves January 5, 2021
- Why are video games graphics (still) a challenge? Productionizing rendering algorithms December 27, 2020
Categories
Monthly Archives: August 2020
Compressing PBR material texture sets with sparsity and k-SVD dictionary learning
Introduction In this blog post, I am going to continue exploration of compressing whole PBR texture sets together (as opposed to compressing each texture from the set separately) and using the fact that those textures are strongly correlated. In my … Continue reading
Posted in Code / Graphics
Tagged compression, graphics, graphics programming, image processing, linear algebra, machine learning, maths, PBR, rendering, signal processing, textures
5 Comments