Package | Description |
---|---|
net.imglib2.algorithm.math | |
net.imglib2.algorithm.math.abstractions | |
net.imglib2.algorithm.math.execution |
Modifier and Type | Class and Description |
---|---|
class |
Add |
class |
AndLogical |
class |
BlockReadSource<I extends RealType<I>>
Intended for reading cuboid blocks out of an integral image.
|
class |
Div |
class |
Else
A class that exists merely for coding readability.
|
class |
Equal |
class |
Exp |
class |
GreaterThan |
class |
If |
class |
ImgSource<I extends RealType<I>> |
class |
KDTreeSource<I extends RealType<I>> |
class |
LessThan |
class |
Let |
class |
Log |
class |
Max |
class |
Min |
class |
Minus |
class |
Mul |
class |
NotEqual |
class |
NotLogical |
class |
NumberSource |
class |
OffsetSource<I extends RealType<I>> |
class |
OrLogical |
class |
Pow |
class |
Print |
class |
RandomAccessibleSource<I extends RealType<I>> |
class |
Sub |
class |
Then
A class that exists merely for coding readability.
|
class |
Var |
class |
XorLogical |
Modifier and Type | Method and Description |
---|---|
IFunction |
Let.getFirst() |
IFunction |
Let.getSecond() |
static <T extends RealType<T>> |
ImgMath.source(RandomAccessible<T> src) |
Modifier and Type | Method and Description |
---|---|
static Compute |
ImgMath.compute(IFunction operation) |
static <O extends RealType<O>> |
ImgMath.computeInto(IFunction operation,
RandomAccessibleInterval<O> target) |
static <O extends RealType<O>> |
ImgMath.computeInto(IFunction operation,
RandomAccessibleInterval<O> target,
Converter<RealType<?>,O> converter) |
static <O extends NativeType<O> & RealType<O>> |
ImgMath.computeIntoArrayImg(IFunction operation) |
static RandomAccessibleInterval<FloatType> |
ImgMath.computeIntoFloats(IFunction operation) |
static <O extends NativeType<O> & RealType<O>> |
ImgMath.computeIntoImg(IFunction operation) |
static <T extends RealType<T>> |
ImgMath.offset(IFunction f,
long[] offset) |
static Compute.Parameters |
Compute.validate(IFunction f) |
Constructor and Description |
---|
Compute(IFunction operation)
Validate the {code operation}.
|
OffsetSource(IFunction f,
long[] offset) |
Modifier and Type | Interface and Description |
---|---|
interface |
IBinaryFunction |
interface |
ITrinaryFunction |
interface |
IUnaryFunction |
interface |
IVar |
Modifier and Type | Class and Description |
---|---|
class |
ABinaryFunction |
class |
ATrinaryFunction |
class |
AUnaryFunction |
class |
Compare |
class |
PassThrough
Does nothing: the reInit method returns a copy of the encapsulated IFunction
|
class |
ViewableFunction |
Modifier and Type | Field and Description |
---|---|
protected IFunction |
AUnaryFunction.a |
protected IFunction |
ATrinaryFunction.a |
protected IFunction |
ABinaryFunction.a |
protected IFunction |
ATrinaryFunction.b |
protected IFunction |
ABinaryFunction.b |
protected IFunction |
ATrinaryFunction.c |
Modifier and Type | Method and Description |
---|---|
IFunction |
IUnaryFunction.getFirst() |
IFunction |
AUnaryFunction.getFirst() |
IFunction |
ATrinaryFunction.getFirst() |
IFunction |
ABinaryFunction.getFirst() |
IFunction |
IBinaryFunction.getSecond() |
IFunction |
ATrinaryFunction.getSecond() |
IFunction |
ABinaryFunction.getSecond() |
IFunction |
ITrinaryFunction.getThird() |
IFunction |
ATrinaryFunction.getThird() |
static IFunction |
Util.wrap(Object o) |
static IFunction[] |
Util.wrapMap(Object caller,
Object[] obs) |
Modifier and Type | Method and Description |
---|---|
static int |
Util.dimensions(IFunction f) |
static RandomAccessibleInterval<?> |
Util.findFirstImg(IFunction f) |
static Interval |
Util.findFirstInterval(IFunction f) |
static Set<RandomAccessibleInterval<?>> |
Util.findImg(IFunction f) |
static String |
Util.hierarchy(IFunction f)
|
Modifier and Type | Field and Description |
---|---|
protected IFunction |
IterableRandomAccessibleFunction.operation |
protected IFunction |
FunctionCursor.operation |
Copyright © 2015–2022 ImgLib2. All rights reserved.