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 #1558 (closed defect: fixed)

Opened 2012-10-29T13:45:03-05:00

Last modified 2012-11-21T11:45:20-06:00

OPS: utilize Imglib resources better

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b6-legacy
Component: ImgLib2 OPS Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1573

Description

In OPS Functions and PointSets are useful but they do not leverage existing Imglib code. Improve code reuse and power in these subpackages.

Change History

comment:1 Changed 2012-10-29T13:49:22-05:00 by bdezonia

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

Recent commits added new supporting functionality:

1) RoiPointSet was added which allows one to wrap a RegionOfInterest in a discrete PointSet interface. Code that operates on PointSets can now work with RegionsOfInterests

2) IterableIntervalPointSet was added which allows one to wrap any IterableInterval in a PointSet. Code that operates on PointSets can now work with any ItwerableInterval

3) RealImageFunction was made more general. Before it was limited to read access of Img data but now it provides read access to any RandomAccessibleInterval or RandomAccess.

comment:2 Changed 2012-11-21T10:15:20-06:00 by bdezonia

  • Blocking 1573 added; 1467 removed

comment:3 Changed 2012-11-21T11:45:20-06:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta7 to imagej-2.0.0-beta6