cucim
cucim copied to clipboard
[FEA] Image object/array as input for CuImage
Is your feature request related to a problem? Please describe. Currently I see only local file read is supported. Would it be possible to load an image as object to CuImage? I see feature request for remote files https://github.com/rapidsai/cucim/issues/255 , which would be ideal for my need though.
Describe the solution you'd like Create CuImage from image object (PIL or image array) or support remote files through fsspec so Azure, AWS file path can be used.