public class HaralickNamespace extends AbstractNamespace
Constructor and Description |
---|
HaralickNamespace() |
Modifier and Type | Method and Description |
---|---|
<T extends RealType<T>> |
asm(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
asm(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
clusterPromenence(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
clusterPromenence(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
clusterShade(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
clusterShade(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
contrast(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
contrast(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
correlation(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
correlation(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
differenceEntropy(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
differenceEntropy(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
differenceVariance(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
differenceVariance(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
entropy(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
entropy(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
String |
getName() |
<T extends RealType<T>> |
icm1(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
icm1(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
icm2(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
icm2(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
ifdm(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
ifdm(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
maxProbability(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
maxProbability(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
sumAverage(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
sumAverage(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
sumEntropy(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
sumEntropy(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
sumVariance(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
sumVariance(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
textureHomogeneity(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
textureHomogeneity(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
variance(DoubleType out,
IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
<T extends RealType<T>> |
variance(IterableInterval<T> in,
int numGreyLevels,
int distance,
MatrixOrientation orientation) |
ops, setEnvironment
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public String getName()
public <T extends RealType<T>> DoubleType asm(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType asm(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType clusterPromenence(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType clusterPromenence(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType clusterShade(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType clusterShade(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType contrast(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType contrast(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType correlation(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType correlation(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType differenceEntropy(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType differenceEntropy(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType differenceVariance(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType differenceVariance(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType entropy(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType entropy(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType icm1(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType icm1(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType icm2(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType icm2(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType ifdm(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType ifdm(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType maxProbability(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType maxProbability(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType sumAverage(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType sumAverage(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType sumEntropy(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType sumEntropy(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType sumVariance(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType sumVariance(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType textureHomogeneity(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType textureHomogeneity(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType variance(IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
public <T extends RealType<T>> DoubleType variance(DoubleType out, IterableInterval<T> in, int numGreyLevels, int distance, MatrixOrientation orientation)
Copyright © 2014–2022 ImageJ. All rights reserved.