Module org.scijava.ops.image
Class CooccurrenceMatrix2D
- java.lang.Object
-
- org.scijava.ops.image.image.cooccurrenceMatrix.CooccurrenceMatrix2D
-
public class CooccurrenceMatrix2D extends Object
Calculates cooccurrence matrix from an 2D-RandomAccessibleInterval.- Author:
- Stephan Sellien (University of Konstanz), Christian Dietz (University of Konstanz), Andreas Graumann (University of Konstanz)
-
-
Constructor Summary
Constructors Constructor Description CooccurrenceMatrix2D()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends RealType<T>>
double[][]apply(RandomAccessibleInterval<T> input, Integer nrGreyLevels, Integer distance, Function<RandomAccessibleInterval<T>,Pair<T,T>> minmax, MatrixOrientation orientation)
-
-
-
Method Detail
-
apply
public static final <T extends RealType<T>> double[][] apply(RandomAccessibleInterval<T> input, Integer nrGreyLevels, Integer distance, Function<RandomAccessibleInterval<T>,Pair<T,T>> minmax, MatrixOrientation orientation)
-
-