rapidsai / cucim

cuCIM - RAPIDS GPU-accelerated image processing library
https://docs.rapids.ai/api/cucim/stable/
Apache License 2.0
356 stars 61 forks source link

[FEA] expose resize method for MONAI transform #244

Open gigony opened 2 years ago

gigony commented 2 years ago

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:

gigony commented 2 years ago

/cc @drbeh