Module org.scijava.ops.image
Class DefaultDirectionalityFeature<I extends RealType<I>,O extends RealType<O>>
- java.lang.Object
-
- org.scijava.ops.image.features.tamura2d.DefaultDirectionalityFeature<I,O>
-
- Type Parameters:
I-O-
- All Implemented Interfaces:
Computers.Arity2<RandomAccessibleInterval<I>,Integer,O>,Consumers.Arity3<RandomAccessibleInterval<I>,Integer,O>
public class DefaultDirectionalityFeature<I extends RealType<I>,O extends RealType<O>> extends Object implements Computers.Arity2<RandomAccessibleInterval<I>,Integer,O>
Implementation of Tamura's Directionality Feature- Author:
- Andreas Graumann (University of Konstanz)
- Implementation Note:
- op names='features.tamura.directionality'
-
-
Constructor Summary
Constructors Constructor Description DefaultDirectionalityFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RandomAccessibleInterval<I> input, Integer histogramSize, 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
-
-
-
-
Method Detail
-
compute
public void compute(RandomAccessibleInterval<I> input, Integer histogramSize, O output)
TODO- Specified by:
computein interfaceComputers.Arity2<RandomAccessibleInterval<I extends RealType<I>>,Integer,O extends RealType<O>>- Parameters:
input-histogramSize-output-
-
-