Module org.scijava.ops.image
Class LocalMidGreyThreshold<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.threshold.localMidGrey.LocalMidGreyThreshold<T>
-
- All Implemented Interfaces:
Computers.Arity4<RandomAccessibleInterval<T>,Shape,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>,Consumers.Arity5<RandomAccessibleInterval<T>,Shape,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>
public class LocalMidGreyThreshold<T extends RealType<T>> extends Object implements Computers.Arity4<RandomAccessibleInterval<T>,Shape,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<BitType>>
- Author:
- Jonathan Hale, Stefan Helfrich (University of Konstanz)
- Implementation Note:
- op names='threshold.localMidGrey', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description LocalMidGreyThreshold()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double c, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, RandomAccessibleInterval<BitType> output)TODO-
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.Arity4
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity5
andThen
-
-
-
-
Method Detail
-
compute
public void compute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double c, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, RandomAccessibleInterval<BitType> output)
TODO- Specified by:
computein interfaceComputers.Arity4<RandomAccessibleInterval<T extends RealType<T>>,Shape,Double,OutOfBoundsFactory<T extends RealType<T>,RandomAccessibleInterval<T extends RealType<T>>>,RandomAccessibleInterval<BitType>>- Parameters:
input-inputNeighborhoodShape-c-outOfBoundsFactory-output-
-
-