-
Currently, different versions of connected_components_labeling are spread out over different functions, e.g. `connected_components_labeling_box`. The API would be simpler if it were a single function …
-
Transferred from http://code.opencv.org/issues/3042
```
|| Andrey Pavlenko on 2013-05-24 15:53
|| Priority: Low
|| Affected: branch '2.4' (2.4-dev)
|| Category: gpu (cuda)
|| Tracker: Bug
|| Difficul…
-
ndimage label crashes on full resolution images due to lack of memory.
-
I would like to segment the first channel of this image using Voronoi-Otsu-Labeling.
![human_mitosis_small.png](https://github.com/user-attachments/assets/da6456bb-7bdf-4ad8-8f0d-95e38fa110e9)
g…
-
## Analysis Goal (What should be done / analysed?)
Segment the nuclei in this image using Voronoi-Otsu-Labeling. While loading the image, make sure to use the first channel only.
## Image Upload…
-
## Analysis Goal (What should be done / analysed?)
I would like to segment the nuclei in this image, e.g. using Voronoi-Otsu-Labeling.
## Image Upload
📎 **Drag & drop your microscopy image here…
-
## Analysis Goal (What should be done / analysed?)
Write a notebook that creates a 500x500 pixel image showing nuclei. Use a Gaussian blur to simulate the PSF of a microscope. Put some noise on top…
-
## Analysis Goal (What should be done / analysed?)
I'd like to create a notebook for segmenting the image below. I _think_ a seeded watershed algorithm can do it. Unfortunately, I do not have seeds…
-
The error can be reproduced by running the following script (I ran it in the Script Editor):
```python
#@ OpService ops
#@ Img inputData
#@OUTPUT net.imglib2.roi.labeling.ImgLabeling labeling
…
-
### 🚀 The feature
Some useful morphological operations would be nice to have in the core (and on CUDA):
- Connected components labeling (hard to do with existing primitives): skimage.measure.label…