MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / NrrdImage

Class NrrdImage

monai/data/image_reader.py:1449–1453  ·  view source on GitHub ↗

Class to wrap nrrd image array and metadata header

Source from the content-addressed store, hash-verified

1447
1448@dataclass
1449class NrrdImage:
1450 """Class to wrap nrrd image array and metadata header"""
1451
1452 array: np.ndarray
1453 header: dict
1454
1455
1456@require_pkg(pkg_name="nrrd")

Callers 1

readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…