/L0Denoising

Implementation of the paper "Mesh Denoising via L0 Optimization"

Primary LanguageC++MIT LicenseMIT

L0 Denoising

License

This project (will) includes L0 denoising for both images and meshes

Build

Please use CMake to build this project.

$ git clone https://github.com/tatsy/L0Denoising.git
$ mkdir build && cd build
$ cmake ..
$ cmake --build .

License

The MIT License 2016 (c) Tatsuya Yatagawa.