Uses of Interface
org.anchoranalysis.core.functional.checked.CheckedUnaryOperator
Packages that use CheckedUnaryOperator
-
Uses of CheckedUnaryOperator in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack with parameters of type CheckedUnaryOperatorModifier and TypeMethodDescriptionRGBStack.mapChannel
(CheckedUnaryOperator<Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel.Stack.mapChannel
(CheckedUnaryOperator<Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel.