T
- input typepublic class LocalBernsenThreshold<T extends RealType<T>> extends LocalThreshold<T> implements Ops.Threshold.LocalBernsenThreshold
LocalMidGreyThreshold
, but uses a
constant value rather than the value of the input pixel when the contrast in
the neighborhood of that pixel is too small.SpecialOp.Flavor
NAME
Constructor and Description |
---|
LocalBernsenThreshold() |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
unaryComputer(T inClass,
BitType outClass) |
conforms
compute, getShape, initialize
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
protected CenterAwareComputerOp<T,BitType> unaryComputer(T inClass, BitType outClass)
unaryComputer
in class AbstractCenterAwareNeighborhoodBasedFilter<T extends RealType<T>,BitType>
inClass
- First element from the input RandomAccessibleInterval
that may be used for determining the class.outClass
- First element from the output IterableInterval
that
may be used for determining the class.Copyright © 2014–2022 ImageJ. All rights reserved.