Skip to content

v4.3.0

Compare
Choose a tag to compare
@smistad smistad released this 24 Feb 11:00
· 590 commits to master since this release

Changes

  • Upgraded TensorRT to version 8.2
  • Upgraded Clarius Cast API to version 9.0
  • Upgraded OpenIGTLink to version 3.1
  • Upgraded OpenVINO to version 2021.4.2
  • Major refactoring of rendering system. Due to synchronized rendering, the computation thread was not able run faster than the rendering thread. This has now been fixed, and these two threads can run at their own speed. Rendering synchronization is now done in much cheaper (faster) way.
  • Added ImageToImageNetwork convienience class for neural networks that perform image-to-image transformations.
  • Fixed bug in which PatchGenerator created patches with another size than the one specified at the image boundaries. This is now handled by padding the patches.
  • Fixed several issues in PatchGenerator related to offsets and patch overlap.
  • Added image multiplication weight in NonLocalMeans filter
  • Made it possible to make a minimal build of FAST without Qt.
  • ++ bug fixes

Full Changelog: v4.2.1...v4.3.0

Release binaries and installers can be downloaded below by pressing "assets". Make sure you have the required dependencies installed on your system before using the release: see the installation instructions for Windows, Ubuntu Linux and macOS