cucim
cucim copied to clipboard
cuCIM - RAPIDS GPU-accelerated image processing library
**Is your feature request related to a problem? Please describe.** **resize** with antialiasing is a popular method used in Digital Pathology image processing. It would be nice if the method...
Need to check styles with clang-format in CI/CD > Ah ok. Maybe we can track C++ formatting cleanup as an issue _Originally posted by @jakirkham in https://github.com/rapidsai/cucim/pull/108#discussion_r718916918_
Would be helpful for people getting started to have a link to the docs from the README
See comments in https://github.com/rapidsai/cucim/issues/64#issuecomment-878503005 . DLPack is updated (v0.6.0) and it has breaking changes (in v0.4.0): https://github.com/dmlc/dlpack/releases Need to update DLPack version along with rmm version.
Loading JPEG-compressed TIFF image loading is done as part of [cuCIM v22.02.00](https://github.com/rapidsai/cucim/wiki/release_notes_v22.02.00#2-supporting-multithreading-and-batch-processing) If `device` parameter of `read_region()` method is `"cuda"`, it loads a relevant portion of the image file (compressed...
**What is your question?**
Hello, I recently hacked the phase_cross_correlation function in skimage.registration to enable cupy for my particular application. After that, I [found that](https://github.com/scikit-image/scikit-image/discussions/5776) @grlee77 did something similar but for many of skimage's...
Installed cucim version: 22.4.0 Our system has 4 V100 GPU's and is running on Debian 9. ``` Tue Apr 19 22:17:23 2022 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA...
Hi, Firstly, thank you for developing a great tool! It is proving to be very useful for a number of my projects. I am encountering an issue when running regionprops_table....
**Is your feature request related to a problem? Please describe.** @madsbk is currently working on https://github.com/rapidsai/kvikio to provide generic cuFile API for both C++ and Python. It has the following...