T
- typepublic class DefaultSigmaFilter<T extends RealType<T>,V extends RealType<V>> extends AbstractCenterAwareNeighborhoodBasedFilter<T,V> implements SigmaFilterOp<T,V>, Contingent
SigmaFilterOp
.SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
DefaultSigmaFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
protected CenterAwareComputerOp<T,V> |
unaryComputer(T inType,
V outType) |
compute, getShape, initialize
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
protected CenterAwareComputerOp<T,V> unaryComputer(T inType, V outType)
unaryComputer
in class AbstractCenterAwareNeighborhoodBasedFilter<T extends RealType<T>,V extends RealType<V>>
inType
- First element from the input RandomAccessibleInterval
that may be used for determining the class.outType
- First element from the output IterableInterval
that
may be used for determining the class.public boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.