Skip to content

Release 1.0

Compare
Choose a tag to compare
@kerautret kerautret released this 21 Apr 22:41
· 656 commits to master since this release
a933c5b

After about 10 years of developments, we are very proud to announce the DGtal 1.0 release.

Many thanks to all developers that have contributed to DGtal and its tools.

Please have a look to the release note for details.

DGtal 1.0

DGtalTools 1.0

  • generators

    • 3dParametricCurveDigitizer - a tool for digitization of 3D parametric curves (Kacper Pluta,
      #341)
  • global

    • Continuous integration AppVeyor fix. (Bertrand Kerautret, #337).
    • Fix PointVector implicit conversion (in link to DGtal PR #1345)
      (Bertrand Kerautret and David Coeurjolly, #347)
    • Fix Documentation nightly update on github website.
      (Bertrand Kerautret, #348)
    • CMake exposes boost static option. (Bertrand Kerautret #351)
    • Fix compilation and execution with Visual Studio for volSurfaceRegularization.
      (Raphael Lenain, #353)
  • volumetric

    • New tool to fill the interior of a voxel set (volFillInterior).
      (David Coeurjolly, #343).
    • Update Critical Kernels thinning using VoxelComplex, following
      recent changes in DGtal. (Pablo Hernandez, #345)
  • estimators

    • New option for 3dCurveTangentEstimator which allows to detect the principal curve direction
      (Kacper Pluta, #342)