-
https://github.com/BIOP/qupath-biop-extensions/tree/imglib2-include/src/main/java/ch/epfl/biop/qupath/transform
-
Create a dataset like this (kotlin):
```kotlin
import net.imglib2.img.array.ArrayImgs
import org.janelia.saalfeldlab.n5.GzipCompression
import org.janelia.saalfeldlab.n5.hdf5.N5HDF5Writer
import …
-
@constantinpape trying to open the data from Jonas' project I am getting:
```
Caused by: hdf.hdf5lib.exceptions.HDF5DatatypeInterfaceException: Can't convert datatypes ["H5Tconv.c line 5236 in H5T…
-
Some classes in imglib2-algorithm are labeled deprecated, e.g. [`net.imglib2.algorithm.gauss.Gauss`](https://github.com/imglib/imglib2-algorithm/blob/master/src/main/java/net/imglib2/algorithm/gauss/G…
-
The ImgLib2 library has type-agnostic support for numerical data processing. As such, it would be great to have numerical types based on Java's `BigInteger` and `BigDecimal`, for arbitrary-precision i…
-
I'm having some issues with initialization in a Docker container. `ij = imagej.init()` will hang indefinitely. I have not been successful yet in getting it to initialize. Here are the debug stateme…
-
Hi Preibisch Lab, BigStitcher has been an incredible tool, and really made my project possible. Since the recent round of heavy Fiji updates, I'm no longer able to do image fusion with content based …
-
FIJI - everything is up to date, StarDist seems to be CPU mode.
The 1000x1000 pixels cropped image from the same data is processed ok with default parameters.
The 32kx32k original crashes with:
[…
-
### The env
![image](https://github.com/imagej/pyimagej/assets/79073164/3a7ab40a-38c4-4707-95d0-179793231934)
![image](https://github.com/imagej/pyimagej/assets/79073164/bc1e7352-ff33-474b-84bf-8606…
-
I had a discussion with @tomburke-rse and @carlosuc3m about plans and general design for the bioimageio java support.
We currently have these main issues on the java side:
- different java based co…