-
git-bob think about how to update the code in this repository to make use of napari's yml plugin definition. You find the documentation for this file format under the headline "npe2 contributions" her…
-
Currently, there is no built-in support in Python's image processing libraries, such as OpenCV or scikit-image, to directly apply Otsu's thresholding algorithm.
I would like to request the addition …
-
In other tools like Amira or DragonFly you can use 3D brush. We use this a lot in combination with otsu thresholding (https://github.com/scalableminds/webknossos/issues/7626). As far as I can see thi…
-
Hi,
I am wondering if it is possible to do otsu's thresholding in pyvips? your help is much appreciated.
-
Quick and dirty testing of decreasing ROIs for Otsu thresholding:
Sample 1 (High Signal to noise ratio, other cells close by)
![Screenshot 2021-02-18 at 16 24 06](https://user-images.githubusercon…
-
I am a GSSOC 21 participant. Kindly assign me this.
-
In many (possibly most) of our test cases, we consider an image generated with np.asarray([...]) to be our representation of an image. However, this generates numpy arrays of 64-bit precision.
As I…
-
![Moving_average_Thresholding](https://user-images.githubusercontent.com/62092317/108644385-177e6880-74f2-11eb-9aab-0543f671228d.PNG)
![Opening](https://user-images.githubusercontent.com/62092317/108…
-
## 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…
-
### Actual behavior
`gil::threshold_truncate()` and `gil::threshold_binary()` from gil/image_processing/truncate.hpp employ a hard-coded value of 0 for the channel minimum value and a value of `std::…