Provides tools.
More...
#include <Libs/FreeSurfer/vtkFSSurfaceHelper.h>
Provides tools.
Utility functions associated to FreeSurfer data.
Definition at line 23 of file vtkFSSurfaceHelper.h.
◆ vtkFSSurfaceHelper()
vtkFSSurfaceHelper::vtkFSSurfaceHelper |
( |
| ) |
|
|
protected |
◆ ComputeTkRegVox2RASMatrix()
static void vtkFSSurfaceHelper::ComputeTkRegVox2RASMatrix |
( |
double * |
spacing, |
|
|
int * |
dimensions, |
|
|
vtkMatrix4x4 * |
M |
|
) |
| |
|
static |
Convenience method to compute a volume's Vox2RAS-tkreg Matrix.
◆ New()
◆ TranslateFreeSurferRegistrationMatrixIntoSlicerRASToRASMatrix()
static void vtkFSSurfaceHelper::TranslateFreeSurferRegistrationMatrixIntoSlicerRASToRASMatrix |
( |
double * |
V1Spacing, |
|
|
int * |
V1Dim, |
|
|
vtkMatrix4x4 * |
V1IJKToRASMatrix, |
|
|
double * |
V2Spacing, |
|
|
int * |
V2Dim, |
|
|
vtkMatrix4x4 * |
V2RASToIJKMatrix, |
|
|
vtkMatrix4x4 * |
FSRegistrationMatrix, |
|
|
vtkMatrix4x4 * |
RAS2RASMatrix |
|
) |
| |
|
static |
Computes matrix we need to register V1Node to V2Node given the "register.dat" matrix from tkregister2 (FreeSurfer)
The documentation for this class was generated from the following file: