Package | Description |
---|---|
net.imglib2.interpolation | |
net.imglib2.interpolation.neighborsearch | |
net.imglib2.interpolation.randomaccess | |
net.imglib2.view |
Modifier and Type | Method and Description |
---|---|
InterpolatorFactory<T,F> |
Interpolant.getInterpolatorFactory() |
Constructor and Description |
---|
Interpolant(F source,
InterpolatorFactory<T,F> factory) |
Modifier and Type | Class and Description |
---|---|
class |
InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>
Factory for
InverseDistanceWeightingInterpolator instances that work
on a KNearestNeighborSearch . |
class |
NearestNeighborSearchInterpolatorFactory<T>
Factory for
NearestNeighborSearchInterpolator instances that work on
a NearestNeighborSearch . |
Modifier and Type | Class and Description |
---|---|
class |
FloorInterpolatorFactory<T> |
class |
LanczosInterpolatorFactory<T extends RealType<T>>
TODO
|
class |
NearestNeighborInterpolatorFactory<T> |
class |
NLinearInterpolatorARGBFactory |
class |
NLinearInterpolatorFactory<T extends NumericType<T>> |
Modifier and Type | Method and Description |
---|---|
static <T,F extends EuclideanSpace> |
Views.interpolate(F source,
InterpolatorFactory<T,F> factory)
Returns a
RealRandomAccessible using interpolation |
Copyright © 2009–2018 ImgLib2. All rights reserved.