Uses of Interface
net.imglib2.Positionable
Packages that use Positionable
Package
Description
-
Uses of Positionable in net.imglib2
Subinterfaces of Positionable in net.imglib2Modifier and TypeInterfaceDescriptioninterface
RandomAccess<T>
interface
An element that can be positioned in n-dimensional real space.interface
Classes in net.imglib2 that implement PositionableModifier and TypeClassDescriptionclass
A Point is a position in Euclidean space specified in integer coordinates.class
A point is a location in EuclideanSpace.Methods in net.imglib2 with parameters of type PositionableModifier and TypeMethodDescriptionvoid
AbstractInterval.max
(Positionable m) void
AbstractWrappedInterval.max
(Positionable max) void
Interval.max
(Positionable max) Sets aPositionable
to the maximum of thisInterval
void
AbstractInterval.min
(Positionable m) void
AbstractWrappedInterval.min
(Positionable min) void
Interval.min
(Positionable min) Sets aPositionable
to the minimum of thisInterval
-
Uses of Positionable in net.imglib2.converter
Classes in net.imglib2.converter that implement PositionableModifier and TypeClassDescriptionclass
TODOclass
TODO -
Uses of Positionable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement PositionableModifier and TypeClassDescriptionfinal class
ConvertedRandomAccess<A,
B extends Type<B>> TODOfinal class
ConvertedRealRandomAccess<A,
B extends Type<B>> TODO -
Uses of Positionable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Positionable -
Uses of Positionable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement PositionableModifier and TypeClassDescriptionclass
Base class for 2D projectors.class
A general 2D Projector that uses two dimensions as input to create the 2D result.class
A general 2D Projector that uses two dimensions as input to create the 2D result. -
Uses of Positionable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement PositionableModifier and TypeClassDescriptionclass
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).class
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels). -
Uses of Positionable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement PositionableModifier and TypeClassDescriptionclass
SamplingProjector2D<A,
B> A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of Positionable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement PositionableModifier and TypeClassDescriptionclass
ArrayImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ByteType ArrayImg.class
ArrayImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType ArrayImg.class
PlanarImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from a ByteType PlanarImg.class
PlanarImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType PlanarImg. -
Uses of Positionable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement PositionableModifier and TypeClassDescriptionclass
Volatile2DRandomAccessibleProjector<T,
A extends Volatile<T>, B> IterableIntervalProjector2D
forVolatile
input. -
Uses of Positionable in net.imglib2.histogram
Methods in net.imglib2.histogram with parameters of type PositionableModifier and TypeMethodDescriptionvoid
DiscreteFrequencyDistribution.max
(Positionable max) void
Histogram1d.max
(Positionable max) void
HistogramNd.max
(Positionable max) void
DiscreteFrequencyDistribution.min
(Positionable min) void
Histogram1d.min
(Positionable min) void
HistogramNd.min
(Positionable min) -
Uses of Positionable in net.imglib2.img
Methods in net.imglib2.img with parameters of type PositionableModifier and TypeMethodDescriptionvoid
AbstractImg.max
(Positionable m) void
AbstractImg.min
(Positionable m) -
Uses of Positionable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement PositionableModifier and TypeClassDescriptionclass
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
. -
Uses of Positionable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement PositionableModifier and TypeClassDescriptionclass
CellRandomAccess<T extends NativeType<T>,
C extends Cell<?>> RandomAccess
on aAbstractCellImg
.Methods in net.imglib2.img.cell with parameters of type PositionableModifier and TypeMethodDescriptionvoid
CellGrid.getCellPosition
(long[] position, Positionable cellPos) Get the grid position of the cell containing the element atposition
. -
Uses of Positionable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Positionable -
Uses of Positionable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement PositionableModifier and TypeClassDescriptionclass
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess
on aPlanarImg
.class
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess
for a 1-dimensionalPlanarImg
. -
Uses of Positionable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Positionable -
Uses of Positionable in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement PositionableModifier and TypeClassDescriptionclass
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess
to aKNearestNeighborSearch
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
Nearest-neighbor interpolation implemented byNearestNeighborSearch
. -
Uses of Positionable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement PositionableModifier and TypeClassDescriptionclass
RealRandomAccess
to aRandomAccess
by nearest floor interpolation (i.e., the value is sampled at floor(x)).class
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolationclass
RealRandomAccess
to aRandomAccess
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
N-linear interpolator for ARGB values with overflow check. -
Uses of Positionable in net.imglib2.outofbounds
Subinterfaces of Positionable in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement PositionableModifier and TypeClassDescriptionclass
Abstract implementation of shared functions for mirroring out of bounds.class
AbstractOutOfBoundsValue<T extends Type<T>>
class
Repeat the boundary pixels.class
OutOfBoundsConstantValue<T extends Type<T>>
final class
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 boundariesclass
Coordinates out of image bounds are mirrored at boundary coordinates.class
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 Intervalfinal class
-
Uses of Positionable in net.imglib2.position.transform
Classes in net.imglib2.position.transform with type parameters of type PositionableModifier and TypeClassDescriptionclass
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to somehow derived discrete coordinates.class
Floor<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates.class
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates plus a discrete offset vector.class
Round<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 )
Classes in net.imglib2.position.transform that implement PositionableModifier and TypeClassDescriptionclass
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to somehow derived discrete coordinates.class
Floor<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates.class
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates plus a discrete offset vector.class
Round<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 )
-
Uses of Positionable in net.imglib2.transform
Methods in net.imglib2.transform with parameters of type PositionableModifier and TypeMethodDescriptionvoid
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 targetLocalizable
to obtain a sourcePositionable
. -
Uses of Positionable in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer with parameters of type PositionableModifier and TypeMethodDescriptionvoid
ComponentMappingTransform.apply
(Localizable source, Positionable target) void
MixedTransform.apply
(Localizable source, Positionable target) void
SequentializeTransform.apply
(Localizable source, Positionable target) void
SlicingTransform.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) -
Uses of Positionable in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type PositionableModifier and TypeMethodDescriptionvoid
PermutationTransform.apply
(Localizable source, Positionable target) void
SingleDimensionPermutationTransform.apply
(Localizable source, Positionable target) void
PermutationTransform.applyInverse
(Positionable source, Localizable target) void
SingleDimensionPermutationTransform.applyInverse
(Positionable source, Localizable target) -
Uses of Positionable in net.imglib2.transform.integer.shear
Methods in net.imglib2.transform.integer.shear with parameters of type PositionableModifier and TypeMethodDescriptionvoid
InverseShearTransform.apply
(Localizable source, Positionable target) void
ShearTransform.apply
(Localizable source, Positionable target) void
AbstractShearTransform.applyInverse
(Positionable source, Localizable target) -
Uses of Positionable in net.imglib2.util
Methods in net.imglib2.util with parameters of type PositionableModifier and TypeMethodDescriptionstatic final void
IntervalIndexer.indexToPosition
(long index, Dimensions dimensions, Positionable position) -
Uses of Positionable in net.imglib2.view
Classes in net.imglib2.view that implement PositionableModifier and TypeClassDescriptionfinal class
class
class
class
final class
protected final class
class
class
static final class
ARandomAccess
on aStackView
.static class
ARandomAccess
on aStackView
.class
final class
final class
TODOMethods in net.imglib2.view with parameters of type PositionableModifier and TypeMethodDescriptionvoid
SubsampleIntervalView.max
(Positionable m) void
SubsampleIntervalView.min
(Positionable min) -
Uses of Positionable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement PositionableMethods in net.imglib2.view.composite with parameters of type PositionableModifier and TypeMethodDescriptionvoid
CompositeIntervalView.max
(Positionable max) void
CompositeIntervalView.min
(Positionable min)