- java.lang.Object
-
- org.scijava.ops.image.features.haralick.helper.CoocMeanY
-
- All Implemented Interfaces:
Function<double[][],DoubleType>
public class CoocMeanY extends Object implements Function<double[][],DoubleType>
NB: Helper class. Internal usage only.- Author:
- Andreas Graumann (University of Konstanz), Christian Dietz (University of Konstanz)
- Implementation Note:
- op names='features.haralick.coocMeanY'
-
-
Constructor Summary
Constructors Constructor Description CoocMeanY()
-
-
-
Method Detail
-
apply
public DoubleType apply(double[][] input)
TODO- Specified by:
applyin interfaceFunction<double[][],DoubleType>- Parameters:
input-- Returns:
- the output
-
-