Class | Description |
---|---|
InverseDistanceWeightingInterpolator<T extends RealType<T>> |
RealRandomAccess to a KNearestNeighborSearch whose sample
value is generated by weighting the k nearest neighbors of a query
real coordinate by their inverse distance to an arbitrary power p. |
InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>> |
Factory for
InverseDistanceWeightingInterpolator instances that work
on a KNearestNeighborSearch . |
NearestNeighborSearchInterpolator<T> |
Nearest-neighbor interpolation implemented by
NearestNeighborSearch . |
NearestNeighborSearchInterpolatorFactory<T> |
Factory for
NearestNeighborSearchInterpolator instances that work on
a NearestNeighborSearch . |
Copyright © 2015–2022 ImgLib2. All rights reserved.