Various tools from the community built using DGtal. Contrary to the DGtalTools project, these tools are not necessary final but can be considered as development tools or prototypes used to share recent research in progress.
This project is actually organized as follows:
This section can contains various utilities related to 2d geometry (2d estimators, 2d contour tools, ...):
-
meaningFullThickness: to display the meaningful thickness of digital contour. [Bertrand Kerautret, Jacques-Olivier Lachaud and Mouhammad Said;
Meaningful Thickness Detection on Polygonal Curve; Proceedings of the 1st International Conference on Pattern Recognition Applications and Methods 2012 pp. 372--379)] -
distanceTransform:
- LUTBasedNSDistanceTransform: Compute the 2D translated neighborhood-sequence distance transform of a binary image.
- CumulativeSequenceTest and RationalBeattySequenceTest: tests from LUTBasedNSDistanceTransform.
meaningFullThickness |
As the previous section but in 3d, it contains actually these tools:
- basicEditMesh: to apply basic mesh edition (scale change, mesh face contraction, face filtering).
- computeMeshDistances: computes for each face of a mesh A the minimal distance to another mesh B.
- volLocalMax: extract the local maximas of a vol image within a spherical kernel.
- basicMorphoFilter: apply basic morpho filter from a ball structural element.
- xyzScale: a basic tool to adjust the scale of an xyz file.
computeMeshDistances |
This section, can contain all tools related to visualisation:
- displayTgtCoverAlphaTS: to display alpha-thick segment given on a simple contour.
- meshViewerEdit: tool to visualize a mesh and to apply simple edits (face removal, color edits...).
- graphViewer: tool to display graphs from a list of edges, a list of vertex and an optionnal list of radius for each edge.
displayTgtCoverAlphaTS | meshViewerEdit | graphViewer |