Skip to content

Release 1.1

Compare
Choose a tag to compare
@kerautret kerautret released this 11 Oct 17:32
· 385 commits to master since this release
f1c607a

Blog Post of the release 🎉

DGtalTools 1.1:

  • global

    • New way to handle command line options of DGtalTools by using CLI11 instead
      boost program option. (Bertrand Kerautret and Phuc Ngo #373)
    • Fix issue of link with boost program option. (Bertrand Kerautret #356)
    • set cmake based CPP11 check instead the manual DGtal check. (Bertrand
      Kerautret #364)
    • Travis: Fix broken Eigen url. Update Eigen in travis to 3.3.7.
      (Pablo Hernandez and Bertrand Kerautret #373)
  • converters

    • itk2vol: change the type of the threshold parameter in order to be able to
      convert ITK images of type double, it also adds a new option to mask the
      source image using another image. (Bertrand Kerautret, #367)
    • volBoundary2obj improved using new Shortcuts helpers.
      (Bertrand Kerautret #370)
  • documentations

    • Fix doc link to the DGtal lib in the tool source (from new github website).
      (Bertrand Kerautret #372)
    • Fix missing title page and various small doc corrections.
      (Bertrand Kerautret #381)
  • estimators

    • volSurfaceRegularization now in the "make install" command. (David
      Coeurjolly, #376)
    • 3dLocalEstimators now included in the main build and fix compilation issues #382
      and documentation added. (Bertrand Kerautret #383)
  • imageProcessing:

    • Add a variant of Ambrosio-Tortorelli functional for image
      restoration and inpainting, using Laplacian of discontinuity
      function instead of gradient and based on discrete calculus.
      (Jacques-Olivier Lachaud #363)
  • volumetric

    • fix ld boost program options macos warnings. (Bertrand Kerautret #366)
    • curvatureScaleSpaceBCC: better use of exportFile with template specialisation.
      (Bertrand Kerautret, #375)
    • Passing argument by const reference in (min|max|mean)Val of volSubSample.
      (Roland Denis, #359)
    • Using SourceForge to download doxygen sources during Travis CI jobs.
      (Roland Denis #360)
    • volMask: new tool to extract a new image from the a masked image.
      (Jonas Lamy and Bertrand Kerautret 374)
    • volAddBorder: Add an option that sets zero value to domain boundary voxels without
      changing the domain extent (Bertrand Kertautret #371)
    • Fix a wrong error message that appears when using the tool (wrong IO error)
      (Bertrand Kerautret #368)