Uses of Interface
net.imglib2.RealPositionable
Packages that use RealPositionable
Package
Description
-
Uses of RealPositionable in net.imglib2
Subinterfaces of RealPositionable in net.imglib2Classes in net.imglib2 that implement RealPositionableMethods in net.imglib2 with parameters of type RealPositionableModifier and TypeMethodDescriptionvoid
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 -
Uses of RealPositionable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealPositionable -
Uses of RealPositionable in net.imglib2.histogram
Methods in net.imglib2.histogram with parameters of type RealPositionableModifier and TypeMethodDescriptionvoid
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 RealPositionableModifier and TypeMethodDescriptionvoid
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 RealPositionableModifier 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 RealPositionable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement RealPositionableModifier 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 RealPositionable in net.imglib2.outofbounds
Subinterfaces of RealPositionable in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement RealPositionable -
Uses of RealPositionable in net.imglib2.position.transform
Classes in net.imglib2.position.transform that implement RealPositionableModifier 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 RealPositionable in net.imglib2.view
Methods in net.imglib2.view with parameters of type RealPositionableModifier and TypeMethodDescriptionvoid
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 RealPositionableModifier and TypeMethodDescriptionvoid
CompositeIntervalView.realMax
(RealPositionable max) void
CompositeIntervalView.realMin
(RealPositionable min)