Module org.scijava.ops.image
Class DefaultContrastFeature<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.features.tamura2d.DefaultContrastFeature<I,O>
-
- All Implemented Interfaces:
BiConsumer<IterableInterval<I>,O>,Computers.Arity1<IterableInterval<I>,O>
public class DefaultContrastFeature<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity1<IterableInterval<I>,O>
Default implementation of tamura feature contrast.- Author:
- Andreas Graumann (University of Konstanz)
- Implementation Note:
- op names='features.tamura.contrast'
-
-
Constructor Summary
Constructors Constructor Description DefaultContrastFeature()
-
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
-
-