-
@acardona wrote some tutorials for Fiji that use 3D viewer and it would be great to port these to work with sciview. He originally reached out about https://syn.mrc-lmb.cam.ac.uk/acardona/fiji-tutoria…
-
We can do better here and detect what the input image is and take the appropriate steps to re-order the dataset. If you try to re-order an imglib2 image with `to_dataset(img, dim_order=['X', 'Y', 'Cha…
-
With `ByteBuffer.allocateDirect` you can allocate memory off-heap in Java, which can then be shared with other processes. We want to easy manufacturing of numpy arrays and xarrays that wrap this sort …
-
EDIT:
with an open tif-image (drag and drop)
ij-version: 1.52i
The following groovy script
```groovy
#@UIService ui
#@ImgPlus img
ui.show(img)
```
... works when in the configuration d…
-
As agreed between @tpietzsch, @StephanPreibisch, @ctrueden, @hinerm and myself at the ImgLib2 hackathon in May 2013, ImgLib1 is deprecated. Therefore it makes the opposite of sense to release it _now_…
dscho updated
10 years ago
-
The imglib2-roi library has a `RealMask` API for working with ROIs.
If we have a `Mesh` that is closed and convex, we can express this as a 3D `RealMask` by triangulating the convex hull and then t…
-
Exception when using "Quick Display"
========================
When trying out Quick Display of the new MultiView Reconstruction Application I get the following error
`Exception in thread "Thread-…
lacan updated
7 years ago
-
When I try to open a 2560 x 2160 x 197 volume in ClearVolume I get the following error:
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Number of ele…
-
Documentation on the most recent features of `imglib2-roi` is still sparse. Some of it is in the [`roi-demo`](https://github.com/imglib/imglib2-roi/tree/roi-demo) branch, some other info is scattered …
-
I reported this [issue](http://forum.imagej.net/t/imglib-and-uiservice-render-images-differently/3791/2?u=felixm) in the forum.
@imagejan provided the following script to reproduce the error:
`…