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

Thanks for your efforts! I would like to ask that when would skimage.transform module be converted for GPU use? I'm a student whose research field is image registration, its GPU...

feature request

**Describe the bug** There's a wrong with cucim.skimage.transform.estimate_transform() function. **Steps/Code to reproduce bug** ![image](https://user-images.githubusercontent.com/44603343/142871189-8d1d5120-d8b0-4cb1-b033-06df43dc1c06.png)

bug

**Is your feature request related to a problem? Please describe.** Since C++ helper classes in [NVTX](https://github.com/NVIDIA/NVTX) exists on [dev branch](https://github.com/NVIDIA/NVTX/tree/dev) only and they are not merged into main branch, cuCIM...

feature request
improvement

**Is your feature request related to a problem? Please describe.** In a few places we currently use raw pointers. However these can be tricky as they may not be initialized...

feature request

We may want to revisit at some point and look at using [`std::filesystem::path`]( https://en.cppreference.com/w/cpp/filesystem/path ). Though that requires C++17 and we were already using `std::string`. So just a future note...

improvement

**Is your feature request related to a problem? Please describe.** Current implementation is not handling error cases well -- memory allocated is manually freed by calling `free()` or `cucim_free()` method....

improvement

**Is your feature request related to a problem? Please describe.** Currently, we don't use Carbonite's dependent plugin-loading mechanism. Instead, we manager plugins separately, making some plugins built-in plugins: https://github.com/rapidsai/cucim/blob/95e44833752209b548c1b5e7aa40217d0187909b/cpp/include/cucim/plugin/plugin_config.h#L35-L36 And...

feature request

**Is your feature request related to a problem? Please describe.** It would be great if we have a foundation for malloc and memory pool implementation. ### malloc upgrade cuCIM C++...

feature request

For medical imaging inference, DICOM loading, resampling, morphology, window location and width adjustment are commonly used in both training and inference. However most of them are in GPU packages like...

feature request

HI cuCIM staff My company is doing image processing stuff, and the image format provided is '.svs'. Since we are interesting in this tool kit, we convert the .svs to...

question
wontfix