Gregory Lee

Results 76 issues of Gregory Lee

This PR adds a demo for `distance_transform_edt`. One illustrates computing distances from a sparse set of background points while the other illustrates computing distances on a binary object. The output...

doc
non-breaking

This PR gives a further 2-4x speedup to the 2D and 3D distance transform functions by creating dedicated elementwise CUDA kernels for the pre- and post-processing steps. These include, for...

improvement
non-breaking

## Description We can easily preserve float16 dtype for many `cucim.skimage.filters` and `cucim.skimage.transform` functions because the underlying CuPy-based kernels already support it. This may generally be desirable, but two potential...

feature request

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

**Is your feature request related to a problem? Please describe.** It would be good to provide a bilateral filter equivalent to the one used in `skimage.restoration.denoise_bilateral`. This version works for...

feature request

**Describe the bug** When working on wheel builds in #619, it was observed that a single test case, `test_cache_hit_miss` would fail when running the wheel tests. Temporarily, this test case...

bug

**Is your feature request related to a problem? Please describe.** The current implementation of **equalize_adapthist** is much slower than the CUDA implementation of CLAHE for uint8_t or uint16_t 2D images...

feature request

scikit-image provides a nice [gallery of examples](https://scikit-image.org/docs/stable/auto_examples/) (built via [sphinx-gallery](https://sphinx-gallery.github.io/stable/index.html)). It would be nice to provide a parallel version of this gallery to illustrate how the cuCIM API can also...

doc

**Is your feature request related to a problem? Please describe.** Implement `skimage.feature.local_binary_pattern` as used in this scikit-image example: https://scikit-image.org/docs/stable/auto_examples/features_detection/plot_local_binary_pattern.html **Describe the solution you'd like** match the API of scikit-image

feature request

**Is your feature request related to a problem? Please describe.** It would be nice to provide the ORB (Oriented FAST and Rotateted BRIEF) feature detector. **Describe the solution you'd like**...

feature request