T
- public class ContentBased<T extends RealType<T>> extends Object implements RealRandomAccessible<FloatType>
Constructor and Description |
---|
ContentBased(RandomAccessibleInterval<T> input,
ImgFactory<ComplexFloatType> imgFactory,
double[] sigma1,
double[] sigma2) |
Modifier and Type | Method and Description |
---|---|
protected Img<FloatType> |
approximateEntropy(RandomAccessibleInterval<FloatType> input,
ImgFactory<ComplexFloatType> imgFactory,
double[] sigma1,
double[] sigma2) |
Img<FloatType> |
getContentBasedImg() |
static void |
main(String[] args) |
int |
numDimensions() |
RealRandomAccess<FloatType> |
realRandomAccess() |
RealRandomAccess<FloatType> |
realRandomAccess(RealInterval interval) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAt, getAt, getAt
public ContentBased(RandomAccessibleInterval<T> input, ImgFactory<ComplexFloatType> imgFactory, double[] sigma1, double[] sigma2)
protected Img<FloatType> approximateEntropy(RandomAccessibleInterval<FloatType> input, ImgFactory<ComplexFloatType> imgFactory, double[] sigma1, double[] sigma2)
public int numDimensions()
numDimensions
in interface EuclideanSpace
public RealRandomAccess<FloatType> realRandomAccess()
realRandomAccess
in interface RealRandomAccessible<FloatType>
public RealRandomAccess<FloatType> realRandomAccess(RealInterval interval)
realRandomAccess
in interface RealRandomAccessible<FloatType>
public static void main(String[] args) throws IncompatibleTypeException
IncompatibleTypeException
Copyright © 2015–2021 Fiji. All rights reserved.