Skip to content

Release 1.2

Compare
Choose a tag to compare
@kerautret kerautret released this 02 Jun 13:58
· 317 commits to master since this release
b2e3e71

Blog post for this release.

  • global

    • Fix itk2vol and fix ITK cmake configuaration that was making issues with the ITK image read.
      (Bertrand Kerautret #393)
    • Travis: Fix old default osx_image with xcode12.2 and remove non used boost
      cmake references. (Bertrand Kerautret #394)
    • Uniform input/output option with previous use of CLI11 (issue #405).
      (Bertrand Kerautret #406)
    • Comply with cmake Policy CMP0115 "Source file extensions must be
      explicit". (Bertrand Kerautret and David Coeurjolly, #407)
  • visualisation

    • 3dVolViewer: improvement of the possibility to read input image of type double (with ITK).
      New possibility to select the voxel in order to display image intensity.
      (Bertrand Kerautret #402)
    • 3dVolBoundaryViewer: fix compilation issue (related to CLI11 change) when ITK is activated.
      (Bertrand Kerautret #395)
  • volumetric

    • volReSample: it can now export image including ITK image spacing.
      (Bertrand Kerautret #404)