comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Create a switch to toggle between memory lean `distance_transform_edt_float32` and original `distance_transform_edt` version #303

Closed silvandeleemput closed 3 years ago

silvandeleemput commented 3 years ago

Description

The following methods all use the (more memory efficient but slower) distance_transform_edt_float32 and it would be nice to add a toggle to use the original distance_transform_edt.