Package | Description |
---|---|
imglib.ops.function.p1 | |
imglib.ops.function.p2 | |
imglib.ops.function.pn | |
imglib.ops.operation |
Modifier and Type | Class and Description |
---|---|
class |
UnaryOperatorFunction<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperatorFunction<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AvgFunction<T extends RealType<T>>
TODO
|
class |
ConstFunction<T extends RealType<T>>
TODO
|
class |
NullFunction<T extends RealType<T>>
NullFunction is a function that does not change the output.
|
Constructor and Description |
---|
AssignOperation(Image<T>[] inputs,
Image<T> output,
RealFunction<T> func) |
Copyright © 2015–2021 Fiji. All rights reserved.