I - public class DefaultLBP2D<I extends RealType<I>> extends AbstractLBP2DFeature<I>
SpecialOp.FlavorNAME| 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.
|
conformsin, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, calculate, createOutput, getIndependentInstance, run, runcomputein, setInputrunsetOutputcandidates, filterArity, opops, setEnvironmentpublic void initialize()
Initializablepublic ArrayList<LongType> createOutput(RandomAccessibleInterval<I> input)
UnaryOutputFactoryinput - which determines how to create the outputpublic void compute(RandomAccessibleInterval<I> input, ArrayList<LongType> output)
UnaryComputerOpinput - 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 inputCopyright © 2014–2022 ImageJ. All rights reserved.