Jan Eglinger
Jan Eglinger
See also https://github.com/imagej/imagej-ops/issues/488
I think this issue is general for enums (i.e. not only enums with custom labels). Looking at MoBIE's `OpenCollectionTableCommand.DataRoot`: https://github.com/mobie/mobie-viewer-fiji/blob/18700b576efcc9574a9395598939bbf354f970e7/src/main/java/org/embl/mobie/command/open/OpenCollectionTableCommand.java#L49-L53 ... non-default values seem to be correctly persisted to preference...
I noticed that persisted enum values are actually harvested just fine: as long as you _don't touch the dropdown widget_, the persisted value is kept. It's just the UI that...
In addition to `threshold_triangle`, also `threshold_mean` can be made to work with a histogram argument. If that's considered acceptable, I can amend this pull request or open another one for...
Thanks @lagru for reviewing this. I committed your suggested change to the docstring. I can open a follow-up PR harmonizing docstrings across threshold functions; the discussion about how to restructure...
Related issue in `jgo`: https://github.com/scijava/jgo/issues/99
> And of course, the conda package. What does this mean exactly? Which conda packages would be most urgent for you? `bioio-czi`? `bioio-ome-zarr`? Anything else?
Sorry for chiming in here with a (naive) external opinion: What about `skimage.measure.threshold_otsu` for getting the threshold _value_, and `skimage.filters.threshold_otsu` for getting the mask? (For global thresholds, this of course...
At our institute, we share the same public IP address (with a big network behind a proxy), so the rate limit can be exceeded by someone else using the GitHub...
@romainGuiet wrote: > using the ngff.converter So this might be related: https://github.com/glencoesoftware/NGFF-Converter/issues/79