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: |
|
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.
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.