NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1884 (closed defect: moved)

Opened 2013-05-22T10:54:08-05:00

Utilize PlanarCommand interface

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: Analysis Plugins Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1519

Description

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)

Change History

comment:1 Changed 2015-02-23T11:14:26-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to moved