public class InplaceUnaryTransform<I extends ComplexType<I>,O extends ComplexType<O>> extends Object
ComplexUnaryOperation
to some input image. The run() method modifies the
current selection of the active Dataset
of the given ImageDisplay
. The given ComplexUnaryOperation
is applied on a pixel
by pixel basis.Constructor and Description |
---|
InplaceUnaryTransform(net.imglib2.ops.operation.complex.unary.ComplexUnaryOperation<O,O> operation,
O outType,
Dataset dataset,
Overlay overlay)
All planes version
|
InplaceUnaryTransform(net.imglib2.ops.operation.complex.unary.ComplexUnaryOperation<O,O> operation,
O outType,
Dataset dataset,
Overlay overlay,
Position planePos)
Single plane versions
|
Modifier and Type | Method and Description |
---|---|
long[] |
getRegionOrigin() |
long[] |
getRegionSpan() |
void |
run() |
Copyright © 2014–2022 ImageJ. All rights reserved.