Tobias Pietzsch
Tobias Pietzsch
If the main window is already visible when gitk waits for it to become visible, gitk hangs forever. This commit adds a check whether the window is already visible. See...
According to this https://github.com/imaris/imglib2-imaris-bridge/issues/1 sciview still ships imglib2-cache-1.0.0-beta-13 (?) Could you remove that? (current Fiji has beta-16 already)
The wrapping margin for long lines of nav-links is too wide. Text spills out of the nav-links box. It looks like this:
The UI for loading classifiers is a bit broken. Ideally, I think, the following behaviour would be desirable: * If "Segmentation > Open Classifier ..." is executed, a new Segmentation...
In particular: * KDTree implementation was slightly changed: https://github.com/imglib/imglib2/pull/333 * IterableRegion no longer is IterableInterval but has nested `inside()` IterableInterval: https://github.com/imglib/imglib2-roi/pull/71 I would suggest to revisit and merge this when...
Changes that will be required after imglib/imglib2#312 is merged and released
Changes that will be required after imglib/imglib2#312 is merged and released
I think there is quite a bit of unnecessary back-and-forth transposition of axes currently. Here is how it should work: Assume Python wants a `numpy.ndarray` with axis `CYX` (in c...
Currently, for example `PoolObjectList.contains(obj)` checks whether an object with the same internal id as `obj` is contained in the list: ``` @Override public boolean contains( final Object obj ) {...