Ticket #696 (closed defect: fixed)
Opened 2011-07-28T12:33:01-05:00
Last modified 2011-07-29T18:03:28-05:00
Make math plugins only modify pixels within Roi extents
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
This ticket cannot be addressed until the IJ2 data structures and API are in place for full Roi support.
Once that has happened update the Math plugins to only operate on the Roi region if it exists.
This mirrors IJ1's behavior.
Note that the Preview plugins should only preview the roi region also and the save/ restore viewed plane code in AbstractPreviewablePlugin should only copy the Roi region too.