Module org.scijava.ops.image
Class FunctionsToComputersAndLift.RAI11FunctionToComputerAndLiftBefore<I1,O,RAII1 extends RandomAccessibleInterval<I1>,RAIO extends RandomAccessibleInterval<O>>
- java.lang.Object
-
- org.scijava.ops.image.adapt.complexLift.FunctionsToComputersAndLift.RAI11FunctionToComputerAndLiftBefore<I1,O,RAII1,RAIO>
-
- Type Parameters:
I1- Type of the first RAIO- The RAI return type
- All Implemented Interfaces:
Function<Function<I1,O>,Computers.Arity1<RAII1,RAIO>>,Op
- Enclosing class:
- FunctionsToComputersAndLift
public static class FunctionsToComputersAndLift.RAI11FunctionToComputerAndLiftBefore<I1,O,RAII1 extends RandomAccessibleInterval<I1>,RAIO extends RandomAccessibleInterval<O>> extends Object implements Function<Function<I1,O>,Computers.Arity1<RAII1,RAIO>>, Op
Lifting function for mapping Functions Ops to Computers that operate on RandomAccessibleIntervals. Lifts first, then adapts.- Implementation Note:
- op names='engine.adapt', priority='-99.'
-
-
Constructor Summary
Constructors Constructor Description RAI11FunctionToComputerAndLiftBefore()
-