Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Adatpive point cloud denoising using discrete mean curvature flow.

License

Notifications You must be signed in to change notification settings

nyorem/point-cloud-denoising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive point cloud denoising

Organization of the repository:

  • code:
    • viewer: 2D point cloud denoising with a discrete Mean Curvature Flow approach
    • 3dviewer: 3D point cloud anistropic denoising
    • python: python bindings for the 2D case
  • report: final master report
  • pres: slides for the presentations (team meeting and oral defense)

Dependencies

  • CGAL >=4.7
  • Eigen
  • CMake
  • Qt5

Python bindings:

  • Boost.Python
  • Boost.NumPy (git submodule update --init)
  • NumPy, SciPy, matplotlib

Building the code

mkdir build && cd build && cmake .. && make

About

Adatpive point cloud denoising using discrete mean curvature flow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published