Release 1.1
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)
- New way to handle command line options of DGtalTools by using CLI11 instead
-
converters
-
documentations
-
estimators
-
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)
- Add a variant of Ambrosio-Tortorelli functional for image
-
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)