cucim
cucim copied to clipboard
[FEA] expose resize method for MONAI transform
Is your feature request related to a problem? Please describe.
resize with antialiasing is a popular method used in Digital Pathology image processing. It would be nice if the method is exposed through cuCIM's core transform method so that MONAI can use it through CuCIM Adaptor.
Describe the solution you'd like
Expose cuCIM's resize method through another interface:
Reference:
- https://scikit-image.org/docs/stable/auto_examples/transform/plot_rescale.html
- https://github.com/rapidsai/cucim/wiki/release_notes_v21.10.00#1-add-high-performance-transforms-for-digital-pathology-100
/cc @drbeh