Interface | Description |
---|---|
CenterAwareComputerOp<I,O> |
A center aware computer calculates a result from a given input and
its surrounding neighborhood, storing it into the specified output reference.
|
CenterAwareIntegralComputerOp<I,O> |
A center-aware computer calculates a result from a given input and
the surrounding rectangular neighborhood in (multiple) integral images.
|
MapNeighborhood<EI,EO,PI,PO,OP extends Op> |
Typed interface for "map" ops that work with neighborhoods.
|
Class | Description |
---|---|
AbstractCenterAwareComputerOp<I,O> |
Abstract superclass for
CenterAwareComputerOp implementations. |
AbstractMapNeighborhood<EI,EO,PI,PO,OP extends Op> |
Abstract base class for
MapNeighborhood implementations. |
DefaultMapNeighborhood<I,O> | |
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.