-
ImageMetadata has always had overlap with the Interval API from ImgLib2. With the integration of calibration values to ImageMetadata, this coupling has continued to grow stronger.
Thus it makes sense…
-
The domain constants should be in their own pseudo-enum class called `Domains`. And that class should only include domains reported by the core SCIFIO formats. More domain-specific domains (:grin:) sh…
-
Several projects throughout the Fiji stack make use of matrix libraries. Often [JAMA](http://math.nist.gov/javanumerics/jama/) is used.
@kephale suggested that we could use a more modern library lik…
-
The following macro:
```javascript
newImage("Untitled", "RGB ramp", 64, 64, 1);
makeOval(16, 18, 35, 27);
setForegroundColor(255, 255, 255);
run("Fill", "slice");
run("Select None");
run("Black…
-
Hi,
I recently updated from an older (0.11.5) to newer (3.2.7) version of multiview-reconstruction and noticed a pretty significant change in behavior in how interest points are displayed in the i…
-
The [ImgToMatVector](https://github.com/imagej/imagej-opencv/blob/5dea3b042a7807a578d8e9632cf70313bbcfd4c5/src/main/java/net/imagej/opencv/ImgToMatVectorConverter.java#L72) and [MatVectorToImg](https:…
-
This is exciting and looks very promising! I was able to download the binaries and run them on my machine (Arch Linux). I was able to import `numpy` and tested basic functionality, e.g. this works:
`…
-
It would be awesome to provide a permissively licensed, high performance, general purpose deconvolution implementation in OPS. This entails work on several different constituent ops:
Milestones:
- [x…
-
We need a function to "add" a dimension of length 1 to any object. So the args would be dimension name and dimension value.
We'd open the object. Read it in with the reader into a TreeMap. Create a n…
-
Hello!
I noticed that certain Unsigned types in net.imglib2.type.numeric.integer clamp (i.e. if a number is negative set to zero, etc.) for values that are out of range for the particular type (i.e …