public class DefaultCollapse2CompositeView<T> extends AbstractUnaryFunctionOp<RandomAccessible<T>,CompositeView<T,? extends GenericComposite<T>>> implements Ops.Transform.CollapseView
Views.collapse(RandomAccessible)
method.SpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultCollapse2CompositeView() |
Modifier and Type | Method and Description |
---|---|
CompositeView<T,? extends GenericComposite<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,? extends GenericComposite<T>> calculate(RandomAccessible<T> input)
UnaryFunctionOp
calculate
in interface UnaryFunctionOp<RandomAccessible<T>,CompositeView<T,? extends GenericComposite<T>>>
input
- Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.