Package | Description |
---|---|
net.imagej.ops.loop |
Modifier and Type | Interface and Description |
---|---|
interface |
LoopComputer<I>
Loops over an injected
UnaryComputerOp . |
interface |
LoopInplace<I,O extends I>
Loops over an injected
UnaryInplaceOp . |
interface |
LoopOp<OP extends Op>
A typed "loop" operation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLoopComputer<I>
Applies a
UnaryComputerOp multiple times to an image. |
class |
DefaultLoopInplace<A>
Default implementation of a
LoopInplace . |
Copyright © 2014–2022 ImageJ. All rights reserved.