Modifier and Type | Class and Description |
---|---|
static class |
KDTree.DimComparator<L extends RealLocalizable>
Compare RealLocalizables by comparing their coordinates in dimension d.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cursor<T>
A Cursor iterates over a set of Localizable elements, for example the image
values at the (integer) pixel positions of an image.
|
interface |
Localizable
The
Localizable interface can localize itself in an n-dimensional
discrete space. |
interface |
RandomAccess<T> |
interface |
RealCursor<T>
A RealCursor iterates over a set of RealLocalizable elements, for example
intensity values sampled at a finite set of arbitrary real positions.
|
interface |
RealRandomAccess<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCursor<T>
Abstract implementation of
Cursor . |
class |
AbstractCursorInt<T>
Abstract implementation of
Cursor . |
class |
AbstractLocalizable
An abstract class that implements the
Localizable interface using a
long[] array to maintain position. |
class |
AbstractLocalizableInt
An abstract class that implements the
Localizable interface using an
int[] array to maintain position. |
class |
AbstractLocalizingCursor<T>
Abstract base class for localizing
Cursor s. |
class |
AbstractLocalizingCursorInt<T>
Abstract base class for localizing
Cursor s. |
class |
AbstractRealLocalizable
An abstract class that implements the
RealLocalizable interface using
an array of doubles to maintain position |
class |
AbstractWrappedLocalizable<L extends Localizable>
Convenient base class for accessors etc, that source all
Localizable calls to a Localizable source. |
class |
AbstractWrappedPositionableLocalizable<P extends Positionable & Localizable>
Convenient base class for accessors etc, that source all
Localizable
and Positionable calls to a Localizable & Positionable
source. |
class |
KDTree.KDTreeCursor |
protected static class |
KDTree.SamplerNode<T>
A KDTreeNode that stores it's value as a Sampler.
|
protected static class |
KDTree.ValueNode<T>
A KDTreeNode that stores it's value as a reference.
|
class |
KDTreeNode<T>
Abstract base class for nodes in a KDTree.
|
class |
Point
A Point is a position in Euclidean space specified in integer coordinates.
|
class |
PointSampleList.PointSampleListCursor |
class |
RealPoint
A point is a location in EuclideanSpace.
|
class |
RealPointSampleList.RealPointSampleListCursor |
Modifier and Type | Method and Description |
---|---|
protected <L extends RealLocalizable> |
KDTree.makeNode(List<L> elements,
int i,
int j,
int d)
|
protected <L extends RealLocalizable> |
KDTree.makeNode(List<L> positions,
int i,
int j,
int d,
List<T> values,
int[] permutation)
Construct the tree by recursively adding nodes.
|
protected <L extends RealLocalizable> |
KDTree.makeNode(ListIterator<L> first,
ListIterator<L> last,
int d)
|
protected <L extends RealLocalizable> |
KDTree.makeNode(ListIterator<L> first,
ListIterator<L> last,
int d,
List<T> values,
int[] permutation)
Construct the tree by recursively adding nodes.
|
protected static <L extends RealLocalizable> |
KDTree.verifyDimensions(List<L> positions,
int n)
Check whether all positions in the positions list have dimension n.
|
Modifier and Type | Method and Description |
---|---|
default T |
RealRandomAccessible.getAt(RealLocalizable position)
Convenience method to query a
RealRandomAccessible for the value at a
position. |
void |
RealPositionable.move(RealLocalizable distance)
Move the element relative to its current location using a
RealLocalizable as distance vector. |
void |
RealPoint.move(RealLocalizable localizable) |
void |
RealPositionable.setPosition(RealLocalizable position)
Place the element at the same location as a given
RealLocalizable |
void |
RealPoint.setPosition(RealLocalizable localizable) |
default T |
RealRandomAccess.setPositionAndGet(RealLocalizable position)
Convenience method that moves the
RealRandomAccess to the given
position and gets the value at that position. |
double |
KDTreeNode.squDistanceTo(RealLocalizable p)
Compute the squared distance from p to this node.
|
Constructor and Description |
---|
AbstractRealInterval(RealLocalizable min,
RealLocalizable max)
Creates a new
AbstractRealInterval from min and max coordinates |
FinalRealInterval(RealLocalizable min,
RealLocalizable max)
Creates a new
AbstractRealInterval from min and max coordinates |
KDTreeNode(RealLocalizable position,
int dimension,
KDTreeNode<T> left,
KDTreeNode<T> right) |
RealPoint(RealLocalizable localizable)
Create a point using the position and dimensionality of a
RealLocalizable |
SamplerNode(Sampler<T> sampler,
RealLocalizable position,
int dimension,
KDTree.SamplerNode<T> left,
KDTree.SamplerNode<T> right) |
ValueNode(T value,
RealLocalizable position,
int dimension,
KDTree.ValueNode<T> left,
KDTree.ValueNode<T> right) |
Modifier and Type | Interface and Description |
---|---|
interface |
BSplineCoefficientsInterpolator<T extends RealType<T>>
Performs b-spline interpolation for order up to and including 5.
|
Modifier and Type | Class and Description |
---|---|
class |
BSplineCoefficientsInterpolatorEven<T extends RealType<T>>
Computes b-spline coefficients for splines of even order.
|
class |
BSplineCoefficientsInterpolatorOdd<T extends RealType<T>>
Computes b-spline coefficients for splines of odd order.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BSplineCoefficientsInterpolatorFunction.fillWeights(RealLocalizable position) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
Edgel
An oriented point representing a sub-pixel localized segment of a
(hyper-)edge.
|
Modifier and Type | Class and Description |
---|---|
static class |
ScaleAsFunctionOfPosition.ScaledRandomAccess<T extends Type<T> & MulFloatingPoint> |
Modifier and Type | Class and Description |
---|---|
class |
BSplineInterpolator<T extends RealType<T>>
Performs cubic b-spline interpolation by pre-computing coefficients on the fly.
|
Modifier and Type | Method and Description |
---|---|
List<I> |
VolumetricSearch.find(RealLocalizable pt)
Find all intervals that contain a given point
|
Modifier and Type | Class and Description |
---|---|
class |
RefinedPeak<P extends Localizable>
A
RealPoint representing a sub-pixel-localized peak. |
Constructor and Description |
---|
RefinedPeak(P originalPeak,
RealLocalizable refinedLocation,
double refinedValue,
boolean valid) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionCursor<C extends RealType<C>,O extends RealType<O>> |
class |
FunctionCursorDouble<O extends RealType<O>> |
class |
FunctionCursorDoubleIncompatibleOrder<O extends RealType<O>> |
class |
FunctionCursorIncompatibleOrder<C extends RealType<C>,O extends RealType<O>> |
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 | Interface and Description |
---|---|
interface |
Neighborhood<T> |
Modifier and Type | Class and Description |
---|---|
class |
BresenhamLine<T>
n-Dimension Bresenham line (http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm")
: an iterator that
iterates all the pixels between two points.
|
class |
CircleCursor<T>
Iterates over a Bresenham 2D circle using the mid-point algorithm.
|
class |
EllipseCursor<T>
Iterates over a Bresenham 2D ellipse using the mid-point algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperSphereCursor<T>
Iterate over all pixels in an n-dimensional sphere.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNeighborhoodCursor<T> |
class |
BufferedRectangularNeighborhoodCursor<T extends Type<T>> |
class |
EllipsoidCursor<T>
This class implements a
Cursor that iterates over all the pixel
within the volume of a 3D ellipsoid. |
class |
RectangleCursor<T>
A
Cursor that iterates over a RectangleNeighborhoodGPL . |
Modifier and Type | Class and Description |
---|---|
class |
LocalNeighborhoodCursor<T>
Deprecated.
|
class |
LocalNeighborhoodCursor2<T>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedCursor<A,B>
TODO
|
class |
AbstractConvertedRandomAccess<A,B>
TODO
|
class |
AbstractConvertedRealCursor<A,B>
TODO
|
class |
AbstractConvertedRealRandomAccess<A,B>
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConvertedRealRandomAccess.move(RealLocalizable localizable) |
void |
AbstractConvertedRealRandomAccess.setPosition(RealLocalizable localizable) |
Modifier and Type | Class and Description |
---|---|
class |
BiConvertedCursor<A,B,C extends Type<C>>
TODO
|
class |
BiConvertedRandomAccess<A,B,C extends Type<C>>
TODO
|
class |
BiConvertedRealCursor<A,B,C extends Type<C>>
TODO
|
class |
BiConvertedRealRandomAccess<A,B,C extends Type<C>>
TODO
|
class |
ConvertedCursor<A,B extends Type<B>>
TODO
|
class |
ConvertedRandomAccess<A,B extends Type<B>>
TODO
|
class |
ConvertedRealCursor<A,B extends Type<B>>
TODO
|
class |
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
BiConvertedRealRandomAccess.move(RealLocalizable localizable) |
void |
BiConvertedRealRandomAccess.setPosition(RealLocalizable localizable) |
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedCursor<A,B>
TODO
|
class |
WriteConvertedRandomAccess<A,B>
TODO
|
class |
WriteConvertedRealCursor<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 |
MultithreadedIterableIntervalProjector2D<A,B>
Multithreaded version of
IterableIntervalProjector2D by |
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 | Class and Description |
---|---|
class |
AbstractArrayCursor<T extends NativeType<T>>
|
class |
AbstractArrayLocalizingCursor<T extends NativeType<T>>
|
class |
ArrayCursor<T extends NativeType<T>>
|
class |
ArrayLocalizingCursor<T extends NativeType<T>>
|
class |
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
Localizing
AbstractArrayLocalizingCursor on an ArrayImg . |
class |
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess on an ArrayImg . |
class |
ArraySubIntervalCursor<T extends NativeType<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor on a AbstractCellImg . |
class |
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
Localizing
Cursor on a AbstractCellImg . |
class |
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess on a AbstractCellImg . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongListImg.LongListCursor |
class |
AbstractLongListImg.LongListLocalizingCursor |
class |
AbstractLongListImg.LongListRandomAccess |
class |
ListCursor<T>
|
class |
ListLocalizingCursor<T>
|
class |
ListRandomAccess<T>
RandomAccess on a ListImg . |
Modifier and Type | Class and Description |
---|---|
class |
PlanarCursor<T extends NativeType<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1d
PlanarContainers |
class |
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2d
PlanarContainers |
class |
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for a
PlanarContainers |
class |
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODO
|
class |
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODO
|
class |
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg.
|
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 |
NtreeCursor<T extends NativeType<T>> |
class |
NtreeRandomAccess<T extends NativeType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnsafeCursor<T extends NativeLongAccessType<T>>
|
class |
AbstractUnsafeLocalizingCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeLocalizingCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeLocalizingSubIntervalCursor<T extends NativeLongAccessType<T>>
Localizing
AbstractArrayLocalizingCursor on an ArrayImg . |
class |
UnsafeRandomAccess<T extends NativeLongAccessType<T>>
RandomAccess on an ArrayImg . |
class |
UnsafeSubIntervalCursor<T extends NativeLongAccessType<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 |
ClampingNLinearInterpolatorRealType<T extends RealType<T>>
N-linear interpolator for
RealType values with overflow check. |
class |
ClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>
N-linear interpolator for volatile ARGB values with overflow check.
|
class |
ClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
N-linear interpolator for
RealType values with overflow check. |
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 | Class and Description |
---|---|
class |
LinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>
A linear interpolator for stacks of
RealRandomAccessible s. |
class |
NearestNeighborRealRandomAccessibleStackInterpolator<T>
A nearest neighbor interpolator for stacks of
RealRandomAccessible s. |
Modifier and Type | Method and Description |
---|---|
void |
NearestNeighborRealRandomAccessibleStackInterpolator.move(RealLocalizable distance) |
void |
LinearRealRandomAccessibleStackInterpolator.move(RealLocalizable distance) |
void |
NearestNeighborRealRandomAccessibleStackInterpolator.setPosition(RealLocalizable position) |
void |
LinearRealRandomAccessibleStackInterpolator.setPosition(RealLocalizable position) |
Modifier and Type | Class and Description |
---|---|
class |
IntervalIterator
Use this class to iterate a virtual
Interval in flat order, that is:
row by row, plane by plane, cube by cube, ... |
class |
LocalizingIntervalIterator
Use this class to iterate a virtual
Interval in flat order, that is:
row by row, plane by plane, cube by cube, ... |
class |
LocalizingZeroMinIntervalIterator
Use this class to iterate a virtual rectangular
Interval whose
min coordinates are at 0n in flat order, that
is: row by row, plane by plane, cube by cube, ... |
class |
OffsetableIntervalIterator
A
IntervalIterator that has an adjustable offset |
class |
OffsetableLocalizingIntervalIterator
A
LocalizingIntervalIterator that has an adjustable offset |
class |
ZeroMinIntervalIterator
Use this class to iterate a virtual rectangular
Interval whose
min coordinates are at 0n in flat order, that
is: row by row, plane by plane, cube by cube, ... |
Modifier and Type | Class and Description |
---|---|
class |
LabelingConvertedCursor<I extends IntegerType<I>,T extends Comparable<T>>
Deprecated.
|
class |
LabelingConvertedRandomAccess<I extends IntegerType<I>,T extends Comparable<T>>
Deprecated.
|
class |
LabelingOutOfBoundsRandomAccess<T extends Comparable<T>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RealLocalizable |
NearestNeighborSearchOnKDTree.getPosition() |
RealLocalizable |
NearestNeighborSearchOnIterableRealInterval.getPosition() |
RealLocalizable |
NearestNeighborSearch.getPosition()
Access the position of the nearest neighbor, ordered by square Euclidean
distance.
|
RealLocalizable |
KNearestNeighborSearchOnKDTree.getPosition() |
RealLocalizable |
KNearestNeighborSearchOnIterableRealInterval.getPosition() |
RealLocalizable |
RadiusNeighborSearchOnKDTree.getPosition(int i) |
RealLocalizable |
RadiusNeighborSearch.getPosition(int i)
Access the position of the ith neighbor within
radius.
|
RealLocalizable |
KNearestNeighborSearchOnKDTree.getPosition(int i) |
RealLocalizable |
KNearestNeighborSearchOnIterableRealInterval.getPosition(int i) |
RealLocalizable |
KNearestNeighborSearch.getPosition(int i)
Access the position of the ith nearest neighbor,
ordered by square Euclidean distance.
|
Modifier and Type | Method and Description |
---|---|
void |
NearestNeighborSearchOnKDTree.search(RealLocalizable p) |
void |
NearestNeighborSearchOnIterableRealInterval.search(RealLocalizable reference) |
void |
NearestNeighborSearch.search(RealLocalizable reference)
Perform nearest-neighbor search for a reference coordinate.
|
void |
KNearestNeighborSearchOnKDTree.search(RealLocalizable reference) |
void |
KNearestNeighborSearchOnIterableRealInterval.search(RealLocalizable reference) |
void |
KNearestNeighborSearch.search(RealLocalizable reference)
Perform k-nearest-neighbor search for a reference coordinate.
|
void |
RadiusNeighborSearchOnKDTree.search(RealLocalizable reference,
double radius,
boolean sortResults) |
void |
RadiusNeighborSearch.search(RealLocalizable reference,
double radius,
boolean sortResults)
Perform neighbor search within a radius about a reference coordinate.
|
protected double |
NearestNeighborSearchOnIterableRealInterval.squareDistance(RealLocalizable query)
Calculate the square Euclidean distance of a query location to the
location stored in referenceLocation.
|
protected double |
KNearestNeighborSearchOnIterableRealInterval.squareDistance(RealLocalizable query)
Calculate the square Euclidean distance of a query location to the
location stored in referenceLocation.
|
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
|
class |
RealOutOfBoundsRealRandomAccess<T> |
Modifier and Type | Method and Description |
---|---|
void |
RealOutOfBoundsRealRandomAccess.move(RealLocalizable localizable) |
void |
RealOutOfBoundsRealRandomAccess.setPosition(RealLocalizable localizable) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRandomAccessible.FunctionRandomAccess |
class |
FunctionRealRandomAccessible.RealFunctionRealRandomAccess |
class |
PositionRandomAccessible.PositionRandomAccess |
class |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess |
Constructor and Description |
---|
FunctionRealRandomAccessible(int n,
BiConsumer<RealLocalizable,? super T> function,
Supplier<T> typeSupplier) |
FunctionRealRandomAccessible(int n,
Supplier<BiConsumer<RealLocalizable,? super T>> function,
Supplier<T> typeSupplier) |
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 |
---|---|
protected void |
FloorOffset.f(RealLocalizable r,
long[] f) |
static void |
Floor.floor(RealLocalizable r,
long[] f) |
void |
Round.move(RealLocalizable localizable) |
void |
FloorOffset.move(RealLocalizable localizable) |
void |
Floor.move(RealLocalizable localizable) |
static void |
Round.round(RealLocalizable r,
long[] f) |
void |
Round.setPosition(RealLocalizable localizable) |
void |
FloorOffset.setPosition(RealLocalizable localizable) |
void |
Floor.setPosition(RealLocalizable localizable) |
Constructor and Description |
---|
Floor(RealLocalizable origin,
LocalizablePositionable target) |
FloorOffset(RealLocalizable origin,
LocalizablePositionable target,
Localizable offset) |
FloorOffset(RealLocalizable origin,
LocalizablePositionable target,
long[] offset) |
Round(RealLocalizable origin,
LocalizablePositionable target) |
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 |
AffineRealRandomAccessible.AffineRealRandomAccess
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 . |
class |
RealTransformRealRandomAccessible.RealTransformRealRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
class |
StackingRealRandomAccessible.StackingRealRandomAccess
RealRandomAccess that generates its samples from a lower
dimensional source |
Modifier and Type | Method and Description |
---|---|
RealLocalizable |
AffineTransform3D.d(int d) |
RealLocalizable |
AffineTransform2D.d(int d) |
RealLocalizable |
AffineGet.d(int d)
Get the constant partial differential vector for dimension d.
|
RealLocalizable |
AbstractTranslation.d(int d) |
RealLocalizable |
AbstractScale.d(int d) |
RealLocalizable |
AbstractAffineTransform.d(int d) |
Modifier and Type | Method and Description |
---|---|
void |
Translation3D.apply(RealLocalizable source,
RealPositionable target) |
void |
Translation2D.apply(RealLocalizable source,
RealPositionable target) |
void |
ThinplateSplineTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
SphericalToCartesianTransform3D.apply(RealLocalizable source,
RealPositionable target) |
void |
ScaledPolarToTranslatedCartesianTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
ScaleAndTranslation.apply(RealLocalizable source,
RealPositionable target) |
void |
Scale3D.apply(RealLocalizable source,
RealPositionable target) |
void |
Scale2D.apply(RealLocalizable source,
RealPositionable target) |
void |
RealTransform.apply(RealLocalizable source,
RealPositionable target)
|
void |
PositionFieldTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
PolynomialTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
PolarToCartesianTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
Perspective3D.apply(RealLocalizable source,
RealPositionable target) |
void |
InverseRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
InversePerspective3D.apply(RealLocalizable source,
RealPositionable target) |
void |
InterpolatedRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
HomographyTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
ExplicitInvertibleRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
DeformationFieldTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
ClippedTransitionRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
AffineTransform3D.apply(RealLocalizable source,
RealPositionable target) |
void |
AffineTransform2D.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractTranslation.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractScale.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractRealTransformSequence.apply(RealLocalizable source,
RealPositionable target) |
void |
AbstractAffineTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
Translation3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Translation2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
SphericalToCartesianTransform3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
ScaledPolarToTranslatedCartesianTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
ScaleAndTranslation.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Scale3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Scale2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
PolarToCartesianTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
Perspective3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InvertibleRealTransformSequence.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InvertibleRealTransform.applyInverse(RealPositionable source,
RealLocalizable target)
Apply the inverse transform to a target
RealLocalizable to obtain
a source RealPositionable . |
void |
InverseRealTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InversePerspective3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
HomographyTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
ExplicitInvertibleRealTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AffineTransform3D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AffineTransform2D.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AffineTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AbstractTranslation.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
AbstractScale.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
StackingRealRandomAccessible.StackingRealRandomAccess.move(RealLocalizable localizable) |
void |
AffineRealRandomAccessible.AffineRealRandomAccess.move(RealLocalizable localizable) |
void |
StackingRealRandomAccessible.StackingRealRandomAccess.setPosition(RealLocalizable localizable) |
void |
AffineRealRandomAccessible.AffineRealRandomAccess.setPosition(RealLocalizable localizable) |
Modifier and Type | Method and Description |
---|---|
void |
WrappedIterativeInvertibleRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
RegularizedDifferentiableRealTransform.apply(RealLocalizable source,
RealPositionable target) |
void |
RealTransformFiniteDerivatives.apply(RealLocalizable source,
RealPositionable target) |
void |
InvertibleTransformByGradientDescent.apply(RealLocalizable p,
RealPositionable q) |
void |
InverseRealTransformGradientDescent.apply(RealLocalizable src,
RealPositionable tgt) |
void |
WrappedIterativeInvertibleRealTransform.applyInverse(RealPositionable source,
RealLocalizable target) |
void |
InvertibleTransformByGradientDescent.applyInverse(RealPositionable p,
RealLocalizable q) |
Modifier and Type | Interface and Description |
---|---|
interface |
PositionableIterableInterval<T>
An
IterableInterval that can be moved around. |
interface |
PositionableIterableRegion<T extends BooleanType<T>>
An
IterableRegion that can be moved around. |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractIterableRegionOfInterest.AROIIterableInterval.AROICursor |
protected class |
AbstractRegionOfInterest.AROIRandomAccess
Deprecated.
The AROIRandomAccess inner class implements the random access part of the
ROI, allowing random sampling of pixel membership in the ROI.
|
protected class |
BinaryMaskRegionOfInterest.BMROIIterableInterval.BMROICursor
The cursor works by managing a cursor from the original image.
|
Modifier and Type | Method and Description |
---|---|
RealLocalizable |
PolygonRegionOfInterest.getEdgeEnd(int start)
Deprecated.
Get the coordinates of the second vertex of the indexed edge
|
RealLocalizable |
PolygonRegionOfInterest.getEdgeStart(int start)
Deprecated.
Get the coordinates of the first vertex of the indexed edge
|
RealLocalizable |
PolygonRegionOfInterest.getVertex(int index)
Deprecated.
Get a vertex by index
|
Modifier and Type | Method and Description |
---|---|
Predicate<RealLocalizable> |
Operators.RealTransformMaskOperator.predicate(Predicate<? super RealLocalizable> arg) |
Modifier and Type | Method and Description |
---|---|
void |
PolygonRegionOfInterest.addVertex(int index,
RealLocalizable p)
Deprecated.
Insert a point into the polygon at the given index
|
void |
EllipseRegionOfInterest.move(RealLocalizable displacement)
Deprecated.
Move the origin of the ellipse by the given displacement
|
void |
AbstractRegionOfInterest.AROIRandomAccess.move(RealLocalizable localizable) |
void |
RectangleRegionOfInterest.setOrigin(RealLocalizable ptOrigin)
Deprecated.
Set the origin using a point.
|
void |
EllipseRegionOfInterest.setOrigin(RealLocalizable origin)
Deprecated.
Change the origin of the ellipse.
|
void |
AbstractRegionOfInterest.AROIRandomAccess.setPosition(RealLocalizable localizable) |
void |
PolygonRegionOfInterest.setVertexPosition(int index,
RealLocalizable localizable)
Deprecated.
Change the position of a vertex using a localizable
|
Constructor and Description |
---|
EllipseRegionOfInterest(RealLocalizable origin)
Deprecated.
Construct an N-dimensional hyper-ellipse centered at an origin with zero
radius
|
EllipseRegionOfInterest(RealLocalizable origin,
double radius)
Deprecated.
Construct a hyper-circle centered at an origin with the same radius for
all dimensions.
|
EllipseRegionOfInterest(RealLocalizable origin,
double[] radii)
Deprecated.
Construct an N-dimensional hyper-ellipse centered at the origin with a
given radius.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundaryRandomAccess4<T extends BooleanType<T>>
|
class |
BoundaryRandomAccess8<T extends BooleanType<T>>
|
Modifier and Type | Method and Description |
---|---|
Predicate<? super RealLocalizable> |
RealTransformUnaryCompositeRealMaskRealInterval.arg0() |
Predicate<? super RealLocalizable> |
RealTransformUnaryCompositeRealMask.arg0() |
Predicate<? super RealLocalizable> |
DefaultUnaryCompositeRealMaskRealInterval.arg0() |
Predicate<? super RealLocalizable> |
DefaultUnaryCompositeRealMask.arg0() |
Predicate<? super RealLocalizable> |
DefaultBinaryCompositeRealMaskRealInterval.arg0() |
Predicate<? super RealLocalizable> |
DefaultBinaryCompositeRealMask.arg0() |
Predicate<? super RealLocalizable> |
DefaultBinaryCompositeRealMaskRealInterval.arg1() |
Predicate<? super RealLocalizable> |
DefaultBinaryCompositeRealMask.arg1() |
Modifier and Type | Method and Description |
---|---|
boolean |
RealTransformUnaryCompositeRealMaskRealInterval.test(RealLocalizable localizable) |
boolean |
RealTransformUnaryCompositeRealMask.test(RealLocalizable localizable) |
boolean |
DefaultUnaryCompositeRealMaskRealInterval.test(RealLocalizable localizable) |
boolean |
DefaultUnaryCompositeRealMask.test(RealLocalizable localizable) |
boolean |
DefaultBinaryCompositeRealMaskRealInterval.test(RealLocalizable localizable) |
boolean |
DefaultBinaryCompositeRealMask.test(RealLocalizable localizable) |
Modifier and Type | Method and Description |
---|---|
static WritableLine |
GeomMasks.line(RealLocalizable pointOne,
RealLocalizable pointTwo)
Creates a
WritableLine from two RealLocalizable points. |
static boolean |
GeomMaths.lineContains(double[] endpointOne,
double[] endpointTwo,
RealLocalizable testPoint,
int dims)
Tests if the point given point is on a line.
|
static boolean |
GeomMaths.pnpoly(gnu.trove.list.array.TDoubleArrayList x,
gnu.trove.list.array.TDoubleArrayList y,
RealLocalizable localizable)
Return true if the given point is contained inside the boundary.
|
static WritablePointMask |
GeomMasks.pointMask(RealLocalizable point)
Creates a
WritablePointMask from a RealLocalizable point. |
Modifier and Type | Method and Description |
---|---|
static List<Localizable> |
GeomMaths.bresenham(List<? extends RealLocalizable> vertices) |
static WritablePolygon2D |
GeomMasks.closedPolygon2D(List<? extends RealLocalizable> vertices)
|
static RealInterval |
GeomMaths.getBoundsReal(Collection<? extends RealLocalizable> vertices) |
static WritablePolygon2D |
GeomMasks.openPolygon2D(List<? extends RealLocalizable> vertices)
|
static WritablePolygon2D |
GeomMasks.polygon2D(List<? extends RealLocalizable> vertices)
|
static WritablePolyline |
GeomMasks.polyline(List<? extends RealLocalizable> vertices)
Creates a
WritablePolyline from a list of vertices. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritableRealPointCollection<L extends RealLocalizable>
RealPointCollection backed by a Map . |
class |
KDTreeRealPointCollection<L extends RealLocalizable>
A
RealPointCollection which checks if points are contained in the
collection by performing a NearestNeighborSearch on the provided
KDTree . |
class |
NNSRealPointCollection<L extends RealLocalizable>
A
RealPointCollection which checks if points are in the collection by
performing a NearestNeighborSearch on the provided
IterableRealInterval . |
interface |
RealPointCollection<L extends RealLocalizable>
A
RealMaskRealInterval which defines a collection of real space points in n-d space. |
class |
RealPointSampleListWritableRealPointCollection<L extends RealLocalizable>
A
WritableRealPointCollection which checks if points are contained in
the collection by performing a NearestNeighborSearch on the provided
RealPointSampleList . |
interface |
WritableRealPointCollection<L extends RealLocalizable>
A modifiable
RealPointCollection . |
Modifier and Type | Interface and Description |
---|---|
interface |
PointMask
A
RealMaskRealInterval representing a single point in n-d real space. |
interface |
WritablePointMask
A modifiable
PointMask . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWritablePointMask
A
WritablePointMask specified by the given location. |
Modifier and Type | Method and Description |
---|---|
RealLocalizable |
SuperEllipsoid.center()
Returns the center of the superellipsoid
|
RealLocalizable |
Box.center()
Returns the center of the Box.
|
RealLocalizable |
Line.endpointOne()
Returns the first endpoint.
|
RealLocalizable |
Line.endpointTwo()
Returns the second endpoint.
|
RealLocalizable |
Polyshape.vertex(int pos)
Returns the vertex at the specified position.
|
Modifier and Type | Method and Description |
---|---|
default List<RealLocalizable> |
Polyshape.vertices() |
Modifier and Type | Method and Description |
---|---|
void |
WritablePolyshape.addVertex(int index,
RealLocalizable vertex)
Adds a vertex at the given index.
|
void |
DefaultWritablePolyline.addVertex(int index,
RealLocalizable vertex) |
void |
DefaultWritablePolygon2D.addVertex(int index,
RealLocalizable vertex)
If the given vertex has more than 2 dimensions, the higher dimensions
will be ignored.
|
protected double |
AbstractWritableSuperEllipsoid.distancePowered(RealLocalizable l)
Computes the unit distance between a given location and the center of the
superellipsoid.
|
protected double |
AbstractWritableSphere.distancePowered(RealLocalizable l) |
protected double |
AbstractWritableEllipsoid.distancePowered(RealLocalizable l)
Computes the unit distance squared between a given location and the
center of the ellipsoid.
|
boolean |
OpenWritableSuperEllipsoid.test(RealLocalizable l) |
boolean |
OpenWritableSphere.test(RealLocalizable l) |
boolean |
OpenWritablePolygon2D.test(RealLocalizable localizable) |
boolean |
OpenWritableEllipsoid.test(RealLocalizable l) |
boolean |
OpenWritableBox.test(RealLocalizable l) |
boolean |
NNSRealPointCollection.test(RealLocalizable l) |
boolean |
DefaultWritableRealPointCollection.test(RealLocalizable l) |
boolean |
DefaultWritablePolyline.test(RealLocalizable l) |
boolean |
DefaultWritablePolygon2D.test(RealLocalizable localizable)
Return true if the given point is contained inside the boundary.
|
boolean |
DefaultWritablePointMask.test(RealLocalizable l) |
boolean |
DefaultWritableLine.test(RealLocalizable l) |
boolean |
ClosedWritableSuperEllipsoid.test(RealLocalizable l) |
boolean |
ClosedWritableSphere.test(RealLocalizable l) |
boolean |
ClosedWritablePolygon2D.test(RealLocalizable localizable) |
boolean |
ClosedWritableEllipsoid.test(RealLocalizable l) |
boolean |
ClosedWritableBox.test(RealLocalizable l) |
Modifier and Type | Method and Description |
---|---|
void |
WritablePolyshape.addVertices(int index,
Collection<RealLocalizable> vertices)
Adds vertices starting at the given index.
|
void |
DefaultWritablePolyline.addVertices(int index,
Collection<RealLocalizable> newVertices) |
void |
DefaultWritablePolygon2D.addVertices(int index,
Collection<RealLocalizable> vertices) |
Constructor and Description |
---|
DefaultWritableLine(RealLocalizable pointOne,
RealLocalizable pointTwo)
Creates a line with endpoints at the given positions.
|
DefaultWritablePointMask(RealLocalizable pt)
Creates a
WritablePointMask with the given point, such that only
that point is contained in the Mask . |
Constructor and Description |
---|
ClosedWritablePolygon2D(List<? extends RealLocalizable> vertices) |
DefaultWritablePolygon2D(List<? extends RealLocalizable> vertices)
Creates a 2D polygon with the provided vertices.
|
DefaultWritablePolyline(List<? extends RealLocalizable> vertices)
Creates a polyline with the specified vertices.
|
OpenWritablePolygon2D(List<? extends RealLocalizable> vertices) |
Modifier and Type | Class and Description |
---|---|
class |
LabelRegion<T>
Present pixels of a given label in a
ImgLabeling as a
PositionableIterableRegion . |
class |
LabelRegionCursor |
class |
LabelRegionRandomAccess<T> |
Modifier and Type | Method and Description |
---|---|
RealLocalizable |
LabelRegion.getCenterOfMass() |
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRandomAccess<B extends BooleanType<B>>
|
Modifier and Type | Class and Description |
---|---|
class |
MaskPredicateRealRandomAccess<B extends BooleanType<B>>
RealRandomAccess based on RealMask . |
Modifier and Type | Method and Description |
---|---|
boolean |
RealRandomAccessibleRealIntervalAsRealMaskRealInterval.test(RealLocalizable l) |
boolean |
RealRandomAccessibleAsRealMask.test(RealLocalizable l) |
boolean |
DefaultRealMaskRealInterval.test(RealLocalizable localizable) |
boolean |
DefaultRealMask.test(RealLocalizable localizable) |
Constructor and Description |
---|
DefaultRealMask(int n,
BoundaryType boundaryType,
Predicate<? super RealLocalizable> predicate,
KnownConstant knownConstant) |
DefaultRealMaskRealInterval(RealInterval interval,
BoundaryType boundaryType,
Predicate<? super RealLocalizable> predicate,
KnownConstant knownConstant) |
MaskPredicateRealRandomAccess(MaskPredicate<? super RealLocalizable> contains,
B type) |
Modifier and Type | Class and Description |
---|---|
class |
RealLocalizableRealPositionableWrapper<T extends RealLocalizable & RealPositionable>
Wraps objects which implement
RealLocalizable and
RealPositionable as RealLocalizableRealPositionable . |
Modifier and Type | Interface and Description |
---|---|
interface |
PositionableLocalizable
Something that is
Positionable and Localizable . |
interface |
RealLocalizableRealPositionable
An element which can be localized and positioned in n-dimensional real space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealMaskPoint |
class |
OffsetLocalizable<L extends Localizable>
A
Localizable that is the location of another Localizable
plus an offset. |
class |
OffsetPositionableLocalizable<P extends Positionable & Localizable>
|
class |
PositionableInterval
An interval that can be moved around.
|
class |
PositionableWrappedIterableInterval<T,S extends IterableInterval<T>>
Makes a
IterableInterval Positionable by wrapping its cursors
with an offset. |
class |
PositionableWrappedIterableRegion<T extends BooleanType<T>>
Makes a
IterableRegion Positionable by wrapping its accessors
with an offset. |
class |
RandomAccessibleRegionCursor<T extends BooleanType<T>>
Deprecated.
|
class |
RealLocalizableRealPositionableWrapper<T extends RealLocalizable & RealPositionable>
Wraps objects which implement
RealLocalizable and
RealPositionable as RealLocalizableRealPositionable . |
class |
SamplingCursor<T> |
Modifier and Type | Method and Description |
---|---|
void |
RealLocalizableRealPositionableWrapper.move(RealLocalizable distance) |
void |
AbstractRealMaskPoint.move(RealLocalizable distance) |
void |
RealLocalizableRealPositionableWrapper.setPosition(RealLocalizable position) |
void |
AbstractRealMaskPoint.setPosition(RealLocalizable position) |
Constructor and Description |
---|
AbstractRealMaskPoint(RealLocalizable pos) |
Modifier and Type | Class and Description |
---|---|
class |
IterationCodeCursor
A
Cursor<Void> that visits all positions in the bitmask encoded by a
given IterationCode . |
class |
IterationCodeListCursor
A
Cursor<Void> that visits all positions in the bitmask encoded by a
given list of IterationCode s. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Intervals.contains(RealInterval containing,
RealLocalizable contained)
Test whether the
containing interval contains the
contained point. |
static double |
Util.distance(RealLocalizable position1,
RealLocalizable position2) |
static boolean |
Localizables.equals(RealLocalizable a,
RealLocalizable b)
Return true if the two
RealLocalizable s refer to the same
position. |
static boolean |
Localizables.equals(RealLocalizable a,
RealLocalizable b,
double tolerance)
Return true if the two
RealLocalizable s refer to the same
position up to a given tolerance. |
static boolean |
Util.locationsEqual(RealLocalizable l1,
RealLocalizable l2)
Determines whether the two
RealLocalizable objects have the same
position, with double precision. |
static String |
Util.printCoordinates(RealLocalizable localizable) |
static String |
Localizables.toString(RealLocalizable value)
Return the current position as string.
|
Modifier and Type | Class and Description |
---|---|
class |
FullSourceMapMixedRandomAccess<T>
|
class |
FullSourceMapSlicingRandomAccess<T>
|
class |
HyperSlice.HyperSliceRandomAccess |
class |
HyperSlicesView.HyperSlicesViewRandomAccess |
class |
MixedRandomAccess<T>
|
class |
RandomAccessibleIntervalCursor<T>
A
Cursor that iterates any RandomAccessibleInterval by moving
a RandomAccess in flat iteration order. |
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 | Class and Description |
---|---|
class |
CompositeView.CompositeRandomAccess |
Modifier and Type | Class and Description |
---|---|
class |
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on
localize calls.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.