Release 1.3
DGtalTools 1.3
Blog Post of the related DGTal 1.3 release 🎉
-
build
- New cmake option (DGTAL_RANDOMIZED_BUILD_THRESHOLD) to set the
(approximated) % of tools build (Bertrand Kerautret #416)
- New cmake option (DGTAL_RANDOMIZED_BUILD_THRESHOLD) to set the
-
converters
- heightfield2shading: new option to add a matcap rendering (from normal
direction interpreted as HSV vector) (Bertrand Kerautret #399) - heightfield2shading: new option to generate a normal map.
(Bertrand Kerautret #415) - mesh2heightfield: automatic object placement and improved usage.
(Bertrand Kerautret & Florian Delconte #429) - vol2slice: fix infinite slices extraction. (Bertrand Kerautret #439)
- heightfield2shading: new option to add a matcap rendering (from normal
-
generators
- 2dSimplePolygonDigitizer: new tool to compute the Gauss Digitization of
a simple closed polyline. (Phuc Ngo #398)
- 2dSimplePolygonDigitizer: new tool to compute the Gauss Digitization of
-
visualisation
-
volumetric
- volSegment: adding new option to get long int images as output (for
longvol exporting). (Bertrand Kerautret #420) - volInfo: get information from a volumetric file. (David Coeurjolly, #430)
- criticalKernelsThinning3D: new option to keep the resulting image
domain equal to the input image (instead using the resulting bouding box set).
(Bertrand Kerautret #431) - criticalKernelsThinning3d: it can now export OBJ files for input surface and
output skeletons (Jacques-Olivier Lachaud #414)
- volSegment: adding new option to get long int images as output (for