cucim
cucim copied to clipboard
cuCIM - RAPIDS GPU-accelerated image processing library
Per comment from @jakirkham on MR #100 https://github.com/rapidsai/cucim/pull/100#pullrequestreview-764767214
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I wish I could use cuCIM to do [...]...
Hello! I very often use function Non-local means denoising - it really good denoising method for preserving textures I used to: from skimage.restoration import denoise_nl_means" I tried "from cucim.skimage.restoration import...
**Background** Image Object Detection models predict bounding boxes (bboxes). A single model will usually predict more candidate bboxes than are necessary, therefore practitioners need techniques to combine the many predicted...
**Is your feature request related to a problem? Please describe.** Since the project doesn't have a mechanism for preventing memory leaks, there are high chances to introduce memory leaks during...
Hi cuCIM team, I am deploying RAPIDS with cuCIM v21.06 on ppc64le architecture (Summit cluster) and in our NV-ARM Developer Kit cluster, and noted during compilation, it grabs GDS. So...
**Is your feature request related to a problem? Please describe.** It's be great if `cucim` implements `skimage`'s `watershed` algorithm. `watershed` is really useful for segmentation and it'd be great if...
**Is your feature request related to a problem? Please describe.** Add unit/integration/system/performance testing for TIFF file loader module (under `clara`). - Setup test cases for Python/C++ modules. See https://github.com/rapidsai/cucim/wiki/002_setup_tests.md for...
This is a question migrated over from `cupyimg`: will there be multi-GPU support for GPU-enabled `scikit-image` functions? `phase_cross_correlation` and `affine_transform` are two functions I have in mind. These are probably...
[FEA] Supporting multi bands (multi-channel) images for geospatial (remote sensing) and microscopy
**Is your feature request related to a problem? Please describe.** cuCIM is currently supporting only jpeg/deflate-compressed RGB image (which is prevalent on Digital Pathology image) only and doesn't support multi-channel...