-
Notifications
You must be signed in to change notification settings - Fork 19
Description
@LTempel, @skalarproduktraum (cc'ing @kephale , @carshadi)
I finally tested sciview on the main branch (under java 11), and it is Awesome!!!
As you may recall, I always had a bunch of problems with intel graphics, but all those issues seem to be gone!
One thing that I think would be easy to implement is the ability to add the image being traced to the scene (currently SNTsciview adds the traced tree but not the image). The SNT (snt field on SNTSciview) has 2 methods to access the image being traced:
public <T extends RealType<T>> RandomAccessibleInterval<T> getLoadedData(); public <T extends RealType<T>> ImagePlus getLoadedDataAsImp() , so it should be trivial!?
Let me know if you want to tackle it, otherwise, I can try to look into it later in week