Uses of Interface
net.imglib2.Sampler
Packages that use Sampler
Package
Description
-
Uses of Sampler in net.imglib2
Subinterfaces of Sampler in net.imglib2Modifier and TypeInterfaceDescriptioninterface
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
Classes in net.imglib2 that implement SamplerModifier and TypeClassDescriptionclass
Abstract implementation ofCursor
.class
Abstract implementation ofCursor
.class
Abstract base class for localizingCursor
s.class
Abstract base class for localizingCursor
s.final class
protected static final class
A KDTreeNode that stores it's value as a Sampler.protected static final class
A KDTreeNode that stores it's value as a reference.class
KDTreeNode<T>
Abstract base class for nodes in a KDTree.class
class
Fields in net.imglib2 declared as SamplerMethods in net.imglib2 that return SamplerConstructors in net.imglib2 with parameters of type SamplerModifierConstructorDescriptionSamplerNode
(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 SamplerModifier and TypeClassDescriptionclass
TODOclass
TODOclass
TODO -
Uses of Sampler in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement SamplerModifier and TypeClassDescriptionclass
ConvertedCursor<A,
B extends Type<B>> TODOfinal class
ConvertedRandomAccess<A,
B extends Type<B>> TODOfinal class
ConvertedRealRandomAccess<A,
B extends Type<B>> TODO -
Uses of Sampler in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement SamplerMethods in net.imglib2.converter.readwrite with parameters of type SamplerModifier and TypeMethodDescription -
Uses of Sampler in net.imglib2.display.projector.sampler
Subinterfaces of Sampler in net.imglib2.display.projector.samplerModifier and TypeInterfaceDescriptioninterface
provides samples from a projected (SamplingProjector2D
) dimension.Classes in net.imglib2.display.projector.sampler that implement SamplerModifier and TypeClassDescriptionclass
allows stepwise access to a preselected projected dimension.class
Provides access to a set of predefined positions of a projected dimensionMethods in net.imglib2.display.projector.sampler that return Sampler -
Uses of Sampler in net.imglib2.img.array
Classes in net.imglib2.img.array that implement SamplerModifier and TypeClassDescriptionclass
AbstractArrayCursor<T extends NativeType<T>>
class
AbstractArrayLocalizingCursor<T extends NativeType<T>>
final class
ArrayCursor<T extends NativeType<T>>
final class
ArrayLocalizingCursor<T extends NativeType<T>>
final class
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
.final class
ArraySubIntervalCursor<T extends NativeType<T>>
-
Uses of Sampler in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement SamplerModifier and TypeClassDescriptionclass
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 SamplerModifier and TypeClassDescriptionclass
class
class
final class
ListCursor<T>
final class
class
RandomAccess
on aListImg
. -
Uses of Sampler in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement SamplerModifier and TypeClassDescriptionclass
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 SamplerModifier and TypeClassDescriptionfinal class
NtreeCursor<T extends NativeType<T>>
final class
NtreeRandomAccess<T extends NativeType<T>>
-
Uses of Sampler in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement SamplerModifier 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 Sampler in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement SamplerModifier 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.Methods in net.imglib2.interpolation.randomaccess that return Sampler -
Uses of Sampler in net.imglib2.neighborsearch
Methods in net.imglib2.neighborsearch that return SamplerModifier and TypeMethodDescriptionKNearestNeighborSearch.getSampler
(int i) Access the data of the ith nearest neighbor, ordered by square Euclidean distance.KNearestNeighborSearchOnIterableRealInterval.getSampler()
KNearestNeighborSearchOnKDTree.getSampler()
KNearestNeighborSearchOnKDTree.getSampler
(int i) NearestNeighborSearch.getSampler()
Access the data of the nearest neighbor.NearestNeighborSearchOnIterableRealInterval.getSampler()
NearestNeighborSearchOnKDTree.getSampler()
RadiusNeighborSearch.getSampler
(int i) Access the data of the ith neighbor within radius.RadiusNeighborSearchOnKDTree.getSampler
(int i) -
Uses of Sampler in net.imglib2.outofbounds
Subinterfaces of Sampler in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement SamplerModifier 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 Sampler in net.imglib2.view
Classes in net.imglib2.view that implement SamplerModifier and TypeClassDescriptionfinal class
class
class
class
final class
final class
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.protected final class
class
class
static final class
ARandomAccess
on aStackView
.static class
ARandomAccess
on aStackView
.class
final class
final class
TODO -
Uses of Sampler in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Sampler -
Uses of Sampler in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement SamplerModifier and TypeClassDescriptionclass
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.