Uses of Interface
org.scijava.ops.image.image.cooccurrenceMatrix.MatrixOrientation
-
Packages that use MatrixOrientation Package Description org.scijava.ops.image.features.haralick org.scijava.ops.image.image.cooccurrenceMatrix -
-
Uses of MatrixOrientation in org.scijava.ops.image.features.haralick
Methods in org.scijava.ops.image.features.haralick with parameters of type MatrixOrientation Modifier and Type Method Description DoubleTypeDefaultASM. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultClusterProminence. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultClusterShade. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultContrast. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultCorrelation. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultDifferenceEntropy. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultDifferenceVariance. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultEntropy. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultICM1. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultICM2. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultIFDM. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultMaxProbability. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultSumAverage. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultSumEntropy. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultSumVariance. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultTextureHomogeneity. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODODoubleTypeDefaultVariance. apply(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation orientation)TODOprotected double[][]AbstractHaralickFeature. getCooccurrenceMatrix(RandomAccessibleInterval<T> input, Integer numGreyLevels, Integer distance, MatrixOrientation matrixOrientation)given the specified parameters. -
Uses of MatrixOrientation in org.scijava.ops.image.image.cooccurrenceMatrix
Classes in org.scijava.ops.image.image.cooccurrenceMatrix that implement MatrixOrientation Modifier and Type Class Description classMatrixOrientation2DOrientation of aCooccurrenceMatrix2DclassMatrixOrientation3DOrientation of aCooccurrenceMatrix3DMethods in org.scijava.ops.image.image.cooccurrenceMatrix that return MatrixOrientation Modifier and Type Method Description MatrixOrientationMatrixOrientation. getByName(String name)MatrixOrientationMatrixOrientation2D. getByName(String name)MatrixOrientationMatrixOrientation3D. getByName(String name)Methods in org.scijava.ops.image.image.cooccurrenceMatrix with parameters of type MatrixOrientation Modifier and Type Method Description double[][]CooccurrenceMatrix. apply(RandomAccessibleInterval<T> input, MatrixOrientation orientation, Integer nrGreyLevels, Integer distance)TODOstatic <T extends RealType<T>>
double[][]CooccurrenceMatrix2D. apply(RandomAccessibleInterval<T> input, Integer nrGreyLevels, Integer distance, Function<RandomAccessibleInterval<T>,Pair<T,T>> minmax, MatrixOrientation orientation)static <T extends RealType<T>>
double[][]CooccurrenceMatrix3D. apply(RandomAccessibleInterval<T> input, Integer nrGreyLevels, Integer distance, Function<RandomAccessibleInterval<T>,Pair<T,T>> minmax, MatrixOrientation orientation)
-