-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge with ImageJ Ops? Or make an official ImageJ subproject? #1
Comments
@benoitlo and I and others were discussing DSLs for imgproc recently, and I suggested that kotlin maybe an interesting option because of all the cool language features it provides. So I don't know enough about imgproc to judge if It's more the java language limitations of Java that imho limit its scope for imgproc prototyping. E.g. it lacks named and default parameters, extension functions (which is all And imho taking some artifacts and building something fun on top is the core of OSS and not splintering into side projects. |
Thanks for your comments, @holgerbrandl. I would love to discuss more in person at the upcoming DAIS hackathon if you are available! About "splintering into side projects": I agree with you that building fun projects on top of other projects is the OSS way. But there is also definitely a "splintering" effect if multiple folks build blocks on top of blocks in similar directions, but without communicating or pushing common elements and ideas upstream. I'll reiterate what I wrote in benoalo/CIP#4: A question to ask yourself is "do you want this project to have community impact"? If the answer is an honest "yes" then keeping it separate makes it much less accessible to the ImageJ community as a whole, for a variety of reasons. Whereas improving the core ImageJ scripting patterns, and updating the tutorials to use them, makes the ideas extremely accessible. All of that said, I completely understand and sympathize with experimental code needing to stay separate for rapid development, and to avoid code paralysis due to early adoption. I just filed this issue to communicate that I am enthusiastic to keep an open dialogue about useful things being made available to the broadest possible audience once they are mature enough. |
One goal of ImageJ Ops is to provide a central, curated collection of image processing algorithms, which are easy to use from scripts. It would be very helpful to hear about where/how Ops falls short, and take steps to improve the situation. We do have plans to make Ops easier to use, and easier to extend.
Could we start a thread on the ImageJ Forum where we discuss these things, and figure out how to move the project forward for the whole community's benefit, rather than splintering it into side projects like this?
See also benoalo/CIP#4.
The text was updated successfully, but these errors were encountered: