Aymeric Chataigner
Aymeric Chataigner
Small changes to load easily _on the fly_ the dicoms exported in a directory.
ctkDICOMBrowser::exportSeries export the series as DICOM files in a target directory. I'm working on an application which listens to the target directory and tries to create volumes in real time...
COMP: Speed up Linux compilation by using precompiled headers This branch was only tested on Linux Ubuntu 22.04 LTS. It is quite easy to speed up compilation in Libs and...
OS: Linux Ubuntu 22.04 **Steps to reproduce:** Install mold: `sudo apt update && sudo apt install mold` Set mold as default linker using update-alternatives tool: `sudo update-alternatives --install "/usr/bin/ld" "ld"...
## Summary Special characters cause issues in standard output. This issue appears in the terminal where Slicer is launched, not in the python console. ## Steps to reproduce Launch 3D...