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 #737 (closed task: duplicate)

Opened 2011-09-06T11:22:48-05:00

Last modified 2011-10-05T11:55:15-05:00

Add out of bounds capability to Imglib OPS

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: ImgLib2 Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

In OPS image data support exists in RealImageFunction and COmplexImageFunction. Those classes currently construct from an Img of the appropriate type. Add the ability to pass the constructor an out of bounds strategy that can be used. This should be very simple to accomplish but I don't know the correct syntax at the moment.

Change History

comment:1 Changed 2011-10-05T11:55:15-05:00 by bdezonia

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

Duplicate of #754