Module org.scijava.ops.image
Class IterableCentralMoment11<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.imagemoments.centralmoments.IterableCentralMoment11<I,O>
-
- Type Parameters:
I- input typeO- output type
- All Implemented Interfaces:
BiConsumer<IterableInterval<I>,O>,Computers.Arity1<IterableInterval<I>,O>
public class IterableCentralMoment11<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity1<IterableInterval<I>,O>
Op to calculate theimageMoments.centralMoment11directly.- Author:
- Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz)
- Implementation Note:
- op names='imageMoments.centralMoment11', label='Image Moment: CentralMoment11', priority='10000.'
-
-
Constructor Summary
Constructors Constructor Description IterableCentralMoment11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(IterableInterval<I> input, 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 java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept
-
-