Uses of Interface
net.imglib2.interpolation.InterpolatorFactory
Packages that use InterpolatorFactory
Package
Description
-
Uses of InterpolatorFactory in net.imglib2.interpolation
Methods in net.imglib2.interpolation that return InterpolatorFactoryConstructors in net.imglib2.interpolation with parameters of type InterpolatorFactory -
Uses of InterpolatorFactory in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement InterpolatorFactoryModifier and TypeClassDescriptionclass
InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>
Factory forInverseDistanceWeightingInterpolator
instances that work on aKNearestNeighborSearch
.class
Factory forNearestNeighborSearchInterpolator
instances that work on aNearestNeighborSearch
. -
Uses of InterpolatorFactory in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement InterpolatorFactoryModifier and TypeClassDescriptionclass
class
LanczosInterpolatorFactory<T extends RealType<T>>
TODOclass
class
class
NLinearInterpolatorFactory<T extends NumericType<T>>
-
Uses of InterpolatorFactory in net.imglib2.view
Methods in net.imglib2.view with parameters of type InterpolatorFactoryModifier and TypeMethodDescriptionstatic <T,
F extends EuclideanSpace>
RealRandomAccessible<T>Views.interpolate
(F source, InterpolatorFactory<T, F> factory) Returns aRealRandomAccessible
using interpolation