v4.8.0
Changes
- Fixed issue with FAST not working on Ubuntu 23.10.
- Added a new python example showing how to create a rotating 3D gif: https://fast.eriksmistad.no/create_rotating_3D_gif_8py-example.html
- Implemented IsotropicResampler.
- Added 3 different normalization methods in ImageToImageNetwork.
- Implemented a very basic scalebar which can be enabled on the View.
- Colormaps: Implemented support for transparent colormaps, divergent colormaps, and added heatmaps Inferno and Fire and fixed some bugs with ApplyColormap.
- Implemented support for specifying compression in image pyramids and using neural networks for image pyramid tile compression.
- Fixed issues with input and output nodes not consistent in ordering from different OS. Nodes are now sorted on name.
- Implemented support for running TissueSegmentation on a regular image.
- Enabled PatchGenerator to run on any magnification, even if the magnification doesn't exist in the image pyramid.
- Implemented ImagePyramidAccess::getPatchAsImageForMagnification which enables users to extract a patch at any magnification.
- Implemented support for reading TIFF image pyramids with another data type than uint8.
- Fixed error with multi-input neural networks and batches, and an issue with batch size > 1 with TensorRT.
- Fixed bug with MetaImageExporter on windows when windows slashes were used.
- Fixed pyFAST bug with Pipeline::getPipelineOutputData and Pipeline::getAllPipelineOutputData.
- Expose fast::String data object to pyFAST.
- Fixed translation transform missing in UltrasoundImageCropper.
- Added setDisabled and isDisabled to ImageToImageNetwork.
- Removed invalid ASCII character from ImageFill.cl causing compile error on certain Mac machines.
- Set a default spacing for VSI files corresponding to 40X magnification.
- Some other minor bug fixes, documentation updates etc.
Full Changelog: v4.7.1...v4.8.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