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.interpolation.stack net.imglib2.view -
-
Uses of InterpolatorFactory in net.imglib2.interpolation
Fields in net.imglib2.interpolation declared as InterpolatorFactory Modifier and Type Field Description (package private) InterpolatorFactory<T,F>Interpolant. factoryMethods 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, int n)Create anInterpolantfor a source, a compatible intepolator factory and a specified number of dimensions.Interpolant(EuclideanSpace source, InterpolatorFactory<T,F> factory)Deprecated.use the compile time safe constructorInterpolant(Object, InterpolatorFactory, int)instead -
Uses of InterpolatorFactory in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement InterpolatorFactory Modifier and Type Class Description classInverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>Factory forInverseDistanceWeightingInterpolatorinstances that work on aKNearestNeighborSearch.classNearestNeighborSearchInterpolatorFactory<T>Factory forNearestNeighborSearchInterpolatorinstances 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 classClampingNLinearInterpolatorFactory<T extends NumericType<T>>Provides clamping n-linear interpolators for volatile and non-volatile types.classFloorInterpolatorFactory<T>classLanczosInterpolatorFactory<T extends RealType<T>>TODOclassNearestNeighborInterpolatorFactory<T>classNLinearInterpolatorARGBFactoryclassNLinearInterpolatorFactory<T extends NumericType<T>> -
Uses of InterpolatorFactory in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement InterpolatorFactory Modifier and Type Class Description classLinearRealRandomAccessibleStackInterpolatorFactory<T extends NumericType<T>,F extends java.util.List<RealRandomAccessible<T>>>classNearestNeighborRealRandomAccessibleStackInterpolatorFactory<T,F extends java.util.List<RealRandomAccessible<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 aRealRandomAccessibleusing interpolation
-