Alexander Jaus

Results 2 issues of Alexander Jaus

Fixes #8656 Distance_transform_edt indices preallocation to use channel-first (C, spatial_dims, ...) layout for both torch/cuCIM and NumPy/SciPy paths, resolving “indices array has wrong shape” errors when return_indices=True. ### Description ```...

**Bug Description** Monai's distance_transform_edt allocates the feature-transform indices buffer with layout (ndim, C, …) instead of channel-first (C, spatial_dims, …), so SciPy/cuCIM reject the provided array and raise RuntimeError: indices...