Skip to content

Tong-ZHAO/sibson_interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sibson Interpolation

Common techniques of interpolation sometimes lead to regularation problems. Sibson interpolation helps us avoid this danger by using a refined interpolation.

Requirement

  • g++ (your version should support c++ 11)
  • cgal
  • python 2.7

Function

  • Sibson interpolation with points chosen randomly
  • Given a interpolation error, choose points one by one randomly
  • Given a interpolation error, choose points hierarchically
  • Given the number of points, minimise the interpolation error

Run

sh run.sh
cd build
./sibson n eps mode input.bmp output.bmp

At last

For more details, please read the report in the folder report

About

Le projet de MAIAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages