pyvista.ImageData.index_to_physical_matrix#
- property ImageData.index_to_physical_matrix: NumpyArray[float][ソース]#
Return or set 4x4 matrix to convert coordinates from index space (ijk) to physical space (xyz).
注釈
Setting this property modifies the object's
origin
,spacing
, anddirection_matrix
properties.Added in version 0.45.
- 戻り値:
np.ndarray
4x4 transformation matrix.