-
Hi!!
I am trying to use in a Fiji Macro a command created with SciJava, but It don't work.
I created a command to do a threshold, and when I call it from Python it works fine. If I search on th…
-
When I tried to run "Draw Measurement - Line", it didn't work with the following error
Can't find the Settings file for some reason? Error message looks like it's looking for the right name, and t…
-
The JNI specification requires that the classloader of the caller of System.loadLibrary be the same classloader of the class attempting to consume the native methods. Since native-lib-loader tends to …
-
See https://github.com/scijava/scijava-common/issues/380#issuecomment-595975277.
Maybe we can add some API (to `ObjectService`? somewhere else?) to keep track of human-friendly types, such as:
`…
-
Many of the files that end up getting stored in .scijava are already in people's .m2 repositories (as well as Fiji.app/jars in some cases). It would be great if scijava-grab could work from the .m2 lo…
-
Hello,
When I try to run MiNa from Fiji, I get this error, what could be?
Thanks
[ERROR] Traceback (most recent call last):
File "Plugins/StuartLab/MiNA_Scripts/MiNA_Analyze_Morphology.py…
-
I am trying to run 3D Denoising (Tribolium) in Fiji on Windows 10 x64. It works fine (actually works beautifully) on a small dataset (500 x 900 x 45, 16-bit, 39 MB), but fails on a much larger one (12…
-
I made a simple program to try out the marching cubes algorithm.
ImgOpener imgOpener = new ImgOpener();
Img img = (Img) imgOpener.openImgs(
new File(args[0]).getAb…
-
Hey, thanks for this great resource of t-SNE implementations!
Its great that you also provide a maven dependency through jitpack, however, if you handed out the correct dependency in your readme th…
-
Hi JY @tinevez
I encountered the following error starting from the v7.6.2-snapshot, while the v7.6.1-snapshot or earlier versions do not show this memory handling problem.
```
Exception in th…