Skip to content

nnormand/DGtalTools-contrib

 
 

Repository files navigation

DGtalTools-contrib

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.

More Information

  • Release 0.9.1 DOI DOI
  • Build Status

Organisation

This project is actually organized as follows:

Geometry2d

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

Geometry3d

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

Visualisation

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.
capture d ecran 2016-03-04 a 19 46 54
displayTgtCoverAlphaTS meshViewerEdit graphViewer

About

Various tools from the community built using DGtal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • CMake 4.6%
  • C 0.7%