Module org.scijava.ops.image
Class DefaultSigmaFilter<T extends RealType<T>,V extends RealType<V>>
- java.lang.Object
-
- org.scijava.ops.image.filter.sigma.DefaultSigmaFilter<T,V>
-
- Type Parameters:
T- type
- All Implemented Interfaces:
Computers.Arity5<RandomAccessibleInterval<T>,Shape,Double,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<V>>,Consumers.Arity6<RandomAccessibleInterval<T>,Shape,Double,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<V>>
public class DefaultSigmaFilter<T extends RealType<T>,V extends RealType<V>> extends Object implements Computers.Arity5<RandomAccessibleInterval<T>,Shape,Double,Double,OutOfBoundsFactory<T,RandomAccessibleInterval<T>>,RandomAccessibleInterval<V>>
Default implementation offilter.sigma.- Author:
- Jonathan Hale (University of Konstanz)
- Implementation Note:
- op names='filter.sigma', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description DefaultSigmaFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double range, Double minPixelFraction, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, RandomAccessibleInterval<V> 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.Arity5
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity6
andThen
-
-
-
-
Method Detail
-
compute
public void compute(RandomAccessibleInterval<T> input, Shape inputNeighborhoodShape, Double range, Double minPixelFraction, OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory, RandomAccessibleInterval<V> 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<V extends RealType<V>>>- Parameters:
input-inputNeighborhoodShape-range-minPixelFraction-outOfBoundsFactory-output-
-
-