Modifier and Type | Field and Description |
---|---|
protected OutOfBoundsFactory<?,?> |
BSplineLazyCoefficientsInterpolatorFactory.oobFactory |
Constructor and Description |
---|
BSplineLazyCoefficientsInterpolatorFactory(RandomAccessible<T> img,
int order,
boolean clipping,
S coefficientType,
int[] blockSize,
OutOfBoundsFactory<? extends RealType<?>,?> oobFactory) |
BSplineLazyCoefficientsInterpolatorFactory(RandomAccessible<T> img,
Interval interval,
int order,
boolean clipping,
S coefficientType,
int[] blockSize,
OutOfBoundsFactory<? extends RealType<?>,?> oobFactory)
Creates a new
BSplineLazyCoefficientsInterpolatorFactory . |
Modifier and Type | Method and Description |
---|---|
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> |
FourierTransform.getCustomOutOfBoundsStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>,S extends ComplexType<S>> |
FFTFunctions.computeFFT(RandomAccessibleInterval<T> input,
ImgFactory<S> imgFactory,
S complexType,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory,
int[] imageOffset,
int[] imageSize,
int numThreads,
boolean scale)
Deprecated.
|
void |
FourierTransform.setCustomOutOfBoundsStrategy(OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds)
Deprecated.
|
Constructor and Description |
---|
FourierTransform(Img<T> input,
S complexType,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds)
Deprecated.
|
FourierTransform(RandomAccessibleInterval<T> input,
ImgFactory<S> imgFactory,
S complexType,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBounds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <R extends RealType<R>> |
FFT.realToComplex(RandomAccessibleInterval<R> input,
OutOfBoundsFactory<R,RandomAccessibleInterval<R>> oobs,
ImgFactory<ComplexFloatType> factory) |
static <R extends RealType<R>> |
FFT.realToComplex(RandomAccessibleInterval<R> input,
OutOfBoundsFactory<R,RandomAccessibleInterval<R>> oobs,
ImgFactory<ComplexFloatType> factory,
ExecutorService service) |
static <R extends RealType<R>> |
FFT.realToComplex(RandomAccessibleInterval<R> input,
OutOfBoundsFactory<R,RandomAccessibleInterval<R>> oobs,
ImgFactory<ComplexFloatType> factory,
int numThreads) |
Modifier and Type | Method and Description |
---|---|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
|
static Img<FloatType> |
GaussFloat.gauss(double[] sigma,
Img<FloatType> input,
OutOfBoundsFactory<FloatType,Img<FloatType>> outOfBounds)
Deprecated.
|
static <T extends RealType<T>> |
Gauss.inDouble(double[] sigma,
Img<T> img,
OutOfBoundsFactory<DoubleType,RandomAccessibleInterval<DoubleType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.inDouble(double sigma,
Img<T> img,
OutOfBoundsFactory<DoubleType,RandomAccessibleInterval<DoubleType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.inDoubleInPlace(double[] sigma,
Img<T> img,
OutOfBoundsFactory<DoubleType,RandomAccessibleInterval<DoubleType>> outofbounds)
Deprecated.
Computes a Gaussian convolution in-place (temporary imgs are necessary)
with double precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.inDoubleInPlace(double sigma,
Img<T> img,
OutOfBoundsFactory<DoubleType,RandomAccessibleInterval<DoubleType>> outofbounds)
Deprecated.
Computes a Gaussian convolution in-place (temporary imgs are necessary)
with double precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.inFloat(double[] sigma,
Img<T> img,
OutOfBoundsFactory<FloatType,RandomAccessibleInterval<FloatType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with float precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.inFloat(double sigma,
Img<T> img,
OutOfBoundsFactory<FloatType,RandomAccessibleInterval<FloatType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with float precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.inFloatInPlace(double[] sigma,
Img<T> img,
OutOfBoundsFactory<FloatType,RandomAccessibleInterval<FloatType>> outofbounds)
Deprecated.
Computes a Gaussian convolution in-place (temporary imgs are necessary)
with float precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.inFloatInPlace(double sigma,
Img<T> img,
OutOfBoundsFactory<FloatType,RandomAccessibleInterval<FloatType>> outofbounds)
Deprecated.
Computes a Gaussian convolution in-place (temporary imgs are necessary)
with float precision on an entire
Img |
static <T extends NumericType<T>> |
Gauss.inNumericType(double[] sigma,
Img<T> img,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outofbounds)
Deprecated.
Computes a Gaussian convolution with the precision of the type provided
on an entire
Img |
static <T extends NumericType<T>> |
Gauss.inNumericType(double sigma,
Img<T> img,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outofbounds)
Deprecated.
Computes a Gaussian convolution with the precision of the type provided
on an entire
Img |
static <T extends NumericType<T>> |
Gauss.inNumericTypeInPlace(double[] sigma,
Img<T> img,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outofbounds)
Deprecated.
Computes a Gaussian convolution in-place (temporary imgs are necessary)
with the precision of the type provided on an entire
Img |
static <T extends NumericType<T>> |
Gauss.inNumericTypeInPlace(double sigma,
Img<T> img,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outofbounds)
Deprecated.
Computes a Gaussian convolution in-place (temporary imgs are necessary)
with the precision of the type provided on an entire
Img |
static <T extends RealType<T>> |
Gauss.toDouble(double[] sigma,
Img<T> img,
OutOfBoundsFactory<DoubleType,RandomAccessibleInterval<DoubleType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.toDouble(double sigma,
Img<T> img,
OutOfBoundsFactory<DoubleType,RandomAccessibleInterval<DoubleType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.toFloat(double[] sigma,
Img<T> img,
OutOfBoundsFactory<FloatType,RandomAccessibleInterval<FloatType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with float precision on an entire
Img |
static <T extends RealType<T>> |
Gauss.toFloat(double sigma,
Img<T> img,
OutOfBoundsFactory<FloatType,RandomAccessibleInterval<FloatType>> outofbounds)
Deprecated.
Computes a Gaussian convolution with float precision on an entire
Img |
Constructor and Description |
---|
GaussDouble(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
GaussFloat(double[] sigma,
Img<FloatType> input,
OutOfBoundsFactory<FloatType,Img<FloatType>> outOfBounds)
Deprecated.
Computes a Gaussian convolution with float precision on an entire
Img |
GaussGeneral(double[] sigma,
Img<T> input,
OutOfBoundsFactory<T,Img<T>> outOfBounds)
Deprecated.
Computes a Gaussian convolution with any precision on an entire
Img using the OutOfBoundsMirrorFactory with single
boundary
WARNING: This is a very slow implementation as it is not written for
NativeType . |
GaussNativeType(double[] sigma,
Img<T> input,
OutOfBoundsFactory<T,Img<T>> outOfBounds)
Deprecated.
Computes a Gaussian convolution with any precision on an entire
Img using the OutOfBoundsMirrorFactory with single
boundary |
Modifier and Type | Field and Description |
---|---|
protected OutOfBoundsFactory<?,?> |
BSplineCoefficientsInterpolatorFactory.oobFactory |
Constructor and Description |
---|
BSplineCoefficientsInterpolatorFactory(RandomAccessible<T> img,
Interval interval,
int order,
boolean clipping,
ImgFactory<S> coefficientFactory,
OutOfBoundsFactory<? extends RealType<?>,?> oobFactory)
Creates a new
BSplineCoefficientsInterpolatorFactory using the BSpline
interpolation in a certain window |
BSplineCoefficientsInterpolatorFactory(RandomAccessibleInterval<S> coefficients,
int order,
boolean clipping,
OutOfBoundsFactory<? extends RealType<?>,?> oobFactory) |
Modifier and Type | Field and Description |
---|---|
protected OutOfBoundsFactory<T,RandomAccessibleInterval<T>> |
AbstractNeighborhood.outOfBounds |
Modifier and Type | Class and Description |
---|---|
class |
LabelingOutOfBoundsRandomAccessFactory<T extends Comparable<T>,F extends Labeling<T>>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OutOfBoundsBorderFactory<T,F extends Interval & RandomAccessible<T>>
Strategy to repeat the boundary pixels (creates
OutOfBoundsBorder ). |
class |
OutOfBoundsConstantValueFactory<T,F extends Interval & RandomAccessible<T>> |
class |
OutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>,F extends Interval & RandomAccessible<T>>
TODO
|
class |
OutOfBoundsMirrorFactory<T,F extends Interval & RandomAccessible<T>>
Create appropriate strategies that virtually mirror a
RandomAccessible at its boundaries. |
class |
OutOfBoundsPeriodicFactory<T,F extends Interval & RandomAccessible<T>>
Create appropriate strategies that virtually extend a
RandomAccessibleInterval periodically. |
class |
OutOfBoundsRandomValueFactory<T extends RealType<T>,F extends Interval & RandomAccessible<T>> |
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T>> |
PositionFieldTransform.extendAndInterpolate(RandomAccessibleInterval<T>[] positions,
OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory) |
Constructor and Description |
---|
DeformationFieldTransform(OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory,
RandomAccessibleInterval<T>... positions) |
PositionFieldTransform(OutOfBoundsFactory<T,RandomAccessibleInterval<T>> outOfBoundsFactory,
InterpolatorFactory<T,RandomAccessible<T>> interpolatorFactory,
RandomAccessibleInterval<T>... positions) |
Modifier and Type | Field and Description |
---|---|
protected OutOfBoundsFactory<T,? super F> |
ExtendedRandomAccessibleInterval.factory |
Modifier and Type | Method and Description |
---|---|
OutOfBoundsFactory<T,? super F> |
ExtendedRandomAccessibleInterval.getOutOfBoundsFactory() |
Modifier and Type | Method and Description |
---|---|
static <T,F extends RandomAccessibleInterval<T>> |
Views.expand(F source,
OutOfBoundsFactory<T,? super F> oob,
long... border)
Expand a RandomAccessibleInterval as specified by border.
|
static <T,F extends RandomAccessibleInterval<T>> |
Views.extend(F source,
OutOfBoundsFactory<T,? super F> factory)
Extend a RandomAccessibleInterval with an out-of-bounds strategy.
|
Constructor and Description |
---|
ExtendedRandomAccessibleInterval(F source,
OutOfBoundsFactory<T,? super F> factory) |
Copyright © 2015–2022 ImgLib2. All rights reserved.