Modifier and Type | Method and Description |
---|---|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
Img<DoubleType> input)
Deprecated.
|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
ImgFactory<DoubleType> factory)
Deprecated.
|
protected Img<DoubleType> |
GaussDouble.getProcessingLine(long sizeProcessLine)
Deprecated.
|
static <T extends RealType<T>> |
Gauss.toDouble(double[] sigma,
Img<T> img)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img using the OutOfBoundsMirrorFactory with single
boundary |
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)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img using the OutOfBoundsMirrorFactory with single
boundary |
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 |
Modifier and Type | Method and Description |
---|---|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
Img<DoubleType> input)
Deprecated.
|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
ImgFactory<DoubleType> factory)
Deprecated.
|
static Img<DoubleType> |
GaussDouble.gauss(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
ImgFactory<DoubleType> factory)
Deprecated.
|
static void |
GaussDouble.gauss(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
RandomAccessible<DoubleType> output,
Localizable outputOffset,
ImgFactory<DoubleType> factory)
Deprecated.
|
static void |
GaussDouble.gauss(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
RandomAccessible<DoubleType> output,
Localizable outputOffset,
ImgFactory<DoubleType> factory)
Deprecated.
|
static void |
GaussDouble.gauss(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
RandomAccessible<DoubleType> output,
Localizable outputOffset,
ImgFactory<DoubleType> factory)
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.inDouble(double[] sigma,
RandomAccessible<T> img,
Interval interval,
RandomAccessible<T> output,
Localizable origin,
ImgFactory<DoubleType> imgFactory)
Deprecated.
Computes a Gaussian convolution with double precision on an infinite
RandomAccessible |
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.inDouble(double sigma,
RandomAccessible<T> img,
Interval interval,
RandomAccessible<T> output,
Localizable origin,
ImgFactory<DoubleType> imgFactory)
Deprecated.
Computes a Gaussian convolution with double precision on an infinite
RandomAccessible |
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.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 |
protected void |
GaussDouble.processLine(SamplingLineIterator<DoubleType> input,
double[] kernel)
Deprecated.
Compute the current line.
|
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.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 |
Constructor and Description |
---|
GaussDouble(double[] sigma,
Img<DoubleType> input)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img using the OutOfBoundsMirrorFactory with single
boundary |
GaussDouble(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
GaussDouble(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
GaussDouble(double[] sigma,
Img<DoubleType> input,
OutOfBoundsFactory<DoubleType,Img<DoubleType>> outOfBounds)
Deprecated.
Computes a Gaussian convolution with double precision on an entire
Img |
GaussDouble(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
ImgFactory<DoubleType> factory)
Deprecated.
Computes a Gaussian convolution with double precision on a
RandomAccessible of DoubleType in a certain
Interval and returns an Img defined by the
ImgFactory containing the result |
GaussDouble(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
ImgFactory<DoubleType> factory)
Deprecated.
Computes a Gaussian convolution with double precision on a
RandomAccessible of DoubleType in a certain
Interval and returns an Img defined by the
ImgFactory containing the result |
GaussDouble(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
RandomAccessible<DoubleType> output,
Localizable outputOffset,
ImgFactory<DoubleType> factory)
Deprecated.
Computes a Gaussian convolution with double precision on a
RandomAccessible of DoubleType in a certain
Interval and writes it into a given RandomAccessible at a
specific Point |
GaussDouble(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
RandomAccessible<DoubleType> output,
Localizable outputOffset,
ImgFactory<DoubleType> factory)
Deprecated.
Computes a Gaussian convolution with double precision on a
RandomAccessible of DoubleType in a certain
Interval and writes it into a given RandomAccessible at a
specific Point |
GaussDouble(double[] sigma,
RandomAccessible<DoubleType> input,
Interval interval,
RandomAccessible<DoubleType> output,
Localizable outputOffset,
ImgFactory<DoubleType> factory)
Deprecated.
Computes a Gaussian convolution with double precision on a
RandomAccessible of DoubleType in a certain
Interval and writes it into a given RandomAccessible at a
specific Point |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImgDouble.integrateLine(int d,
RandomAccess<DoubleType> cursor,
DoubleType sum,
long size) |
protected void |
IntegralImgDouble.integrateLineDim0(Converter<R,DoubleType> converter,
RandomAccess<R> cursorIn,
RandomAccess<DoubleType> cursorOut,
DoubleType sum,
DoubleType tmpVar,
long size) |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImgDouble.integrateLine(int d,
RandomAccess<DoubleType> cursor,
DoubleType sum,
long size) |
protected void |
IntegralImgDouble.integrateLineDim0(Converter<R,DoubleType> converter,
RandomAccess<R> cursorIn,
RandomAccess<DoubleType> cursorOut,
DoubleType sum,
DoubleType tmpVar,
long size) |
protected void |
IntegralImgDouble.integrateLineDim0(Converter<R,DoubleType> converter,
RandomAccess<R> cursorIn,
RandomAccess<DoubleType> cursorOut,
DoubleType sum,
DoubleType tmpVar,
long size) |
Constructor and Description |
---|
IntegralImgDouble(RandomAccessibleInterval<R> img,
DoubleType type,
Converter<R,DoubleType> converter) |
Constructor and Description |
---|
IntegralImgDouble(RandomAccessibleInterval<R> img,
DoubleType type,
Converter<R,DoubleType> converter) |
Modifier and Type | Method and Description |
---|---|
void |
RealDoubleConverter.convert(R input,
DoubleType output) |
Modifier and Type | Method and Description |
---|---|
DoubleType |
RealDoubleSamplerConverter.convert(Sampler<? extends R> sampler) |
Modifier and Type | Method and Description |
---|---|
DoubleType |
DoubleLongAccessTypeDoubleTypeConverter.convert(Sampler<? extends DoubleLongAccessType> sampler) |
Constructor and Description |
---|
DoubleAWTScreenImage(DoubleType type,
DoubleArray data,
long[] dim) |
Constructor and Description |
---|
DoubleAWTScreenImage(ArrayImg<DoubleType,DoubleArray> img) |
Modifier and Type | Method and Description |
---|---|
static <A extends DoubleAccess> |
ArrayImgs.doubles(A access,
long... dim)
|
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(double[] array,
long... dim)
|
static ArrayImg<DoubleType,DoubleArray> |
ArrayImgs.doubles(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<DoubleType,DoubleArray> |
PlanarImgs.doubles(long... dim)
|
Modifier and Type | Method and Description |
---|---|
DoubleType |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess.get() |
Modifier and Type | Method and Description |
---|---|
DoubleType |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess.get() |
Modifier and Type | Method and Description |
---|---|
RandomAccessibleInterval<DoubleType> |
OverlappingLabels.getNormalizedMatrix()
Get the normalized directional confusion matrix.
|
Modifier and Type | Method and Description |
---|---|
DoubleType |
DoubleType.copy() |
DoubleType |
DoubleType.createVariable() |
DoubleType |
DoubleType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<DoubleType,DoubleAccess> |
DoubleType.getNativeTypeFactory() |
Copyright © 2015–2022 ImgLib2. All rights reserved.