I
- public class DefaultLBP2D<I extends RealType<I>> extends AbstractLBP2DFeature<I>
SpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultLBP2D() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RandomAccessibleInterval<I> input,
ArrayList<LongType> output)
Computes the output given some input.
|
ArrayList<LongType> |
createOutput(RandomAccessibleInterval<I> input)
Create an output object given some input.
|
void |
initialize()
Initializes the object.
|
conforms
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, calculate, createOutput, getIndependentInstance, run, run
compute
in, setInput
run
setOutput
candidates, filterArity, op
ops, setEnvironment
public void initialize()
Initializable
public ArrayList<LongType> createOutput(RandomAccessibleInterval<I> input)
UnaryOutputFactory
input
- which determines how to create the outputpublic void compute(RandomAccessibleInterval<I> input, ArrayList<LongType> output)
UnaryComputerOp
input
- Argument to the computation, which must be non-nulloutput
- Object where the computation's result will be stored, which
must be non-null and a different object than input
Copyright © 2014–2022 ImageJ. All rights reserved.