Skip to content

Release 0.9.3

Compare
Choose a tag to compare
@kerautret kerautret released this 12 Feb 13:05
· 965 commits to master since this release

DGtalTools 0.9.3

  • global:
    • Various fixes to enable the new Version3 (compressed) Vol/Longvol files.
      (David Coeurjolly, #287)
    • Fix Appveyor continuous integration with zlib installation and boost fix.
      (Bertrand Kerautret, #289)
  • imageProcessing:
    • Creates imageProcessing directory. Add tools for doing image restoration
      and inpainting with Ambrosio-Tortorelli functional and discrete calculus.
      (Jacques-Olivier Lachaud, Marion Foare
      #280)
  • converters:
    • fix tool itk2vol which was not able to read and convert int type image.
      (Bertrand Kerautret, #276)
    • add a CLOSURE export mode in volBoundary2obj. Default mode has been changed
      to "BDRY"
      (David Coeurjolly, #281)
  • visualisation:
    • Add SnapShot option for meshViewer and 3dVolViewer
      (useful to get visualisation without interaction like for scripting and/or
      online demonstration). It also contains a new option to display a mesh in
      3DvolViewer.
      (Bertrand Kerautret, #282)
    • Add an option to display vector fields in displayContours
      (Bertrand Kerautret, #290)
  • estimators:
    • 2dlocalEstimators: add an option to export the generated contour.
      (Bertrand Kerautret, #285)
    • tangentBC: add an option to read sdp points as input.
      (Bertrand Kerautret, #285)