DGtalTools 2.1.0
Loading...
Searching...
No Matches
DGtalTools - Digital Geometry Tools and Algorithms Library.

DGtalTools is a separate github project containing tools constructed using DGtal library. The main goal of this part is to gather simple and useful tools exploiting the structures and algorithms defined in DGtal. The resulting tools could be useful to:

  • Share and apply DGtal algorithms to various data from different domains.
  • Construct demonstration tools like online demonstrations (as for instance the one of the Image Processing Online (http://www.ipol.im)
  • Simplify comparisons of different algorithms with an single framework.
  • Provide useful tools of digital image related algorithms (extraction of connected components, digital contour/surface extraction, simple visualization tools ... etc).

The source code of the tools can also be used to non DGtal familiar user to show how to include the DGtal library framework directly in their own source code (in complement of DGtal tutorial https://dgtal-team.github.io/doc-nightly/packageTutorials.html).

Organisation

The DGTalTools project is structured around the following categories:

Tool Preview

The images below provide an overview of representative tools available in each category.

Example of tools of section Converters :
vol2sdp mesh2heightfield heightfield2shading
Example of tools of section Estimator Tools :
3dCurveTangentEstimator 2dLocalEstimators

generic3dNormalEstimators

Example of tools of section Generators :
contourGenerator

shapeGenerator

Example of tools of section Visualization :
3dCurvatureViewerNoise 3dVolViewer 3dImageViewer
Example of tools of section Volumetric :

Doc3dVolMarchingCubes homotopicThinning3D volReSample
Example of tools of Image processing :

atu2v0, atu0v1