Skip to content

chufall/SVGF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Final Project for CS2240

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.6%
  • C++ 44.3%
  • Perl 0.7%
  • Objective-C 0.5%
  • Shell 0.4%
  • GLSL 0.3%
  • Other 0.2%