Ticket #754 (closed defect: fixed)
Opened 2011-09-15T10:02:20-05:00
Last modified 2011-10-17T11:57:50-05:00
Enhance Imglib OPS to support out of bounds access to Img data
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | ImgLib2 | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Enhance RealImageFunction and ComplexImageFunction to have alternate constructors that take an OutOfBoundsFactory. Use it to setup internal accessors such that out of bounds values are returned by this function when its the proper course of action.
This should be easy to do but I don't know the correct syntax at the moment.
Closing duplicate bug #737