cucim icon indicating copy to clipboard operation
cucim copied to clipboard

cuCIM - RAPIDS GPU-accelerated image processing library

Results 148 cucim issues
Sort by recently updated
recently updated
newest added

Per comment from @jakirkham on MR #100 https://github.com/rapidsai/cucim/pull/100#pullrequestreview-764767214

improvement
non-breaking

**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 [...]...

feature request

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...

feature request

**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...

feature request

**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...

feature request

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...

question

**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...

feature request

**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...

feature request

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...

feature request

**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...

feature request