Uses of Interface
net.imglib2.interpolation.InterpolatorFactory
Packages that use InterpolatorFactory
Package
Description
-
Uses of InterpolatorFactory in net.imglib2.interpolation
Fields in net.imglib2.interpolation declared as InterpolatorFactoryModifier and TypeFieldDescription(package private) final InterpolatorFactory<T, F> Interpolant.factoryMethods in net.imglib2.interpolation that return InterpolatorFactoryConstructors in net.imglib2.interpolation with parameters of type InterpolatorFactoryModifierConstructorDescriptionInterpolant(F source, InterpolatorFactory<T, F> factory, int n) Create anInterpolantfor a source, a compatible intepolator factory and a specified number of dimensions.Interpolant(EuclideanSpace source, InterpolatorFactory<T, F> factory) Deprecated. -
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 TypeClassDescriptionclassClampingNLinearInterpolatorFactory<T extends NumericType<T>>Provides clamping n-linear interpolators for volatile and non-volatile types.classclassLanczosInterpolatorFactory<T extends RealType<T>>TODOclassclassclassNLinearInterpolatorFactory<T extends NumericType<T>> -
Uses of InterpolatorFactory in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement InterpolatorFactoryModifier and TypeClassDescriptionclassLinearRealRandomAccessibleStackInterpolatorFactory<T extends NumericType<T>, F extends List<RealRandomAccessible<T>>>classNearestNeighborRealRandomAccessibleStackInterpolatorFactory<T, F extends List<RealRandomAccessible<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
Interpolant(Object, InterpolatorFactory, int)instead