alaingalvan / alainxyz-comments

🔮 Utterances powered comments for the Alain.xyz blog.
https://alain.xyz/blog
MIT License
2 stars 0 forks source link

blog/ray-tracing-filtering #15

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Ray Tracing Filtering

An overview of image based ray tracing denoising, discussing blurring kernels and spatio-temporal reprojection techniques described in research papers and real time rendering engines.

https://alain.xyz/blog/ray-tracing-filtering

VigneshMohan1698 commented 1 year ago

This is one fricking amazing blog! Thank you so much.

VigneshMohan1698 commented 1 year ago

Couple of questions if you have the time. When you say luminance() during variance variance estimation, what does that signify? Is it a dot product to get a scalar value to use with weight calculations? And also during weight calculations, I am assuming #curDepth is from currentFrameGBuffer values and #depth is previousFrameGBuffer values?