T - typepublic class DefaultSigmaFilter<T extends RealType<T>,V extends RealType<V>> extends AbstractCenterAwareNeighborhoodBasedFilter<T,V> implements SigmaFilterOp<T,V>, Contingent
SigmaFilterOp.SpecialOp.FlavorALIASES, 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, initializein, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, compute, getIndependentInstance, run, runin, setInputruncandidates, filterArity, opops, setEnvironmentinitializesetOutputprotected 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()
Contingentconforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.