Skip to content

Commit

Permalink
ENH: Add Curved Planar Reformation (CPR) support to vtkMRMLSliceLogic
Browse files Browse the repository at this point in the history
- Implement CPR routines in C++ within `vtkMRMLSliceLogic`, based on PerkLab's
  Python-based `CurvedPlanarReformat` module.
  See https://github.com/PerkLab/SlicerSandbox/blob/6c18371ac9cb0dfdf072d539db39751e9032208e/CurvedPlanarReformat/CurvedPlanarReformat.py#L97
- Introduce methods to initialize CPR, compute straightening transforms,
  straighten volumes, and project volumes.
- Enable volume resampling by leveraging the registered resampler
  `ResampleScalarVectorDWIVolume`, backed by the `vtkMRMLScalarVectorDWIVolumeResampler`
  and the ResampleScalarVectorDWIVolume CLI.

Co-authored-by: Sam Horvath <sam.horvath@kitware.com>
Co-authored-by: Andras Lasso <lasso@queensu.ca>
Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
  • Loading branch information
4 people committed Jan 22, 2025
1 parent e7b8279 commit a57d6ff
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 0 deletions.
Loading

0 comments on commit a57d6ff

Please sign in to comment.