Package | Description |
---|---|
mpicbg.ij | |
mpicbg.trakem2.transform |
Modifier and Type | Interface and Description |
---|---|
interface |
InvertibleMapping<T extends InvertibleCoordinateTransform>
Describes an invertible (bidirectional) mapping from
source into target.
|
Modifier and Type | Class and Description |
---|---|
class |
InvertibleTransformMapping<T extends InvertibleCoordinateTransform>
Use an
InvertibleCoordinateTransform to map
source into target
which is a Mapping . |
class |
TransformMapping<T extends CoordinateTransform>
Use a
CoordinateTransform to map source
into target which is an InverseMapping . |
class |
TransformMeshMapping<T extends TransformMesh>
Use a
TransformMesh to map and map inversely
source into target
which is an InvertibleMapping . |
Modifier and Type | Class and Description |
---|---|
class |
TransformMeshMappingWithMasks<T extends TransformMesh>
Specialized
TransformMapping for Patches, that is, rendering
the image, outside mask and mask in one go instead three. |
Copyright © 2015–2021 Fiji. All rights reserved.