Module org.scijava.ops.image
Class LocalBernsenThreshold<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.localBernsen.LocalBernsenThreshold<T>
-
- Type Parameters:
T- input type
- All Implemented Interfaces:
Computers.Arity5<RandomAccessibleInterval<T>,Shape,Double,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>,Consumers.Arity6<RandomAccessibleInterval<T>,Shape,Double,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>
public class LocalBernsenThreshold<T extends RealType<T>> extends Object implements Computers.Arity5<RandomAccessibleInterval<T>,Shape,Double,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>
- Author:
- Jonathan Hale, Stefan Helfrich (University of Konstanz)
- Implementation Note:
- op names='threshold.localBernsen'
-
-
Constructor Summary
Constructors Constructor Description LocalBernsenThreshold()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double contrastThreshold, Double halfMaxValue, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, RandomAccessibleInterval<BitType> output)TODOvoidcompute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double contrastThreshold, Double halfMaxValue, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, Computers.Arity4<Iterable<T>,T,Double,Double,BitType> computeThresholdOp, RandomAccessibleInterval<BitType> output)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Computers.Arity5
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity6
andThen
-
-
-
-
Method Detail
-
compute
public void compute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double contrastThreshold, Double halfMaxValue, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, RandomAccessibleInterval<BitType> output)
TODO- Specified by:
computein interfaceComputers.Arity5<RandomAccessibleInterval<T extends RealType<T>>,Shape,Double,Double,OutOfBoundsFactory<T extends RealType<T>,RandomAccessibleInterval<T extends RealType<T>>>,RandomAccessibleInterval<BitType>>- Parameters:
input-inputNeighborhoodShape-contrastThreshold-halfMaxValue-outOfBoundsFactory-output-
-
compute
public void compute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double contrastThreshold, Double halfMaxValue, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, Computers.Arity4<Iterable<T>,T,Double,Double,BitType> computeThresholdOp, RandomAccessibleInterval<BitType> output)
-
-