Module org.scijava.ops.image
Class DefaultPhaseFeature<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.features.zernike.DefaultPhaseFeature<T>
-
- Type Parameters:
T- Input Type
- All Implemented Interfaces:
Computers.Arity3<IterableInterval<T>,Integer,Integer,DoubleType>,Consumers.Arity4<IterableInterval<T>,Integer,Integer,DoubleType>
public class DefaultPhaseFeature<T extends RealType<T>> extends Object implements Computers.Arity3<IterableInterval<T>,Integer,Integer,DoubleType>
Get Phase of Zernike moment as feature- Author:
- Andreas Graumann (University of Konstanz)
- Implementation Note:
- op names='features.zernike.phase'
-
-
Constructor Summary
Constructors Constructor Description DefaultPhaseFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(IterableInterval<T> input, Integer order, Integer repetition, DoubleType 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.Arity3
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity4
andThen
-
-
-
-
Method Detail
-
compute
public void compute(IterableInterval<T> input, Integer order, Integer repetition, DoubleType output)
TODO- Specified by:
computein interfaceComputers.Arity3<IterableInterval<T extends RealType<T>>,Integer,Integer,DoubleType>- Parameters:
input-order-repetition-output-
-
-