Constructor and Description |
---|
ImageFunction(Image<? extends RealType<?>> img) |
Modifier and Type | Method and Description |
---|---|
IFunction |
duplicate() |
double |
eval()
Evaluate this function and return a result in double floating-point precision.
|
void |
findCursors(Collection<Cursor<?>> cursors)
Put any cursors in use by this function (and any nested functions) in @param cursors.
|
public final double eval()
IFunction
public final void findCursors(Collection<Cursor<?>> cursors)
IFunction
findCursors
in interface IFunction
Copyright © 2015–2021 Fiji. All rights reserved.