Uses of Interface
net.imglib2.interpolation.InterpolatorFactory
-
Packages that use InterpolatorFactory Package Description net.imglib2.interpolation net.imglib2.interpolation.neighborsearch net.imglib2.interpolation.randomaccess net.imglib2.view -
-
Uses of InterpolatorFactory in net.imglib2.interpolation
Methods in net.imglib2.interpolation that return InterpolatorFactory Modifier and Type Method Description InterpolatorFactory<T,F>
Interpolant. getInterpolatorFactory()
Constructors in net.imglib2.interpolation with parameters of type InterpolatorFactory Constructor Description Interpolant(F source, InterpolatorFactory<T,F> factory)
-
Uses of InterpolatorFactory in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement InterpolatorFactory Modifier and Type Class Description class
InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>
Factory forInverseDistanceWeightingInterpolator
instances that work on aKNearestNeighborSearch
.class
NearestNeighborSearchInterpolatorFactory<T>
Factory forNearestNeighborSearchInterpolator
instances that work on aNearestNeighborSearch
. -
Uses of InterpolatorFactory in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement InterpolatorFactory Modifier and Type Class Description class
FloorInterpolatorFactory<T>
class
LanczosInterpolatorFactory<T extends RealType<T>>
TODOclass
NearestNeighborInterpolatorFactory<T>
class
NLinearInterpolatorARGBFactory
class
NLinearInterpolatorFactory<T extends NumericType<T>>
-
Uses of InterpolatorFactory in net.imglib2.view
Methods in net.imglib2.view with parameters of type InterpolatorFactory Modifier and Type Method Description static <T,F extends EuclideanSpace>
RealRandomAccessible<T>Views. interpolate(F source, InterpolatorFactory<T,F> factory)
Returns aRealRandomAccessible
using interpolation
-