Skip to content

Authors' personal implementation of SIGGRAPH Asia 2019 Technical Briefs (The Power of Box Filters: Real-time Approximation to Large Convolution Kernel by Box-filtered Image Pyramid) demo I (just for reference). A very fast approximation to large-kernel Gaussian blur with nonuniform blur radii, by making use of box-filtered mip maps V-cycle (theo…

Notifications You must be signed in to change notification settings

YunLai0824/NonuniformBlur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NonuniformBlur

A very fast approximation to large-kernel Gaussian blur with nonuniform blur radii, by making use of box-filtered mip maps (theoratically related to Haar wavelet tranforms). The mathematical model can be found in the PDF file.

Nonuniform blur result

Nonuniform blur result PR

Nonuniform blur result NPR

Nonuniform blur result Me

Hot keys:

[F1] show/hide FPS

[Space] pause/play animation

[P] pipeline type switch

About

Authors' personal implementation of SIGGRAPH Asia 2019 Technical Briefs (The Power of Box Filters: Real-time Approximation to Large Convolution Kernel by Box-filtered Image Pyramid) demo I (just for reference). A very fast approximation to large-kernel Gaussian blur with nonuniform blur radii, by making use of box-filtered mip maps V-cycle (theo…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.9%
  • C 23.4%
  • HLSL 2.7%