Skip to content

Implementation of the paper "Mesh Denoising via L0 Optimization"

License

Notifications You must be signed in to change notification settings

QingXin96/L0Denoising

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of the paper "Mesh Denoising via L0 Optimization"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.2%
  • C 35.1%
  • CMake 10.7%