Skip to content

Releases: DGtal-team/DGtalTools-contrib

Release 1.4

11 Jun 12:15
be5ec3c
Compare
Choose a tag to compare

Blog Post of the related DGTal 1.4 release 🎉

DGtalTools-contrib 1.4

  • build

    • Remove STBimage preprocessor instruction used to fix MVSC that is no more usefull since DGtal PR 175 (Bertrand Kerautret #79)
  • 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

    • basicEditMesh: improvement of mesh read using generic reader/writer. (Bertrand Kerautret #72)
    • trunkMeshTransform: new tools to transform trunk mesh from input centerline and cylinder coordinates. (Bertrand Kerautret #82)
  • visualisation

    • graphViewer: new options to apply a scale factors on the radius input values and to display constant tube section. (Bertrand Kerautret #74)
    • polyMeshColorize: new tool to colorize a mesh. (Bertrand Kerautret #83)
    • polyMeshEdit: new tool to edit mesh based on polyscope (Bertrand Kerautret #78)

Release 1.3

02 Dec 19:41
519d1d7
Compare
Choose a tag to compare

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)
  • 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)
  • geometry3d

    • obj2off: converts an obj mesh to the .off format.
      (Bertrand Kerautret #61)

Release 1.2

02 Jun 13:59
2cb08d1
Compare
Choose a tag to compare

Blog post for this release.

  • global
    • Fix Appveyor and Travis wioth old default osx_image with xcode12.2 and remove non used boost
      cmake references. (Bertrand Kerautret #53)

DGtalTools-contrib 1.1.1

27 Dec 15:59
e6413e2
Compare
Choose a tag to compare

Release 1.1

11 Oct 17:35
e6413e2
Compare
Choose a tag to compare

Blog Post of the release 🎉

DGtalTools-contrib 1.1

  • global

    • New way to handle command line options of DGtalTools-contrib by using CLI11 instead
      boost program option. (Phuc Ngo and Bertrand Kerautret #51)
    • fix Cmake and CPP11 check (Bertrand Kerautret #48)
  • visualisation

    • graphViewer: fix compilation issue. (Phuc Ngo #47)
    • graphViewer: fix display issue. (Phuc Ngo #46)
  • Geometry3d

    • fix off2obj: the colors of .off are now well exported in obj.
      (Bertrand Kerautret #49)

Release 1.0.1

23 Apr 14:09
e35691d
Compare
Choose a tag to compare

Just version to fix Zenodo

Release 1.0

21 Apr 23:07
e35691d
Compare
Choose a tag to compare

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.

DGtal 1.0

DGtalTools-contrib 1.0

  • visualisation
    • displayLineSegments: new option to display a second set of lines.
      (Bertrand Kerautret, #33)
    • displaySet2dPts: new tool to display sets of 2d points.
      (Bertrand Kerautret, #44)
  • global
    • Fix PointVector implicit conversion (in link to DGtal PR #1345)
      (Bertrand Kerautret #45)

Release 0.9.4.1

26 Mar 11:41
c6276ed
Compare
Choose a tag to compare

Small fix including:

  • Min DGtal version updated

Release 0.9.4

19 Mar 14:02
4815149
Compare
Choose a tag to compare

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)
  • Geometry2d

    • LUTBasedNSDistanceTransform: Removed the dependency to libNetPBM. (Nicolas Normand,
      #32)
    • thresholdRosin: implementation of Rosin's algorithm to compute threshold of an unimodal intensity histogram (Van-Tho Nguyen and Bertrand Kerautret #36)
  • 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

12 Feb 13:19
Compare
Choose a tag to compare
  • 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).