Ticket #1555 (closed defect: fixed)
Opened 2012-10-29T13:22:22-05:00
Last modified 2013-10-09T10:09:34-05:00
OPS: change ContinuousTranslationFunction
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | ImgLib2 OPS | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1519 |
Description
ContinuousTranslationFunction maps one double space to another one. This should be changed to be a ContinuousTransformationFunction which takes as input a matrix for transforming input data points to a new space.
Change History
comment:2 Changed 2013-01-22T12:26:35-06:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imageJ-2.0.0-TODO
comment:3 Changed 2013-10-09T10:07:10-05:00 by bdezonia
- Blocking 1519 added; 1467 removed
- Milestone changed from imagej2-unscheduled to imagej2-b8-analysis
comment:4 Changed 2013-10-09T10:08:03-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Fixed with imglib commit 74af74ca7a6beabdd706c4fb9997085fd2d76351
comment:5 Changed 2013-10-09T10:09:34-05:00 by bdezonia
In actuality I did not change COntinuousTranslationFunction. I added a new class called ContinuousTransformationFunction.