Interface | Description |
---|---|
InvertibleTransform |
Invertible transformation from Zn to Zm
.
|
Transform |
Transformation from Zn to Zm.
|
Transformable<O,T extends Transform> |
A class is transformable if it can produce a copy of itself in the
transformed space using the supplied transform.
|
Class | Description |
---|---|
InverseTransform |
Final implementation of the inverse of an
InvertibleTransform that
simply replaces apply by applyInverse and conversely. |
Copyright © 2015–2022 ImgLib2. All rights reserved.