cucim icon indicating copy to clipboard operation
cucim copied to clipboard

[FEA] expose resize method for MONAI transform

Open gigony opened this issue 2 years ago • 1 comments

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

gigony avatar Mar 24 '22 23:03 gigony

/cc @drbeh

gigony avatar Mar 24 '22 23:03 gigony