v2.0.0
Loading...
Searching...
No Matches
MRILIB::MriSliceImage Struct Reference

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

Detailed Description

Extracted MRI slice image.

Holds extracted 2D slice image data from a 3D MRI volume.

Definition at line 80 of file mri_slicer.h.

Member Data Documentation

◆ height

int MRILIB::MriSliceImage::height

Height of the slice image in pixels.

Definition at line 84 of file mri_slicer.h.

◆ orientation

SliceOrientation MRILIB::MriSliceImage::orientation

Orientation of the slice.

Definition at line 85 of file mri_slicer.h.

◆ pixels

Eigen::MatrixXf MRILIB::MriSliceImage::pixels

2D pixel data, normalised 0-1.

Definition at line 82 of file mri_slicer.h.

◆ sliceIndex

int MRILIB::MriSliceImage::sliceIndex

Index along the slicing axis.

Definition at line 86 of file mri_slicer.h.

◆ sliceToRas

Eigen::Matrix4f MRILIB::MriSliceImage::sliceToRas

4x4 transform placing the slice in RAS space.

Definition at line 87 of file mri_slicer.h.

◆ width

int MRILIB::MriSliceImage::width

Width of the slice image in pixels.

Definition at line 83 of file mri_slicer.h.


The documentation for this struct was generated from the following file: