-
Notifications
You must be signed in to change notification settings - Fork 115
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
HowTo wishlist #80
Comments
Hey @frauzufall , I ❤️ your initiative! There are indeed some things I've never managed in ImageJ2 and would love to learn how to do them. I link some half-backed solutions for these questions and some solutions only in ImageJ1:
Thanks again for your efforts! If you point me to better solutions answering my questions, I'm happy to help to write the HowTo-code 🎄 Cheers, |
Hi Robert, thanks for the questions and links, I'll look into it! Btw, here is a PR with some improvements from the discussion in the last PR #79 Another quite straightforward thing to do would be to translate these IJ2 script templates into Java.. And sort them into the HowTos.. And vice versa. (Though I would prefer groovy) Then the HowTos would also be available from the script editor directly as templates. And if @ctrueden or someone else finds a way to do the translation automatically at some point, even better! |
Hey @frauzufall Great! I'm happy to take the translation of the scripts over. For 11 files I would not invent an automatic translation algorithm ;-) Is there a HOWTO-template and short description available of what a HOWTO-writer should take into account? Thanks! 🐰 |
@haesleinhuepf cool! I added a readme and template to #79. Let me know if it's useful or needs improvement! |
Hey @frauzufall, while translating the script templates, some additional questions came up:
I may add some more while translating ;-) |
How to carry out pixel level mathematical operations like I can in Matlab? Full access to indices, values, logical operations etc. |
@haesleinhuepf wrote:
|
In this ImgLib2 example it seems to work. |
I think the problem is, neither IntelliJ nor the code writer can know what U is. A problem introduced by Java generics.... |
That's why you have to put |
But it's |
I added a point by editing the |
I merged #79, in case that affects the checklist here at all. |
Thanks @ctrueden! @haesleinhuepf, do you plan to continue with the scripts or should I continue from you branch https://github.com/imagej/tutorials/commits/adding_scripting_templates? Should we go over it together at some point? |
ImgLabeling
and iterate over itsLabelRegion
sLabelRegion
to aRealMask
(i.e.imglib2-roi
)RealMask
s sampled on an inputRandomAccessibleInterval
; e.g. center of mass etc.Who has more questions?
Can others edit this post? If not, just answer and I update the list. We could also add the user handle next to a question if someone volunteers to solve a specific one-
The text was updated successfully, but these errors were encountered: