Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNTSciview: Synchronize image being traced #187

Open
tferr opened this issue Jul 31, 2023 · 2 comments
Open

SNTSciview: Synchronize image being traced #187

tferr opened this issue Jul 31, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tferr
Copy link
Member

tferr commented Jul 31, 2023

@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

@tferr tferr added the enhancement New feature or request label Jul 31, 2023
@LTempel
Copy link

LTempel commented Aug 14, 2023

Apologies for the late reply. I'm glad to hear that you are happy with the changes made.
I'd be happy to take a crack at this issue, if you haven't already.

@tferr
Copy link
Member Author

tferr commented Aug 14, 2023

It would be great if you could look into it. we did not have a chance yet to do so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants