Uses of Interface
net.imglib2.RealPositionable
-
-
Uses of RealPositionable in net.imglib2
Subinterfaces of RealPositionable in net.imglib2 Modifier and Type Interface Description interface
RealRandomAccess<T>
Classes in net.imglib2 that implement RealPositionable Modifier and Type Class Description class
RealPoint
A point is a location in EuclideanSpace.Methods in net.imglib2 with parameters of type RealPositionable Modifier and Type Method Description void
AbstractInterval. realMax(RealPositionable m)
void
AbstractRealInterval. realMax(RealPositionable realMax)
void
AbstractWrappedRealInterval. realMax(RealPositionable max)
void
KDTree. realMax(RealPositionable m)
void
RealInterval. realMax(RealPositionable max)
Sets aRealPositionable
to the maximum of thisInterval
void
RealPointSampleList. realMax(RealPositionable m)
void
AbstractInterval. realMin(RealPositionable minimum)
void
AbstractRealInterval. realMin(RealPositionable realMin)
void
AbstractWrappedRealInterval. realMin(RealPositionable min)
void
KDTree. realMin(RealPositionable m)
void
RealInterval. realMin(RealPositionable min)
Sets aRealPositionable
to the minimum of thisInterval
void
RealPointSampleList. realMin(RealPositionable m)
-
Uses of RealPositionable in net.imglib2.converter
Classes in net.imglib2.converter that implement RealPositionable Modifier and Type Class Description class
AbstractConvertedRealRandomAccess<A,B>
TODO -
Uses of RealPositionable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealPositionable Modifier and Type Class Description class
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO -
Uses of RealPositionable in net.imglib2.histogram
Methods in net.imglib2.histogram with parameters of type RealPositionable Modifier and Type Method Description void
DiscreteFrequencyDistribution. realMax(RealPositionable max)
void
Histogram1d. realMax(RealPositionable max)
void
HistogramNd. realMax(RealPositionable max)
void
DiscreteFrequencyDistribution. realMin(RealPositionable min)
void
Histogram1d. realMin(RealPositionable min)
void
HistogramNd. realMin(RealPositionable min)
-
Uses of RealPositionable in net.imglib2.img
Methods in net.imglib2.img with parameters of type RealPositionable Modifier and Type Method Description void
AbstractImg. realMax(RealPositionable m)
void
AbstractImg. realMin(RealPositionable m)
-
Uses of RealPositionable in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement RealPositionable 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 RealPositionable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement RealPositionable 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. -
Uses of RealPositionable in net.imglib2.outofbounds
Subinterfaces of RealPositionable in net.imglib2.outofbounds Modifier and Type Interface Description interface
RealOutOfBounds<T>
Classes in net.imglib2.outofbounds that implement RealPositionable Modifier and Type Class Description class
RealOutOfBoundsRealRandomAccess<T>
-
Uses of RealPositionable in net.imglib2.position.transform
Classes in net.imglib2.position.transform that implement RealPositionable Modifier and Type Class Description class
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 RealPositionable in net.imglib2.view
Methods in net.imglib2.view with parameters of type RealPositionable Modifier and Type Method Description void
SubsampleIntervalView. realMax(RealPositionable m)
void
SubsampleIntervalView. realMin(RealPositionable min)
-
Uses of RealPositionable in net.imglib2.view.composite
Methods in net.imglib2.view.composite with parameters of type RealPositionable Modifier and Type Method Description void
CompositeIntervalView. realMax(RealPositionable max)
void
CompositeIntervalView. realMin(RealPositionable min)
-