Coder Social home page Coder Social logo

Comments (2)

erichlof avatar erichlof commented on July 30, 2024

Hello @trsh
Yes I agree! ;-)

I have been wanting to implement de-noising much like NVidia did with path traced Quake II recently:
q2vkpt tech
And the research paper that this project was based upon.

However, just glancing at some source code (what little is out there for public consumption), it is way more non-trivial than I had imagined. I was originally thinking in terms of simple Photoshop-type box and Gaussian filters, but it goes way beyond that with complex edge detection and also ventures into the temporal domain (temporal reprojection, etc.).

There are no quick and easy 'getting started' tutorials about this subject either (like there are for simple old-fashioned ray tracing), as it is an active area of computer scientific research at universities and professional companies, and is considered the Holy Grail of real-time rendering - noise free global illumination at 60 fps.

My only concern about going down this road and trying to get it to work, is that since this project runs on any GPU (commodity even) with Webgl in the browser, that the complex math and multiple texel lookups (which I'm sure are necessary for filtering and edge-detection) will slow my entire renderer down below 30 fps and will no longer be supported on mobile devices in real-time.

But if I find some tutorials or example projects that make compact, clever use of de-noising, I will definitely give it my best!

-Erich

from three.js-pathtracing-renderer.

trsh avatar trsh commented on July 30, 2024

Cool

from three.js-pathtracing-renderer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.