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

Hello to the cucim dev team, @annendominik and I are currently implementing Scikit's image blob detection and want to add it to this beautiful lib `cucim`. **Is your feature request...

feature request

The cuCIM whole-slide image reader should support reading by microns-per-pixel (MPP) or by magnification. Currently, the user has to perform calculations to determine if a level with the desired resolution...

feature request

Preventing Clobber warnings

improvement
non-breaking

What is the order of the axes for [`CuImage.origin`]( https://docs.rapids.ai/api/cucim/stable/api/#cucim.clara.CuImage.origin )? Is it C-order or F-order? Also does it have any relationship to [`CuImage.dims`]( https://docs.rapids.ai/api/cucim/stable/api/#cucim.clara.CuImage.dims ) cc @thewtex (who raised...

question

## Problem Statement I want to create packages that depend on cuCIM or other RAPIDs packages. Through standard Python package dependencies, it would be very helpful to - Have a...

feature request

Currently cuCIM contains * C++ library * Python/C++ bindings using pybind11 * Pure Python code When building wheels, the first two are built together as part of a CMake build....

Many RAPIDS projects have started making use of [`devcontainer`s]( https://containers.dev ) for project development This leverages a container to spin up a fully functional development environment to work in As...

maintenance

**Describe the bug** `click` should not be required unless the CLI `convert` tool based on it is used. **Steps/Code to reproduce bug** @drbeh reported that `pip` installing the recent PyPI...

bug

**Describe the bug** The cucim.skimage.transform.PiecewiseAffineTransform seems to be several times slower than the scikit-image equivalent **Steps/Code to reproduce bug** When running the code below, I observe a 8x slowdown for...

bug

As of CUDA 12.2, there are `linux_aarch64` packages of `libcufile*` ( https://github.com/conda-forge/libcufile-feedstock/pull/9 ). However they are not available for earlier versions. This was not enabled in the CUDA 12.2 update...