Releases: DGtal-team/DGtalTools-contrib
Release 1.4
Blog Post of the related DGTal 1.4 release 🎉
DGtalTools-contrib 1.4
-
build
-
global
- Continuous integration on windows does not use Appveyopr anymore but Github Actions. (Bertrand Kerautret #77)
-
Geometry2d
- rotNmap: new tools to apply a rotation in the input normal map (it rotates both the position and normals orientation to be consistant). (Bertrand Kerautret #70)
-
Geometry3d
-
visualisation
Release 1.3
Blog Post of the related DGTal 1.3 release 🎉
DGtalTools-contrib 1.3
-
Fix autoEdge option of GraphViewer (inverted interpretation from CLI transform)
(Bertrand Kerautret with Craig Hiernard #64) -
Continuous integration does not use Travis anymore but Github Actions.
(Bertrand Kerautret #58) -
visualisation
- displayLineSegments: fix variable name and remove unused variables.
(Phuc Ngo #59)
- displayLineSegments: fix variable name and remove unused variables.
-
Geometry3d
- volFillCCSize: new tool to fill each Connected Component with a value corresponding to the number of voxels of the CC.
(Bertrand Kerauret 60 - vol2meshAndNormals: new tool to estimate normal vectors (using VCM) from digital surface defined in 3D volume. It exports the mesh and the normal vectors. (backport Jacques-Olivier Lachaud from VCM repository and update with CLI)
(Bertrand Kerautret and Jacques-Olivier Lachaud #65)
- volFillCCSize: new tool to fill each Connected Component with a value corresponding to the number of voxels of the CC.
-
geometry3d
- obj2off: converts an obj mesh to the .off format.
(Bertrand Kerautret #61)
- obj2off: converts an obj mesh to the .off format.
Release 1.2
DGtalTools-contrib 1.1.1
for Zenodo
Release 1.1
Release 1.0.1
Just version to fix Zenodo
Release 1.0
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.
DGtalTools-contrib 1.0
Release 0.9.4.1
Small fix including:
- Min DGtal version updated
Release 0.9.4
DGtalTools-contrib 0.9.4
-
global
- Fix for the last QGLViewer version (2.7). (Bertrand Kerautret, #40)
-
visualisation
- graphViewer: new option to generate edges from vertex points and to
customize vertex color (Bertrand Kerautret, #33)
- graphViewer: new option to generate edges from vertex points and to
-
Geometry2d
-
Geometry3d
-
off2sdp: a new tool to convert a mesh into a set of points (.sdp). It can
extract the mesh vertices (by default) or the face centers.
(Bertrand Kerautret 33) -
off2obj: tool to convert a mesh represented in off format into obj format.
(Bertrand Kerautret, #35)
Release 0.9.3
- visualisation
- displayLineSegments: add a new tool allowing to display line segment in an output image. (Bertrand Kerautret)
- meshViewerEdit: add a button to invert the current selection (Bertrand Kerautret)
- Geometry2d
- houghLineDetect: to detect line segment from Hough transform (using OpenCV).