Uses of Interface
net.imglib2.Sampler
-
-
Uses of Sampler in net.imglib2
Subinterfaces of Sampler in net.imglib2 Modifier and Type Interface 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
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>
Classes in net.imglib2 that implement Sampler Modifier and Type Class Description class
AbstractCursor<T>
Abstract implementation ofCursor
.class
AbstractCursorInt<T>
Abstract implementation ofCursor
.class
AbstractLocalizingCursor<T>
Abstract base class for localizingCursor
s.class
AbstractLocalizingCursorInt<T>
Abstract base class for localizingCursor
s.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
PointSampleList.PointSampleListCursor
class
RealPointSampleList.RealPointSampleListCursor
Fields in net.imglib2 declared as Sampler Modifier and Type Field Description protected Sampler<T>
KDTree.SamplerNode. sampler
Methods in net.imglib2 that return Sampler Modifier and Type Method Description Sampler<T>
Sampler. copy()
Constructors in net.imglib2 with parameters of type Sampler Constructor Description SamplerNode(Sampler<T> sampler, RealLocalizable position, int dimension, KDTree.SamplerNode<T> left, KDTree.SamplerNode<T> right)
-
Uses of Sampler in net.imglib2.converter
Classes in net.imglib2.converter that implement Sampler Modifier and Type Class Description class
AbstractConvertedCursor<A,B>
TODOclass
AbstractConvertedRandomAccess<A,B>
TODOclass
AbstractConvertedRealRandomAccess<A,B>
TODO -
Uses of Sampler in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Sampler Modifier and Type Class Description class
ConvertedCursor<A,B extends Type<B>>
TODOclass
ConvertedRandomAccess<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO -
Uses of Sampler in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Sampler Modifier and Type Class Description class
WriteConvertedCursor<A,B>
TODOclass
WriteConvertedRandomAccess<A,B>
TODOMethods in net.imglib2.converter.readwrite with parameters of type Sampler Modifier and Type Method Description UnsignedByteType
ARGBChannelSamplerConverter. convert(Sampler<? extends ARGBType> sampler)
DoubleType
RealDoubleSamplerConverter. convert(Sampler<? extends R> sampler)
FloatType
RealFloatSamplerConverter. convert(Sampler<? extends R> sampler)
B
SamplerConverter. convert(Sampler<? extends A> sampler)
-
Uses of Sampler in net.imglib2.display.projector.sampler
Subinterfaces of Sampler in net.imglib2.display.projector.sampler Modifier and Type Interface Description interface
ProjectedSampler<T>
provides samples from a projected (SamplingProjector2D
) dimension.Classes in net.imglib2.display.projector.sampler that implement Sampler Modifier and Type Class Description class
IntervalSampler<T>
allows stepwise access to a preselected projected dimension.class
SelectiveSampler<T>
Provides access to a set of predefined positions of a projected dimensionMethods in net.imglib2.display.projector.sampler that return Sampler Modifier and Type Method Description Sampler<T>
IntervalSampler. copy()
Sampler<T>
SelectiveSampler. copy()
-
Uses of Sampler in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Sampler Modifier and Type Class 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>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
.class
ArraySubIntervalCursor<T extends NativeType<T>>
-
Uses of Sampler in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Sampler Modifier and Type Class Description class
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor
on aAbstractCellImg
.class
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
LocalizingCursor
on aAbstractCellImg
.class
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess
on aAbstractCellImg
. -
Uses of Sampler in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Sampler Modifier and Type Class Description class
AbstractLongListImg.LongListCursor
class
AbstractLongListImg.LongListLocalizingCursor
class
AbstractLongListImg.LongListRandomAccess
class
ListCursor<T>
class
ListLocalizingCursor<T>
class
ListRandomAccess<T>
RandomAccess
on aListImg
. -
Uses of Sampler in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Sampler Modifier and Type Class Description class
PlanarCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1dPlanarContainers
class
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2dPlanarContainers
class
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for aPlanarContainers
class
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODOclass
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODOclass
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg.class
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess
on aPlanarImg
.class
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess
for a 1-dimensionalPlanarImg
. -
Uses of Sampler in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Sampler Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
class
NtreeRandomAccess<T extends NativeType<T>>
-
Uses of Sampler in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement Sampler Modifier and Type Class Description class
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
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented byNearestNeighborSearch
. -
Uses of Sampler in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement Sampler Modifier and Type Class Description class
FloorInterpolator<T>
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
NearestNeighborInterpolator<T>
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
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.Methods in net.imglib2.interpolation.randomaccess that return Sampler Modifier and Type Method Description Sampler<T>
LanczosInterpolator. copy()
-
Uses of Sampler in net.imglib2.neighborsearch
Methods in net.imglib2.neighborsearch that return Sampler Modifier and Type Method Description Sampler<T>
KNearestNeighborSearch. getSampler(int i)
Access the data of the ith nearest neighbor, ordered by square Euclidean distance.Sampler<T>
KNearestNeighborSearchOnIterableRealInterval. getSampler()
Sampler<T>
KNearestNeighborSearchOnKDTree. getSampler()
Sampler<T>
KNearestNeighborSearchOnKDTree. getSampler(int i)
Sampler<T>
NearestNeighborSearch. getSampler()
Access the data of the nearest neighbor.Sampler<T>
NearestNeighborSearchOnIterableRealInterval. getSampler()
Sampler<T>
NearestNeighborSearchOnKDTree. getSampler()
Sampler<T>
RadiusNeighborSearch. getSampler(int i)
Access the data of the ith neighbor within radius.Sampler<T>
RadiusNeighborSearchOnKDTree. getSampler(int i)
-
Uses of Sampler in net.imglib2.outofbounds
Subinterfaces of Sampler in net.imglib2.outofbounds Modifier and Type Interface Description interface
OutOfBounds<T>
interface
RealOutOfBounds<T>
Classes in net.imglib2.outofbounds that implement Sampler Modifier and Type Class 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 boundariesclass
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 Intervalclass
RealOutOfBoundsRealRandomAccess<T>
-
Uses of Sampler in net.imglib2.view
Classes in net.imglib2.view that implement Sampler Modifier and Type Class Description class
FullSourceMapMixedRandomAccess<T>
class
FullSourceMapSlicingRandomAccess<T>
class
HyperSlice.HyperSliceRandomAccess
class
HyperSlicesView.HyperSlicesViewRandomAccess
class
MixedRandomAccess<T>
class
RandomAccessibleIntervalCursor<T>
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.protected class
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
class
RandomAccessiblePair.RandomAccess
class
SlicingRandomAccess<T>
static class
StackView.DefaultRA<T>
ARandomAccess
on aStackView
.static class
StackView.MoveAllSlicesRA<T>
ARandomAccess
on aStackView
.class
SubsampleView.SubsampleRandomAccess
class
TransformRandomAccess<T>
class
TranslationRandomAccess<T>
TODO -
Uses of Sampler in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Sampler Modifier and Type Class Description class
CompositeView.CompositeRandomAccess
-
Uses of Sampler in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Sampler Modifier and Type Class Description class
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-