Rune

Results 6 issues of Rune

**Describe the bug** `cucim.skimage.util.img_as_float` returns `np.float32` while `skimage.util.img_as_float` returns `np.float64` if the input image is from dtype `np.uint16` **Steps/Code to reproduce bug** ```python import sys import skimage import cucim import...

bug

Hi again, due to renaming my branch to `add-blob-detection`, the old PR #411 had been closed. This PR solves issue #398. Basically, I followed the suggestions by @grlee77 and here...

feature request
non-breaking

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

Hi, in the current version 1.1.1 pypi package, the license file is missing: ![image](https://github.com/shpaker/winregistry/assets/60315601/7dbfa889-8445-4c64-8359-9189eefc0523) Best, Rune

Hi, I was looking for a python opencv alternative to `cv2.imencode('.jpeg', cv2.imread(image_path, cv2.IMREAD_GRAYSCALE))` and found this library. A way to save computation time would be using cupy arrays, so a...

I have searched for an alternative `cv2.fillPoly` function and found the `skimage.draw.polygon2mask` here in cucim, I was wondering that the whole `skimage.draw` module is missing. is there any reason that...

question