public class DefaultCollapseReal2CompositeView<T extends RealType<T>> extends AbstractUnaryFunctionOp<RandomAccessible<T>,CompositeView<T,RealComposite<T>>> implements Ops.Transform.CollapseRealView
Views.collapseReal(RandomAccessible, int)
method.SpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultCollapseReal2CompositeView() |
Modifier and Type | Method and Description |
---|---|
CompositeView<T,RealComposite<T>> |
calculate(RandomAccessible<T> input)
Calculates the output given some input.
|
in, out, run, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, getIndependentInstance, run
run
candidates, filterArity, op
initialize
public CompositeView<T,RealComposite<T>> calculate(RandomAccessible<T> input)
UnaryFunctionOp
calculate
in interface UnaryFunctionOp<RandomAccessible<T extends RealType<T>>,CompositeView<T extends RealType<T>,RealComposite<T extends RealType<T>>>>
input
- Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.