Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 530 Bytes

This repository contains an implementation of the paper A Low-Dimensional Function Space for Efficient Spectral Upsampling by Wenzel Jakob and Johannes Hanika.

In comparison to the supplemental material of the original paper that optimized polynomial coefficients using Google's CEPHES solver, the code here relies on a much simpler and self-contained Gauss-Newton solver. Mitsuba and PBRT use a variant of this code that is simply executed as part of the CMake build system.