T
- public class InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>> extends Object implements InterpolatorFactory<T,KNearestNeighborSearch<T>>
InverseDistanceWeightingInterpolator
instances that work
on a KNearestNeighborSearch
.Constructor and Description |
---|
InverseDistanceWeightingInterpolatorFactory() |
InverseDistanceWeightingInterpolatorFactory(double p) |
Modifier and Type | Method and Description |
---|---|
InverseDistanceWeightingInterpolator<T> |
create(KNearestNeighborSearch<T> search)
Creates a new
InverseDistanceWeightingInterpolator using a copy
of the passed KNearestNeighborSearch . |
InverseDistanceWeightingInterpolator<T> |
create(KNearestNeighborSearch<T> search,
RealInterval interval)
Creates a new
InverseDistanceWeightingInterpolator using a copy
of the passed KNearestNeighborSearch . |
public InverseDistanceWeightingInterpolatorFactory()
public InverseDistanceWeightingInterpolatorFactory(double p)
public InverseDistanceWeightingInterpolator<T> create(KNearestNeighborSearch<T> search)
InverseDistanceWeightingInterpolator
using a copy
of the passed KNearestNeighborSearch
.create
in interface InterpolatorFactory<T extends RealType<T>,KNearestNeighborSearch<T extends RealType<T>>>
public InverseDistanceWeightingInterpolator<T> create(KNearestNeighborSearch<T> search, RealInterval interval)
Creates a new InverseDistanceWeightingInterpolator
using a copy
of the passed KNearestNeighborSearch
.
For now, ignore the RealInterval
and return
create(KNearestNeighborSearch)
.
create
in interface InterpolatorFactory<T extends RealType<T>,KNearestNeighborSearch<T extends RealType<T>>>
Copyright © 2015–2022 ImgLib2. All rights reserved.