Package | Description |
---|---|
net.imglib2.transform.integer |
Modifier and Type | Class and Description |
---|---|
class |
SlicingTransform
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.
|
Modifier and Type | Method and Description |
---|---|
Class<Slicing> |
SlicingTransform.getConcatenableClass() |
Class<Slicing> |
SlicingTransform.getPreConcatenableClass() |
Modifier and Type | Method and Description |
---|---|
SlicingTransform |
SlicingTransform.concatenate(Slicing t) |
SlicingTransform |
SlicingTransform.preConcatenate(Slicing t) |
void |
SlicingTransform.set(Slicing transform)
set parameters to
transform . |
Copyright © 2015–2022 ImgLib2. All rights reserved.