GithubHelp home page GithubHelp logo

chufall / svgf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from loudonclear/svgf

0.0 0.0 0.0 48.61 MB

Final Project for CS2240

C++ 44.30% C 53.54% CMake 0.03% QMake 0.12% Shell 0.44% Perl 0.73% CSS 0.06% GLSL 0.31% Objective-C 0.47%

svgf's Introduction

CS224 Final Project โ€” Render Denoising

Loudon Cohen & Raphael Kargon

Link to Github repo (note: use branch temporal-history)

Features

  • Separation of albedo, direct lighting, and indirect lighting channels
  • Spatial wavelet filtering -- taking into account normals, color edges, and depth/world-position differences
  • Temporal accumulation -- Accumulation of color from previous frames, and variance estimation (to improve edge blurring).
  • Motion vectors -- reprojection to match up points across frames, even w/ movement.
  • Fast approximate anti-aliasing

Results

results1

results2

Known Issues

  • Reflections and refractions can be blurry (esp. on flat surfaces)
  • Temporal history works, but "history length" parameter seems stuck at one, making it difficult to add improvements to areas w/ no history (e.g. spatial variance estimation)

Usage

 mkdir build && cd build
 qmake -makefile ../final.pro
 make release
 ./release/final <scene xml>
./release/final -h (for more options)

svgf's People

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.