lukasgartmair / lpcvt

2 stars 0 forks source link

Creation of seed points for the RVD #2

Open lukasgartmair opened 8 years ago

lukasgartmair commented 8 years ago

Define a function that creates proper seed points for the RVD. At the moment just the input meshs vertices are taken for simplicity.

In the paper Isotropic remeshing with fast ... page 1450 / 4.1 initialization offers the solution!

lukasgartmair commented 8 years ago

A good algorithm would be Dart Throwing Surfaces (Cline, Wonka etc). http://peterwonka.net/Publications/pdfs/2009.EGSR.Cline.PoissonSamplingOnSurfaces.pdf

Todo search c++ implementation!