Extracted MRI slice image. More...
#include <mri_slicer.h>
Public Attributes | |
| Eigen::MatrixXf | pixels |
| int | width |
| int | height |
| SliceOrientation | orientation |
| int | sliceIndex |
| Eigen::Matrix4f | sliceToRas |
Extracted MRI slice image.
Holds extracted 2D slice image data from a 3D MRI volume.
Definition at line 80 of file mri_slicer.h.
| int MRILIB::MriSliceImage::height |
Height of the slice image in pixels.
Definition at line 84 of file mri_slicer.h.
| SliceOrientation MRILIB::MriSliceImage::orientation |
Orientation of the slice.
Definition at line 85 of file mri_slicer.h.
| Eigen::MatrixXf MRILIB::MriSliceImage::pixels |
2D pixel data, normalised 0-1.
Definition at line 82 of file mri_slicer.h.
| int MRILIB::MriSliceImage::sliceIndex |
Index along the slicing axis.
Definition at line 86 of file mri_slicer.h.
| Eigen::Matrix4f MRILIB::MriSliceImage::sliceToRas |
4x4 transform placing the slice in RAS space.
Definition at line 87 of file mri_slicer.h.
| int MRILIB::MriSliceImage::width |
Width of the slice image in pixels.
Definition at line 83 of file mri_slicer.h.