Project8 Results
I use halton sampling with "color variance / (number of samples)^2 " for adapting (intend to maximize SNR).
Texture filters are applied.
spp = [6, 255], threshold = 1e-7
time: 46s using openmp
spec: Ubuntu 18.04 on i5-8250U @ 1.6GHz x 8 with 20G memory
spp = [4, 128], threshold = 1e-8
time: 54s using openmp
spec: Ubuntu 18.04 on i5-8250U @ 1.6GHz x 8 with 20G memory
spp = [4, 128], threshold = 1e-6
time: 17s using openmp
spec: Ubuntu 18.04 on i5-8250U @ 1.6GHz x 8 with 20G memory
spp = [4, 128], threshold = 1e-4
When looking close, it is clear that the pixel values are less correct.
time: 5s using openmp
spec: Ubuntu 18.04 on i5-8250U @ 1.6GHz x 8 with 20G memory
Buggy Results