-
-
Notifications
You must be signed in to change notification settings - Fork 119
DGtal dev meeting (19 06 2018)
David Coeurjolly edited this page Jun 19, 2018
·
1 revision
-
David : Viewer Polyscope,
-
Roadmap to rel 1.0
-
Roland :
functors, lambda,... stdunction/..
-
Bertrand :
slides
-
Jaco: estimators
-
Documentation estimateurs 2D-3D et concept
-
Site web (Overview, gallery...). Hebergement site web
-
Modèles discrétisation ?
-
Viewer3D
-
Mesh voxelizer : option pour du solid voxelization
-
Plongement surfaces digitales (regularisation, projections...)
-
Image ?
-
Modèles de partitions ?
-
Simplification utilisateurs / factorisation (construction surfaces, estimateurs, ...)=> Getting Started
-
std::function
dans IO en enlevant CUnaryFunctor
Vol vol = readVol();
DigitalSurface surf = vol->getSurface();
NormalPerFace normals= geom->getNormals( surf )
NormalPerFace normals= getNormals(surf,{method: II},{radius: 5});
Painful: Mpolynomial, DEC,... ---> enlever travis ?