Skip to content

DGtal-team/DGtalTools

Repository files navigation

DGtalTools

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).

More Information

  • Related DGtalTools-contrib: https://github.com/DGtal-team/DGtalTools-contrib
  • Release 1.3 DOI
  • Release 1.2 DOI
  • Release 1.1 DOI
  • Release 1.0 DOI
  • Release 0.9.4.1 DOI
  • Release 0.9.4 DOI
  • Release 0.9.3 DOI
  • Release 0.9.2 DOI
  • Release 0.9.1 DOI
  • Release 0.9 DOI
  • Release 0.8 DOI
  • Continuous Integration (Linux/MacOS/Windows) Build status

Documentation

The description and documentation of the tools are available here.

Actually the DGTal project is organized as follows:

  • Converters: utilities to convert various simple file formats (for instance vol2raw, dicom2vol, mesh2heightfield ...)

  • Estimators: different geometric estimators (like tangent, curvature 2D/3D...)

  • Generators: utilities to generate various contours/shapes

  • Visualization: various tools to visualize digital data (set of voxels, vol file, heightmap ... )

  • Volumetric: tools to manipulate volumetric files (marching cube, sub sampling, thinning)

  • ImageProcessing: tools to process images (image restoration, image inpainting)

How to build the tools

  • use cmake tool to generate a build script (MakeFile, VS project,..) from the CMakeLists.txt
  • DGtal must be installed in your system. Concerning DGtal dependencies (boost, Qt,...), all the dependencies used to compile your DGtal library must be present to build the DGtalTools.

Galleries