PETPVC
PETPVC copied to clipboard
Partial Volume Correction in PET
https://github.com/UCL/PETPVC/releases/tag/v1.2.11
### Description: I am encountering two issues with PETPVC when applying region-based voxel (rbv) correction to 4D PET dynamic images. The PET image consists of 28 frames, and I have...
If a command line is incomplete, the executables print a usage message. However, confusingly it says that current values are default. Example ``` $ pvc_rl -x 10 -y 16 -z...
I created a label map with 2 segments and gave voxel value 0.4 to 1 segment and 0.6 to the other. The label map in NIfTI format was originated from...
@bathomas is it easy to run this from in Slicer3D? How would we go about doing that (on a Mac for instance). I can see a lot of interesting potential...
would mean we would no longer require the `ITKReview` module
The erosion of the WM using ```itk::BinaryErodeImageFilter``` can fail. Changing to ```itk::GrayscaleErodeImageFilter``` appears to fix the problem.
#22 - A tutorial would be useful for end-users. Probably focus on brain initially.
Provide python bindings. Possible options: - swig - Boost.Python - pybind11