public class DefaultVariance<T extends RealType<T>> extends AbstractHaralickFeature<T> implements Ops.Haralick.Variance
SpecialOp.Flavor
distance, numGreyLevels, orientation
NAME
Constructor and Description |
---|
DefaultVariance() |
Modifier and Type | Method and Description |
---|---|
void |
compute(IterableInterval<T> input,
DoubleType output)
Computes the output given some input.
|
conforms, createOutput, getCooccurrenceMatrix, initialize
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, calculate, createOutput, getIndependentInstance, run, run
compute
in, setInput
run
setOutput
candidates, filterArity, op
public void compute(IterableInterval<T> input, DoubleType output)
UnaryComputerOp
compute
in interface UnaryComputerOp<IterableInterval<T extends RealType<T>>,DoubleType>
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.