Package | Description |
---|---|
net.imglib2.algorithm.bspline |
Modifier and Type | Class and Description |
---|---|
class |
BsplineKernel0
A zeroth-order Bspline kernel
Trivial, but included for completeness.
|
class |
BsplineKernel1
A first-order Bspline kernel
Trivial, but included for completeness.
|
class |
BsplineKernel2
A second-order Bspline kernel
|
class |
BsplineKernel3
A third-order Bspline kernel
|
class |
BsplineKernel4
A fourth-order Bspline kernel
|
class |
BsplineKernel5
A fifth-order Bspline kernel
|
Modifier and Type | Method and Description |
---|---|
static AbstractBsplineKernel |
BSplineCoefficientsInterpolatorFunction.makeKernel(int order) |
Copyright © 2015–2022 ImgLib2. All rights reserved.