| Package | Description |
|---|---|
| net.imglib2 | |
| net.imglib2.interpolation.neighborsearch |
| Modifier and Type | Class and Description |
|---|---|
class |
RealPoint
A point is a location in EuclideanSpace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented by
NearestNeighborSearch. |
Copyright © 2009–2017 ImgLib2. All rights reserved.