-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Is your feature request related to a problem? Please describe.
Hi SNT dev team, really great to see this project still alive. Having contributed to the tubular geodesics plugins, I have just tested it to first generate the multi-scale filtered images, with OOF: Optimally Oriented Flux ) and had the error below (see additional context). I would love to get them back to life (could be helpful for a side project). It seems that the plugins are integrated with the latest version of SNT (under Fast Marching), but the multi-scale filtering is an essential step and it's not working.
Did anyone managed to execute these plugins recently ?
Describe the solution you'd like
If installing an older version of ImgeJ/Fiji would work, I'd be happy with it, but I couldn't easily find the release history (and java versions dependencies).
Describe alternatives you've considered
I could make a bit of time to help with a merge request if needed.
Additional context
[ERROR] java.lang.NoSuchMethodException: Could not find method ij3d.Image3DUniverse.getViewingPlatform()Lcom/sun/j3d/utils/universe/ViewingPlatform;
There was a problem with the class ij3d.Image3DUniverse which can be found here:
/home/fethallah/Downloads/fiji-linux64/Fiji.app/plugins/3D_Viewer-4.0.5.jar
java.lang.NoSuchMethodError: ij3d.Image3DUniverse.getViewingPlatform()Lcom/sun/j3d/utils/universe/ViewingPlatform;
at FijiITKInterface.TubularGeodesics_Plugin.run(TubularGeodesics_Plugin.java:149)
at ij.IJ.runUserPlugIn(IJ.java:244)
at ij.IJ.runPlugIn(IJ.java:210)
at ij.Executer.runCommand(Executer.java:152)
at ij.Executer.run(Executer.java:70)
at java.lang.Thread.run(Thread.java:750)
at FijiITKInterface.TubularGeodesics_Plugin.run(TubularGeodesics_Plugin.java:149)
at ij.IJ.runUserPlugIn(IJ.java:244)
at ij.IJ.runPlugIn(IJ.java:210)
at ij.Executer.runCommand(Executer.java:152)
at ij.Executer.run(Executer.java:70)
at java.lang.Thread.run(Thread.java:750)