Package | Description |
---|---|
net.imagej.ops.map | |
net.imagej.ops.map.neighborhood |
Modifier and Type | Interface and Description |
---|---|
interface |
MapBinaryComputer<EI1,EI2,EO,OP extends BinaryComputerOp<EI1,EI2,EO>>
Typed interface for "map"
BinaryComputerOp s. |
interface |
MapBinaryInplace<EI,EO extends EI,OP extends BinaryInplaceOp<EI,EO>>
Typed interface for "map"
BinaryInplaceOp s. |
interface |
MapBinaryInplace1<EI1,EI2,EO extends EI1,OP extends BinaryInplace1Op<EI1,EI2,EO>>
Typed interface for "map"
BinaryInplace1Op s. |
interface |
MapInplace<EI,EO extends EI,OP extends UnaryInplaceOp<EI,EO>>
Typed interface for "map"
UnaryInplaceOp s. |
interface |
MapNullaryComputer<EO,OP extends NullaryComputerOp<EO>>
Typed interface for "map"
NullaryComputerOp s. |
interface |
MapOp<OP extends Op>
Typed interface for "map" ops.
|
interface |
MapUnaryComputer<EI,EO,OP extends UnaryComputerOp<EI,EO>>
Typed interface for "map"
UnaryComputerOp s. |
interface |
MapView<EI,EO,PI,PO>
A
MapUnaryComputer UnaryFunctionOp which converts entries on
demand by wrapping in a thin "view" data structure. |
Modifier and Type | Interface and Description |
---|---|
interface |
MapNeighborhood<EI,EO,PI,PO,OP extends Op>
Typed interface for "map" ops that work with neighborhoods.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapNeighborhood<EI,EO,PI,PO,OP extends Op>
Abstract base class for
MapNeighborhood implementations. |
class |
DefaultMapNeighborhood<I,O>
|
class |
MapNeighborhoodWithCenter<I,O>
Evaluates a
CenterAwareComputerOp for each Neighborhood on
the input RandomAccessibleInterval and sets the value of the
corresponding pixel on the output IterableInterval . |
Copyright © 2014–2022 ImageJ. All rights reserved.