| Package | Description |
|---|---|
| net.imglib2 | |
| net.imglib2.interpolation.neighborsearch |
| Modifier and Type | Field and Description |
|---|---|
protected RealPoint |
RealPointSampleList.RealPointSampleListCursor.position |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<RealPoint> |
RealPointSampleList.coordinates |
| Modifier and Type | Method and Description |
|---|---|
static RealPoint |
RealPoint.wrap(double[] position)
Create a point that stores its coordinates in the provided position
array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealPointSampleList.add(RealPoint position,
T sample) |
| 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.