Uses of Interface
net.imglib2.concatenate.Concatenable
Packages that use Concatenable
-
Uses of Concatenable in net.imglib2.concatenate
Methods in net.imglib2.concatenate that return Concatenable -
Uses of Concatenable in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement ConcatenableModifier and TypeClassDescriptionclass
Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).class
Mixed transform allows to express common integer view transformations such as translation, rotation, rotoinversion, and projection.class
Map the components of the source vector to a slice of the target space, for instance transform (x,y) to (x,C,y) where C is a constant.class
TODOclass