StarsX / NonuniformBlur

Authors' implementation of my 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 (theoratically related to Haar wavelet tranforms). The mathematical model can be found in the PDF file.

Home Page:https://dl.acm.org/citation.cfm?doid=3355088.3365143

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Prerequisite: https://github.com/StarsX/XUSG

About

Authors' implementation of my 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 (theoratically related to Haar wavelet tranforms). The mathematical model can be found in the PDF file.

https://dl.acm.org/citation.cfm?doid=3355088.3365143

License:MIT License


Languages

Language:C 84.6%Language:C++ 14.7%Language:HLSL 0.7%Language:Batchfile 0.0%