Package | Description |
---|---|
net.imglib2.algorithm.bspline | |
net.imglib2.algorithm.interpolation.randomaccess |
Modifier and Type | Class and Description |
---|---|
class |
BSplineCoefficientsInterpolatorEven<T extends RealType<T>>
Computes b-spline coefficients for splines of even order.
|
class |
BSplineCoefficientsInterpolatorOdd<T extends RealType<T>>
Computes b-spline coefficients for splines of odd order.
|
Modifier and Type | Method and Description |
---|---|
static <S extends RealType<S>> |
BSplineCoefficientsInterpolator.build(int order,
RandomAccessible<S> coefficients,
S type) |
BSplineCoefficientsInterpolator<T> |
BSplineCoefficientsInterpolator.copy() |
Modifier and Type | Method and Description |
---|---|
BSplineCoefficientsInterpolator<S> |
BSplineCoefficientsInterpolatorFactory.create(RandomAccessible<T> f) |
Copyright © 2015–2022 ImgLib2. All rights reserved.