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 TypeClassDescriptionclassInverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>Factory forInverseDistanceWeightingInterpolatorinstances that work on aKNearestNeighborSearch.classFactory forNearestNeighborSearchInterpolatorinstances that work on aNearestNeighborSearch. -
Uses of InterpolatorFactory in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement InterpolatorFactoryModifier and TypeClassDescriptionclassclassLanczosInterpolatorFactory<T extends RealType<T>>TODOclassclassclassNLinearInterpolatorFactory<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 aRealRandomAccessibleusing interpolation