public abstract class UnaryOperation extends FloatImageOperation
Constructor and Description |
---|
UnaryOperation(IFunction fn) |
UnaryOperation(Image<? extends RealType<?>> img) |
UnaryOperation(Number val) |
Modifier and Type | Method and Description |
---|---|
IFunction |
a()
Call a().eval() to obtain the result as a double of the computation encapsulated by the @field a.
|
IFunction |
duplicate() |
void |
findCursors(Collection<Cursor<?>> cursors)
Put any cursors in use by this function (and any nested functions) in @param cursors.
|
asImage, asImage
public UnaryOperation(IFunction fn)
public UnaryOperation(Number val)
public final void findCursors(Collection<Cursor<?>> cursors)
IFunction
public final IFunction a()
Copyright © 2015–2021 Fiji. All rights reserved.