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