Module org.scijava.ops.image
Package org.scijava.ops.image.stats
Class DefaultQuantile<I extends RealType<I>,N extends Number,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.stats.DefaultQuantile<I,N,O>
-
- Type Parameters:
I- input typeO- output type
- All Implemented Interfaces:
Computers.Arity2<Iterable<I>,N,O>,Consumers.Arity3<Iterable<I>,N,O>
public class DefaultQuantile<I extends RealType<I>,N extends Number,O extends RealType<O>> extends Object implements Computers.Arity2<Iterable<I>,N,O>
Op to calculate the n-thstats.percentile.- Author:
- Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz), Jan Eglinger
- Implementation Note:
- op names='stats.quantile'
-
-
Constructor Summary
Constructors Constructor Description DefaultQuantile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Iterable<I> input, N quantile, O 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.Arity2
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity3
andThen
-
-