Interface | Description |
---|---|
CoordinatesEquationOp<T,N extends Number> |
An operation which computes image values based on coordinates.
|
DoubleBinaryEquationOp<T> |
An equation operation which computes image values from real coordinates using
a binary lambda.
|
EquationOp<T> |
An "equation" operation which computes image
values from interval coordinates using an equation.
|
Class | Description |
---|---|
DefaultCoordinatesEquation<T extends RealType<T>,N extends Number> |
An equation operation which computes image values from coordinates using
another op.
|
DefaultEquation<T extends RealType<T>> |
Computes an image using an equation.
|
DefaultXYEquation<T extends RealType<T>> |
An equation operation which computes image values from x and y coordinates
using a binary lambda.
|
Copyright © 2014–2022 ImageJ. All rights reserved.