poolio / bilateral_solver

Python code for the fast bilateral solver
MIT License
231 stars 56 forks source link

The Fast Bilateral Solver

Barebones Python implementation of the Fast Bilateral Solver. This code is an unoptimized version of the bilateral solver, so runtime and performance are worse than reported in the paper.