Class | Description |
---|---|
AbsDataValues<T extends RealType<T>> |
Fills an output Dataset by applying the absolute value function to an input
Dataset.
|
AddNoiseToDataValues<T extends RealType<T>> |
Fills an output Dataset by applying a default amount of random noise to an
input Dataset.
|
AddSpecifiedNoiseToDataValues<T extends RealType<T>> |
Fills an output Dataset by applying a user calibrated amount of random noise
to an input Dataset.
|
AddToDataValues<T extends RealType<T>> |
Fills an output Dataset by adding a user defined constant value to an input
Dataset.
|
AndDataValuesWith<T extends RealType<T>> |
Fills an output Dataset by ANDing an input Dataset with a user defined
constant value.
|
DivideDataValuesBy<T extends RealType<T>> |
Fills an output Dataset by dividing an input Dataset by a user defined
constant value.
|
EquationDataValues<T extends RealType<T>> |
Fills a region of a Dataset with the point by point calculation of a user
specified equation.
|
ExpDataValues<T extends RealType<T>> |
Fills an output Dataset by exponentiating an input Dataset.
|
FillDataValues<T extends RealType<T>> |
Fills the selected region of an input Dataset with the foreground values.
|
GammaDataValues<T extends RealType<T>> |
Fills an output Dataset with the result of applying the gamma function to an
input Dataset.
|
InplaceUnaryTransform<I extends ComplexType<I>,O extends ComplexType<O>> |
Helper class for use by many plugins that apply a
ComplexUnaryOperation to some input image. |
InvertDataValues<T extends RealType<T>> |
Fills an output Dataset by applying an inversion to an input Dataset's data
values.
|
LogDataValues<T extends RealType<T>> |
Fills an output Dataset by taking the log of an input Dataset.
|
MathCommand<I extends ComplexType<I>,O extends ComplexType<O>> |
Base class for previewable math commands.
|
MaxDataValues<T extends RealType<T>> |
Fills an output Dataset by clamping an input Dataset such that no values are
greater than a user defined constant value.
|
MinDataValues<T extends RealType<T>> |
Fills an output Dataset by clamping an input Dataset such that no values are
less than a user defined constant value.
|
MultiplyDataValuesBy<T extends RealType<T>> |
Fills an output Dataset by multiplying an input Dataset by a user defined
constant value.
|
NoiseAdder<T extends RealType<T>> |
Fills an output Dataset by applying random noise to an input Dataset.
|
OrDataValuesWith<T extends RealType<T>> |
Fills an output Dataset by ORing an input Dataset with a user defined
constant value.
|
PowerDataValues<T extends RealType<T>> |
Fills an output Dataset by raising input Dataset values to a user defined
constant value power.
|
ReciprocalDataValues<T extends RealType<T>> |
Fills an output Dataset by taking reciprocal values of an input Dataset.
|
SetDataValues<T extends RealType<T>> |
Fills an output image with a user specified constant value.
|
SquareDataValues<T extends RealType<T>> |
Fills an output Dataset by taking the square of the data values of an input
Dataset.
|
SquareRootDataValues<T extends RealType<T>> |
Fills an output Dataset by taking the square root of the data values of an
input Dataset.
|
SubtractFromDataValues<T extends RealType<T>> |
Fills an output Dataset by subtracting a user defined constant value from an
input Dataset.
|
XorDataValuesWith<T extends RealType<T>> |
Fills an output Dataset by XORing an input Dataset with a user defined
constant value.
|
Copyright © 2014–2022 ImageJ. All rights reserved.