Modifier and Type | Interface and Description |
---|---|
interface |
RandomAccess<T> |
interface |
RealPositionable
An element that can be positioned in n-dimensional real space.
|
interface |
RealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
Point
A Point is a position in Euclidean space specified in integer coordinates.
|
class |
RealPoint
A point is a location in EuclideanSpace.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInterval.max(Positionable m) |
void |
AbstractWrappedInterval.max(Positionable max) |
void |
Interval.max(Positionable max)
Sets a
Positionable to the maximum of this Interval |
void |
AbstractInterval.min(Positionable m) |
void |
AbstractWrappedInterval.min(Positionable min) |
void |
Interval.min(Positionable min)
Sets a
Positionable to the minimum of this Interval |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedRandomAccess<A,B>
TODO
|
class |
AbstractConvertedRealRandomAccess<A,B>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertedRandomAccess<A,B extends Type<B>>
TODO
|
class |
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedRandomAccess<A,B>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjector2D
Base class for 2D projectors.
|
class |
IterableIntervalProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D
result.
|
class |
RandomAccessibleProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D
result.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeXYProjector<A>
Creates a composite image from across multiple dimensional positions along an
axis (typically, but not necessarily, channels).
|
class |
CompositeXYRandomAccessibleProjector<A>
Creates a composite image from across multiple dimensional positions along an
axis (typically, but not necessarily, channels).
|
Modifier and Type | Class and Description |
---|---|
class |
SamplingProjector2D<A,B>
A general 2D Projector that uses three dimensions as input to create the 2D
result.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ByteType ArrayImg. |
class |
ArrayImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ShortType ArrayImg. |
class |
PlanarImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from a ByteType PlanarImg. |
class |
PlanarImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of a
AbstractProjector2D that selects a 2D data
plain from an ShortType PlanarImg. |
Modifier and Type | Class and Description |
---|---|
class |
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D for Volatile input. |
Modifier and Type | Method and Description |
---|---|
void |
Histogram1d.max(Positionable max) |
void |
HistogramNd.max(Positionable max) |
void |
DiscreteFrequencyDistribution.max(Positionable max) |
void |
Histogram1d.min(Positionable min) |
void |
HistogramNd.min(Positionable min) |
void |
DiscreteFrequencyDistribution.min(Positionable min) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImg.max(Positionable m) |
void |
AbstractImg.min(Positionable m) |
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 | Method and Description |
---|---|
void |
CellGrid.getCellPosition(long[] position,
Positionable cellPos)
Get the grid position of the cell containing the element at
position . |
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 |
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess to a KNearestNeighborSearch whose sample
value is generated by weighting the k nearest neighbors of a query
real coordinate by their inverse distance to an arbitrary power p. |
class |
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented by
NearestNeighborSearch . |
Modifier and Type | Class and Description |
---|---|
class |
FloorInterpolator<T>
RealRandomAccess to a RandomAccess by nearest floor
interpolation (i.e., the value is sampled at floor(x)). |
class |
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolation
|
class |
NearestNeighborInterpolator<T>
RealRandomAccess to a RandomAccess by nearest neighbor
interpolation. |
class |
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.
|
class |
NLinearInterpolator1D<T extends NumericType<T>> |
class |
NLinearInterpolator2D<T extends NumericType<T>> |
class |
NLinearInterpolator3D<T extends NumericType<T>> |
class |
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.
|
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 extends Type<T>> |
class |
OutOfBoundsBorder<T>
Repeat the boundary pixels.
|
class |
OutOfBoundsConstantValue<T extends Type<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
|
class |
RealOutOfBoundsRealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to somehow
derived discrete coordinates. |
class |
Floor<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates. |
class |
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates plus a discrete offset vector. |
class |
Round<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its round
discrete coordinates:
f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 ) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to somehow
derived discrete coordinates. |
class |
Floor<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates. |
class |
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its floor
discrete coordinates plus a discrete offset vector. |
class |
Round<LocalizablePositionable extends Localizable & Positionable>
A
RealPositionable that drives a Positionable to its round
discrete coordinates:
f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 ) |
Modifier and Type | Method and Description |
---|---|
void |
InverseTransform.apply(Localizable source,
Positionable target) |
void |
Transform.apply(Localizable source,
Positionable target)
|
void |
InverseTransform.applyInverse(Positionable source,
Localizable target) |
void |
InvertibleTransform.applyInverse(Positionable source,
Localizable target)
Apply the inverse transform to a target
Localizable to obtain a
source Positionable . |
Modifier and Type | Method and Description |
---|---|
void |
SequentializeTransform.apply(Localizable source,
Positionable target) |
void |
ComponentMappingTransform.apply(Localizable source,
Positionable target) |
void |
SlicingTransform.apply(Localizable source,
Positionable target) |
void |
MixedTransform.apply(Localizable source,
Positionable target) |
void |
TranslationTransform.apply(Localizable source,
Positionable target) |
void |
TranslationTransform.InverseTranslationTransform.apply(Localizable source,
Positionable target) |
void |
SequentializeTransform.applyInverse(Positionable source,
Localizable target) |
void |
TranslationTransform.applyInverse(Positionable source,
Localizable target) |
void |
TranslationTransform.InverseTranslationTransform.applyInverse(Positionable source,
Localizable target) |
Modifier and Type | Method and Description |
---|---|
void |
SingleDimensionPermutationTransform.apply(Localizable source,
Positionable target) |
void |
PermutationTransform.apply(Localizable source,
Positionable target) |
void |
SingleDimensionPermutationTransform.applyInverse(Positionable source,
Localizable target) |
void |
PermutationTransform.applyInverse(Positionable source,
Localizable target) |
Modifier and Type | Method and Description |
---|---|
void |
InverseShearTransform.apply(Localizable source,
Positionable target) |
void |
ShearTransform.apply(Localizable source,
Positionable target) |
void |
AbstractShearTransform.applyInverse(Positionable source,
Localizable target) |
Modifier and Type | Method and Description |
---|---|
static void |
IntervalIndexer.indexToPosition(long index,
Dimensions dimensions,
Positionable position) |
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 | Method and Description |
---|---|
void |
SubsampleIntervalView.max(Positionable m) |
void |
SubsampleIntervalView.min(Positionable min) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeView.CompositeRandomAccess |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIntervalView.max(Positionable max) |
void |
CompositeIntervalView.min(Positionable min) |
Copyright © 2009–2017 ImgLib2. All rights reserved.