Package | Description |
---|---|
net.imglib2.interpolation.neighborsearch |
Modifier and Type | Method and Description |
---|---|
InverseDistanceWeightingInterpolator<T> |
InverseDistanceWeightingInterpolator.copy() |
InverseDistanceWeightingInterpolator<T> |
InverseDistanceWeightingInterpolator.copyRealRandomAccess() |
InverseDistanceWeightingInterpolator<T> |
InverseDistanceWeightingInterpolatorFactory.create(KNearestNeighborSearch<T> search)
Creates a new
InverseDistanceWeightingInterpolator using a copy
of the passed KNearestNeighborSearch . |
InverseDistanceWeightingInterpolator<T> |
InverseDistanceWeightingInterpolatorFactory.create(KNearestNeighborSearch<T> search,
RealInterval interval)
Creates a new
InverseDistanceWeightingInterpolator using a copy
of the passed KNearestNeighborSearch . |
Copyright © 2015–2022 ImgLib2. All rights reserved.