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

Utilize PlanarCommand interface #22

Open
ctrueden opened this issue Feb 23, 2015 · 0 comments
Open

Utilize PlanarCommand interface #22

ctrueden opened this issue Feb 23, 2015 · 0 comments

Comments

@ctrueden
Copy link
Member

hinerm has hatched a PlanarCommand interface that allows us to simplify development of plugins that work a plane at a time (for 1 plane or all). We should use this in some of our plugins (like the various math ops plugins).

In the math ops plugins there are a couple base classes. And they constrain things to work one plane or all and within the roi or within whole plane via PointSets. We may need to create an adapter class between intervals and PointSets. Or maybe avoid the existing ImageAssignment code in favor of a cursor approach (which could lose parallelism). Or use the new point set implementations in the roi-experiments branch. (Especially the BoundConditionalPointset with the UVInsideRoiCondition when necessary)

Migrated-From: http://trac.imagej.net/ticket/1884

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

No branches or pull requests

1 participant