Skip to content

Commit 112e431

Browse files
authored
Add distance_transform_edt to transforms.__init__ (#7100)
Forgot the import of the helper function `distance_transform_edt` in `transforms.__init__` ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Matthias Hadlich <matthiashadlich@posteo.de>
1 parent f239825 commit 112e431

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

monai/transforms/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@
641641
create_scale,
642642
create_shear,
643643
create_translate,
644+
distance_transform_edt,
644645
equalize_hist,
645646
extreme_points_to_image,
646647
generate_label_classes_crop_centers,

0 commit comments

Comments
 (0)