Modifier and Type | Method and Description |
---|---|
RandomAccess<T> |
RandomAccess.copyRandomAccess() |
RandomAccess<T> |
RandomAccessible.randomAccess()
Create a random access sampler for integer coordinates.
|
RandomAccess<T> |
RandomAccessible.randomAccess(Interval interval)
Create a random access sampler for integer coordinates.
|
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T>> |
BSplineDecomposition.initializeAntiCausalCoefficients(double z,
double c,
T previous,
RandomAccess<T> coefs) |
protected static <T extends RealType<T>> |
BSplineDecomposition.initializeCausalCoefficients(double z,
double tolerance,
int dimension,
RandomAccess<T> dataAccess)
Data must be 1d or permuted such that the first dimension
is the dimension to be iterated over.
|
<S extends RealType<S>,T extends RealType<T>> |
BSplineDecomposition.recursion1d(RandomAccess<T> srcAccess,
RandomAccess<S> destAccess,
double z,
double Ci,
S previous,
long N,
int dimension)
Compute a 1d forward-backward recursion to compute bspline coefficients.
|
<S extends RealType<S>,T extends RealType<T>> |
BSplineDecomposition.recursion1d(RandomAccess<T> srcAccess,
RandomAccess<S> destAccess,
double z,
double Ci,
S previous,
long N,
int dimension)
Compute a 1d forward-backward recursion to compute bspline coefficients.
|
static <S extends RealType<S>,T extends RealType<T>> |
BSplineDecomposition.recursion1dUnpadded(RandomAccess<T> srcAccess,
RandomAccess<S> destAccess,
S previous,
long N,
int dimension,
double tolerance,
int numberOfPoles,
double[] poles,
double[] Ci)
Compute a 1d forward-backward recursion to compute bspline coefficients.
|
static <S extends RealType<S>,T extends RealType<T>> |
BSplineDecomposition.recursion1dUnpadded(RandomAccess<T> srcAccess,
RandomAccess<S> destAccess,
S previous,
long N,
int dimension,
double tolerance,
int numberOfPoles,
double[] poles,
double[] Ci)
Compute a 1d forward-backward recursion to compute bspline coefficients.
|
Constructor and Description |
---|
BSplineCoefficientsInterpolatorFunction(int order,
RandomAccess<Neighborhood<T>> target,
RealLocalizable position,
T type) |
BSplineCoefficientsInterpolatorFunction(int order,
RandomAccess<Neighborhood<T>> target,
RealLocalizable position,
T type,
boolean optimized) |
Constructor and Description |
---|
PixelList(RandomAccess<LongType> locationsAccess,
long[] dimensions) |
Modifier and Type | Method and Description |
---|---|
Runnable |
LineConvolverFactory.getConvolver(RandomAccess<? extends T> in,
RandomAccess<? extends T> out,
int d,
long lineLength)
The
Runnable returned by this method is responsible for
convolving on line of the image. |
Runnable |
LineConvolverFactory.getConvolver(RandomAccess<? extends T> in,
RandomAccess<? extends T> out,
int d,
long lineLength)
The
Runnable returned by this method is responsible for
convolving on line of the image. |
Modifier and Type | Method and Description |
---|---|
Runnable |
FastGaussConvolverRealType.getConvolver(RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
int d,
long lineLength) |
Runnable |
FastGaussConvolverRealType.getConvolver(RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
int d,
long lineLength) |
Constructor and Description |
---|
MyConvolver(int d,
FastGaussCalculator.Parameters fc,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
long lineLength) |
MyConvolver(int d,
FastGaussCalculator.Parameters fc,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
long lineLength) |
Modifier and Type | Method and Description |
---|---|
Runnable |
KernelConvolverFactory.getConvolver(RandomAccess<? extends NumericType<?>> in,
RandomAccess<? extends NumericType<?>> out,
int d,
long lineLength) |
Runnable |
KernelConvolverFactory.getConvolver(RandomAccess<? extends NumericType<?>> in,
RandomAccess<? extends NumericType<?>> out,
int d,
long lineLength) |
Constructor and Description |
---|
ConvolverNativeType(Kernel1D kernel,
RandomAccess<? extends T> in,
RandomAccess<? extends T> out,
int d,
long lineLength) |
ConvolverNativeType(Kernel1D kernel,
RandomAccess<? extends T> in,
RandomAccess<? extends T> out,
int d,
long lineLength) |
ConvolverNumericType(Kernel1D kernel,
RandomAccess<? extends T> in,
RandomAccess<? extends T> out,
int d,
long lineLength) |
ConvolverNumericType(Kernel1D kernel,
RandomAccess<? extends T> in,
RandomAccess<? extends T> out,
int d,
long lineLength) |
DoubleConvolverRealType(Kernel1D kernel,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
int d,
long lineLength) |
DoubleConvolverRealType(Kernel1D kernel,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
int d,
long lineLength) |
FloatConvolverRealType(Kernel1D kernel,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
int d,
long lineLength) |
FloatConvolverRealType(Kernel1D kernel,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
int d,
long lineLength) |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
LocalNeighborhoodCursor.parent
Deprecated.
|
Constructor and Description |
---|
LocalNeighborhoodCursor(RandomAccess<T> parent,
long span)
Deprecated.
|
Constructor and Description |
---|
SamplingLineIterator(int dim,
long size,
RandomAccess<T> randomAccess,
Img<T> processLine,
T copy,
T tmp)
Deprecated.
Make a new SamplingLineIterator which iterates a 1d line of a certain
length and is used as the input for the convolution operation
|
WritableLineIterator(int dim,
long size,
RandomAccess<T> randomAccess)
Deprecated.
Make a new AbstractWritableLineIterator which iterates a 1d line of a
certain length and is used as the input for the convolution operation
|
Modifier and Type | Method and Description |
---|---|
Runnable |
ConvolverFactory.create(double[] halfkernel,
RandomAccess<S> in,
RandomAccess<T> out,
int d,
long lineLength)
Deprecated.
Create a 1-dimensional line convolver.
|
Runnable |
ConvolverFactory.create(double[] halfkernel,
RandomAccess<S> in,
RandomAccess<T> out,
int d,
long lineLength)
Deprecated.
Create a 1-dimensional line convolver.
|
Runnable |
ConvolverNumericType.ConvolverNumericTypeFactory.create(double[] halfkernel,
RandomAccess<T> in,
RandomAccess<T> out,
int d,
long lineLength) |
Runnable |
ConvolverNumericType.ConvolverNumericTypeFactory.create(double[] halfkernel,
RandomAccess<T> in,
RandomAccess<T> out,
int d,
long lineLength) |
Runnable |
ConvolverNativeTypeBuffered.ConvolverFactoryNativeTypeBuffered.create(double[] halfkernel,
RandomAccess<T> in,
RandomAccess<T> out,
int d,
long lineLength) |
Runnable |
ConvolverNativeTypeBuffered.ConvolverFactoryNativeTypeBuffered.create(double[] halfkernel,
RandomAccess<T> in,
RandomAccess<T> out,
int d,
long lineLength) |
Runnable |
ConvolverNativeType.ConvolverFactoryNativeType.create(double[] halfkernel,
RandomAccess<T> in,
RandomAccess<T> out,
int d,
long lineLength) |
Runnable |
ConvolverNativeType.ConvolverFactoryNativeType.create(double[] halfkernel,
RandomAccess<T> in,
RandomAccess<T> out,
int d,
long lineLength) |
Modifier and Type | Class and Description |
---|---|
static class |
ScaleAsFunctionOfPosition.ScaledRandomAccess<T extends Type<T> & MulFloatingPoint> |
Constructor and Description |
---|
ScaledRandomAccess(RandomAccess<T> source,
ToDoubleFunction<Localizable> scalingFunction) |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegralImgDouble.integrateLine(int d,
RandomAccess<DoubleType> cursor,
DoubleType sum,
long size) |
protected void |
IntegralImgLong.integrateLine(int d,
RandomAccess<LongType> cursor,
LongType sum,
long size) |
protected void |
IntegralImg.integrateLine(int d,
RandomAccess<T> cursor,
T 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) |
protected void |
IntegralImgLong.integrateLineDim0(Converter<R,LongType> converter,
RandomAccess<R> cursorIn,
RandomAccess<LongType> cursorOut,
LongType sum,
LongType tmpVar,
long size) |
protected void |
IntegralImgLong.integrateLineDim0(Converter<R,LongType> converter,
RandomAccess<R> cursorIn,
RandomAccess<LongType> cursorOut,
LongType sum,
LongType tmpVar,
long size) |
protected void |
IntegralImg.integrateLineDim0(Converter<R,T> converter,
RandomAccess<R> cursorIn,
RandomAccess<T> cursorOut,
T sum,
T tmpVar,
long size) |
protected void |
IntegralImg.integrateLineDim0(Converter<R,T> converter,
RandomAccess<R> cursorIn,
RandomAccess<T> cursorOut,
T sum,
T tmpVar,
long size) |
Modifier and Type | Method and Description |
---|---|
RandomAccess<List<I>> |
VolumetricSearch.randomAccess() |
RandomAccess<List<I>> |
VolumetricSearch.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T>> |
SubpixelLocalization.quadraticFitOffset(Localizable p,
RandomAccess<T> access,
Matrix g,
Matrix H,
RealPositionable offset)
Estimate subpixel
offset of extremum of quadratic function
fitted at p . |
Modifier and Type | Method and Description |
---|---|
<O extends RealType<O>> |
Compute.randomAccess()
Returns a
RandomAccess with the same type as the first input image found. |
<C extends RealType<C>,O extends RealType<O>> |
Compute.randomAccess(C computeType,
O outputType,
Converter<C,O> outConverter) |
<C extends RealType<C>,O extends RealType<O>> |
Compute.randomAccess(Converter<RealType<?>,C> inConverter,
C computeType,
O outputType,
Converter<C,O> outConverter) |
<O extends RealType<O>> |
Compute.randomAccess(O outputType) |
<O extends RealType<O>> |
Compute.randomAccessDouble()
Returns a
RandomAccess with the same type as the first input image found. |
<O extends RealType<O>> |
Compute.randomAccessDouble(O outputType) |
<O extends RealType<O>> |
Compute.randomAccessDouble(O outputType,
Converter<RealType<?>,O> converter) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRandomAccess<C extends RealType<C>,O extends RealType<O>> |
class |
FunctionRandomAccessDouble<O extends RealType<O>> |
class |
KDTreeRadiusSource<I extends RealType<I>,O extends RealType<O>> |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<I> |
RandomAccessibleOffsetSource.ra |
protected RandomAccess<I> |
BlockReadingSource.ra |
Modifier and Type | Method and Description |
---|---|
RandomAccess<O> |
KDTreeRadiusSource.copyRandomAccess() |
RandomAccess<O> |
FunctionRandomAccessDouble.copyRandomAccess() |
RandomAccess<O> |
FunctionRandomAccess.copyRandomAccess() |
RandomAccess<O> |
KDTreeRadiusSource.randomAccess() |
RandomAccess<O> |
IterableRandomAccessibleFunctionDouble.randomAccess() |
RandomAccess<O> |
IterableRandomAccessibleFunction.randomAccess() |
RandomAccess<O> |
KDTreeRadiusSource.randomAccess(Interval interval) |
RandomAccess<O> |
IterableRandomAccessibleFunction.randomAccess(Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
DiamondNeighborhoodRandomAccess<T> |
class |
DiamondTipsNeighborhoodRandomAccess<T> |
class |
HorizontalLineNeighborhoodRandomAccess<T> |
class |
HyperSphereNeighborhoodRandomAccess<T> |
class |
PairOfPointsNeighborhoodRandomAccess<T> |
class |
PeriodicLineNeighborhoodRandomAccess<T> |
class |
RectangleNeighborhoodRandomAccess<T> |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
DiamondNeighborhood.LocalCursor.source |
Modifier and Type | Method and Description |
---|---|
RandomAccess<T> |
RectangleNeighborhood.getSourceRandomAccess() |
RandomAccess<Neighborhood<T>> |
RectangleShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
DiamondShape.NeighborhoodsAccessible.randomAccess() |
RandomAccess<Neighborhood<T>> |
RectangleShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
PeriodicLineShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
PairOfPointsShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
HyperSphereShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
HorizontalLineShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
DiamondTipsShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
RandomAccess<Neighborhood<T>> |
DiamondShape.NeighborhoodsAccessible.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
Neighborhood<T> |
RectangleNeighborhoodFactory.create(long[] position,
long[] currentMin,
long[] currentMax,
Interval span,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
PairOfPointsNeighborhoodFactory.create(long[] position,
long[] offset,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
PeriodicLineNeighborhoodFactory.create(long[] position,
long span,
int[] increments,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
HorizontalLineNeighborhoodFactory.create(long[] position,
long span,
int dim,
boolean skipCenter,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
HyperSphereNeighborhoodFactory.create(long[] position,
long radius,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
DiamondTipsNeighborhoodFactory.create(long[] position,
long radius,
RandomAccess<T> sourceRandomAccess) |
Neighborhood<T> |
DiamondNeighborhoodFactory.create(long[] position,
long radius,
RandomAccess<T> sourceRandomAccess) |
Constructor and Description |
---|
DiamondTipsNeighborhood(long[] position,
long radius,
RandomAccess<T> sourceRandomAccess)
Creates a new diamond tip neighborhood.
|
LocalCursor(RandomAccess<T> source) |
LocalCursor(RandomAccess<T> source) |
LocalCursor(RandomAccess<T> source) |
LocalCursor(RandomAccess<T> source) |
LocalCursor(RandomAccess<T> source) |
LocalCursor(RandomAccess<T> source) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExplicitDiffusionScheme3D.yieldDensity(RandomAccess<T> ura,
float[] target)
------------------------- ---------------------------- ---------------------------- → increasing X (first letter)
| 2 mmm | 1 cmm | 8 pmm | | 11 mmc | 10 cmc | 9 pmc | | 20 mmp | 19 cmp | 18 pmp |
|------------------------ ---------------------------- ----------------------------
| 3 mcm | 0 ccm | 7 pcm | | 12 mcc | -1 ccc | 16 pcc | | 21 mcp | 25 ccp | 17 pcp |
|------------------------ ---------------------------- ----------------------------
| 4 mpm | 5 cpm | 6 ppm | | 13 mpc | 14 cpc | 15 ppc | | 22 mpp | 23 cpp | 24 ppp |
------------------------- ---------------------------- ----------------------------
↓
increasing Y (second letter)
|
protected void |
ExplicitDiffusionScheme2D.yieldDensity(RandomAccess<T> ura,
float[] target)
Iterate over a 3x3 XY neighborhood around the current
RandomAccess location
for the input image, and store the 9 values as float in an array, in the following order: |
protected abstract void |
ExplicitDiffusionScheme.yieldDensity(RandomAccess<T> ura,
float[] target)
Iterate over a nD equivalent of 3x3 neighborhood, and collect the input
values needed in that neighborhood to compute the concrete diffusion
scheme.
|
protected void |
ExplicitDiffusionScheme3D.yieldDiffusionTensor(RandomAccess<FloatType> dra,
float[][] target)
Real, symmetric diffusion tensor for 3D structures.
|
protected void |
ExplicitDiffusionScheme2D.yieldDiffusionTensor(RandomAccess<FloatType> dra,
float[][] target)
Iterate over a 3x3 XY neighborhood around the current
RandomAccess location
for the diffusion tensor, and store the 15 values of interest as a 2D float array,
in the following order: |
protected abstract void |
ExplicitDiffusionScheme.yieldDiffusionTensor(RandomAccess<FloatType> dra,
float[][] target)
Iterate over a nD equivalent of 3x3 neighborhood, and collect the
diffusion tensor values needed in that neighborhood to compute the
concrete diffusion scheme.
|
Constructor and Description |
---|
BresenhamLine(RandomAccess<T> ra,
Localizable P1,
Localizable P2) |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
HyperSphereCursor.randomAccess |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
LocalNeighborhoodCursor.randomAccess
Deprecated.
|
Constructor and Description |
---|
LocalNeighborhoodCursor2(RandomAccess<T> source,
long[] center)
Deprecated.
|
LocalNeighborhoodCursor2(RandomAccess<T> source,
long[] center,
long span)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RandomAccess<T> |
SingleCellArrayImg.randomAccess() |
RandomAccess<T> |
SingleCellArrayImg.randomAccess(Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedRandomAccess<A,B>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<A> |
AbstractConvertedRandomAccess.source |
Constructor and Description |
---|
AbstractConvertedRandomAccess(RandomAccess<A> source) |
Modifier and Type | Class and Description |
---|---|
class |
BiConvertedRandomAccess<A,B,C extends Type<C>>
TODO
|
class |
ConvertedRandomAccess<A,B extends Type<B>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<B> |
BiConvertedRandomAccess.sourceB |
Constructor and Description |
---|
BiConvertedRandomAccess(RandomAccess<A> sourceA,
RandomAccess<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c) |
BiConvertedRandomAccess(RandomAccess<A> sourceA,
RandomAccess<B> sourceB,
BiConverter<? super A,? super B,? super C> converter,
C c) |
BiConvertedRandomAccess(RandomAccess<A> sourceA,
RandomAccess<B> sourceB,
Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier,
C c) |
BiConvertedRandomAccess(RandomAccess<A> sourceA,
RandomAccess<B> sourceB,
Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier,
C c) |
ConvertedRandomAccess(RandomAccess<A> source,
Converter<? super A,? super B> converter,
B b)
Use this constructor for stateless functions
|
ConvertedRandomAccess(RandomAccess<A> source,
Supplier<Converter<? super A,? super B>> converterSupplier,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedRandomAccess.get() . |
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedRandomAccess<A,B>
TODO
|
Constructor and Description |
---|
WriteConvertedRandomAccess(RandomAccess<A> source,
SamplerConverter<? super A,B> converter) |
WriteConvertedRandomAccess(RandomAccess<A> source,
Supplier<SamplerConverter<? super A,B>> converterSupplier) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeXYRandomAccessibleProjector.mapSingle(RandomAccess<A> sourceRandomAccess,
Converter<A,ARGBType> conv) |
protected void |
CompositeXYProjector.mapSingle(RandomAccess<A> sourceRandomAccess,
Converter<A,ARGBType> conv) |
Modifier and Type | Method and Description |
---|---|
void |
SelectiveSampler.setRandomAccess(RandomAccess<T> srcAccess) |
void |
ProjectedSampler.setRandomAccess(RandomAccess<T> srcAccess) |
void |
IntervalSampler.setRandomAccess(RandomAccess<T> srcAccess) |
Modifier and Type | Method and Description |
---|---|
RandomAccess<LongType> |
HistogramNd.randomAccess() |
RandomAccess<LongType> |
Histogram1d.randomAccess() |
RandomAccess<LongType> |
DiscreteFrequencyDistribution.randomAccess() |
RandomAccess<LongType> |
HistogramNd.randomAccess(Interval interval) |
RandomAccess<LongType> |
Histogram1d.randomAccess(Interval interval) |
RandomAccess<LongType> |
DiscreteFrequencyDistribution.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
RandomAccess<T> |
AbstractImg.randomAccess(Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess on an ArrayImg . |
Modifier and Type | Class and Description |
---|---|
class |
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess on a AbstractCellImg . |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<C> |
CellRandomAccess.randomAccessOnCells |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
AbstractAccessProxy.ra |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongListImg.LongListRandomAccess |
class |
ListRandomAccess<T>
RandomAccess on a ListImg . |
Modifier and Type | Class and Description |
---|---|
class |
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess on a PlanarImg . |
class |
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess for a 1-dimensional PlanarImg . |
Modifier and Type | Class and Description |
---|---|
class |
NtreeRandomAccess<T extends NativeType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
UnsafeRandomAccess<T extends NativeLongAccessType<T>>
RandomAccess on an ArrayImg . |
Modifier and Type | Class and Description |
---|---|
class |
LabelingConvertedRandomAccess<I extends IntegerType<I>,T extends Comparable<T>>
Deprecated.
|
class |
LabelingOutOfBoundsRandomAccess<T extends Comparable<T>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RandomAccess<LabelingType<T>> |
NativeImgLabeling.randomAccess()
Deprecated.
|
RandomAccess<LabelingType<T>> |
NativeImgLabeling.randomAccess(Interval interval)
Deprecated.
|
Constructor and Description |
---|
LabelingConvertedRandomAccess(RandomAccess<I> source,
long[] generation,
LabelingMapping<T> mapping)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OutOfBounds<T> |
interface |
RealOutOfBounds<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutOfBoundsMirror<T>
Abstract implementation of shared functions for mirroring out of bounds.
|
class |
AbstractOutOfBoundsValue<T> |
class |
OutOfBoundsBorder<T>
Repeat the boundary pixels.
|
class |
OutOfBoundsConstantValue<T> |
class |
OutOfBoundsMirrorDoubleBoundary<T>
Coordinates out of image bounds are mirrored between boundary coordinates.
|
class |
OutOfBoundsMirrorExpWindowing<T extends NumericType<T>>
Adds a exponential windowing to the mirrored content outside the Interval
boundaries
|
class |
OutOfBoundsMirrorSingleBoundary<T>
Coordinates out of image bounds are mirrored at boundary coordinates.
|
class |
OutOfBoundsPeriodic<T>
Coordinates out of image bounds are periodically repeated.
|
class |
OutOfBoundsRandomValue<T extends RealType<T>>
Return a random value in a certain range when outside of the Interval
|
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
OutOfBoundsPeriodic.outOfBoundsRandomAccess |
protected RandomAccess<T> |
OutOfBoundsBorder.outOfBoundsRandomAccess |
protected RandomAccess<T> |
AbstractOutOfBoundsMirror.outOfBoundsRandomAccess |
protected RandomAccess<T> |
AbstractOutOfBoundsValue.sampler |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRandomAccessible.FunctionRandomAccess |
class |
PositionRandomAccessible.PositionRandomAccess |
Modifier and Type | Method and Description |
---|---|
RandomAccess<LongType> |
PositionRandomAccessible.PositionRandomAccess.copyRandomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess(Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
AffineRandomAccessible.AffineRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
RealTransformRandomAccessible.RealTransformRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
Modifier and Type | Method and Description |
---|---|
RandomAccess<LongType> |
PositionRandomAccessible.PositionRandomAccess.copyRandomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess() |
RandomAccess<LongType> |
PositionRandomAccessible.randomAccess(Interval interval) |
Constructor and Description |
---|
BMROIIterableInterval(RandomAccess<TT> src) |
Modifier and Type | Class and Description |
---|---|
class |
BoundaryRandomAccess4<T extends BooleanType<T>>
|
class |
BoundaryRandomAccess8<T extends BooleanType<T>>
|
Modifier and Type | Method and Description |
---|---|
RandomAccess<BoolType> |
Boundary.randomAccess() |
RandomAccess<BoolType> |
Boundary.randomAccess(Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
LabelRegionRandomAccess<T> |
Modifier and Type | Method and Description |
---|---|
RandomAccess<LabelingType<T>> |
ImgLabeling.randomAccess() |
RandomAccess<BoolType> |
LabelRegion.randomAccess(Interval interval) |
RandomAccess<LabelingType<T>> |
ImgLabeling.randomAccess(Interval interval) |
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRandomAccess<B extends BooleanType<B>>
|
Modifier and Type | Method and Description |
---|---|
RandomAccess<B> |
MaskPredicateRandomAccess.copyRandomAccess() |
RandomAccess<B> |
MaskIntervalAsRandomAccessibleInterval.randomAccess() |
RandomAccess<B> |
MaskAsRandomAccessible.randomAccess() |
RandomAccess<B> |
MaskIntervalAsRandomAccessibleInterval.randomAccess(Interval interval) |
RandomAccess<B> |
MaskAsRandomAccessible.randomAccess(Interval interval) |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
SamplingCursor.target |
Modifier and Type | Method and Description |
---|---|
RandomAccess<T> |
PositionableWrappedIterableRegion.randomAccess() |
RandomAccess<T> |
IterableRegionOnBooleanRAI.randomAccess() |
RandomAccess<T> |
IterableRandomAccessibleRegion.randomAccess()
Deprecated.
|
RandomAccess<T> |
PositionableWrappedIterableRegion.randomAccess(Interval interval) |
RandomAccess<T> |
IterableRegionOnBooleanRAI.randomAccess(Interval interval) |
RandomAccess<T> |
IterableRandomAccessibleRegion.randomAccess(Interval interval)
Deprecated.
|
Constructor and Description |
---|
SamplingCursor(Cursor<Void> source,
RandomAccess<T> target) |
Modifier and Type | Class and Description |
---|---|
class |
FullSourceMapMixedRandomAccess<T>
|
class |
FullSourceMapSlicingRandomAccess<T>
|
class |
HyperSlice.HyperSliceRandomAccess |
class |
HyperSlicesView.HyperSlicesViewRandomAccess |
class |
MixedRandomAccess<T>
|
protected class |
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible |
class |
RandomAccessiblePair.RandomAccess |
class |
SlicingRandomAccess<T>
|
static class |
StackView.DefaultRA<T>
A
RandomAccess on a StackView . |
static class |
StackView.MoveAllSlicesRA<T>
A
RandomAccess on a StackView . |
class |
SubsampleView.SubsampleRandomAccess |
class |
TransformRandomAccess<T>
|
class |
TranslationRandomAccess<T>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<A> |
RandomAccessiblePair.RandomAccess.a |
protected RandomAccess<B> |
RandomAccessiblePair.RandomAccess.b |
protected RandomAccess<T> |
HyperSlice.HyperSliceRandomAccess.sourceAccess |
protected RandomAccess<T> |
SubsampleView.SubsampleRandomAccess.sourceRandomAccess |
Modifier and Type | Method and Description |
---|---|
RandomAccess<T> |
TransformView.randomAccess() |
RandomAccess<T> |
SubsampleView.randomAccess() |
RandomAccess<T> |
StackView.randomAccess() |
RandomAccess<T> |
RandomAccessibleOnRealRandomAccessible.randomAccess() |
RandomAccess<T> |
MixedTransformView.randomAccess() |
RandomAccess<T> |
IterableRandomAccessibleInterval.randomAccess() |
RandomAccess<T> |
IntervalView.randomAccess() |
RandomAccess<T> |
TransformView.randomAccess(Interval interval) |
RandomAccess<T> |
SubsampleView.randomAccess(Interval interval) |
RandomAccess<T> |
StackView.randomAccess(Interval interval) |
RandomAccess<T> |
RandomAccessibleOnRealRandomAccessible.randomAccess(Interval interval) |
RandomAccess<T> |
MixedTransformView.randomAccess(Interval interval) |
RandomAccess<T> |
IterableRandomAccessibleInterval.randomAccess(Interval i) |
RandomAccess<T> |
IntervalView.randomAccess(Interval interval) |
RandomAccess<T> |
HyperSlice.randomAccess(Interval interval) |
RandomAccess<T> |
ExtendedRandomAccessibleInterval.randomAccess(Interval interval) |
Constructor and Description |
---|
SubsampleRandomAccess(RandomAccess<T> sourceRandomAccess) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeView.CompositeRandomAccess |
Modifier and Type | Field and Description |
---|---|
protected RandomAccess<T> |
CompositeView.CompositeRandomAccess.sourceAccess |
protected RandomAccess<T> |
AbstractComposite.sourceAccess |
Modifier and Type | Method and Description |
---|---|
RealComposite<T> |
RealComposite.Factory.create(RandomAccess<T> sourceAccess) |
NumericComposite<T> |
NumericComposite.Factory.create(RandomAccess<T> sourceAccess) |
GenericComposite<T> |
GenericComposite.Factory.create(RandomAccess<T> sourceAccess) |
C |
CompositeFactory.create(RandomAccess<T> sourceAccess) |
Constructor and Description |
---|
AbstractComposite(RandomAccess<T> sourceAccess) |
AbstractNumericComposite(RandomAccess<T> sourceAccess,
int length) |
GenericComposite(RandomAccess<T> sourceAccess) |
NumericComposite(RandomAccess<T> sourceAccess,
int length) |
RealComposite(RandomAccess<T> sourceAccess,
int length) |
Copyright © 2015–2022 ImgLib2. All rights reserved.