PETPVC icon indicating copy to clipboard operation
PETPVC copied to clipboard

Partial Volume Correction in PET

Results 14 PETPVC issues
Sort by recently updated
recently updated
newest added

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...

bug
wontfix
upstream_problem

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

nice-to-have

The erosion of the WM using ```itk::BinaryErodeImageFilter``` can fail. Changing to ```itk::GrayscaleErodeImageFilter``` appears to fix the problem.

bug

Would be nice be able to `brew install` on mac.

nice-to-have
help wanted

#22 - A tutorial would be useful for end-users. Probably focus on brain initially.

enhancement

Provide python bindings. Possible options: - swig - Boost.Python - pybind11

enhancement