Package | Description |
---|---|
net.imglib2.algorithm.bspline | |
net.imglib2.algorithm.interpolation.randomaccess | |
net.imglib2.algorithm.neighborhood |
Modifier and Type | Field and Description |
---|---|
protected RectangleShape |
BSplineCoefficientsInterpolatorOdd.shape |
protected RectangleShape |
BSplineCoefficientsInterpolatorEven.shape |
Modifier and Type | Method and Description |
---|---|
static RectangleShape |
BSplineCoefficientsInterpolator.shapeFromOrder(int bsplineOrder)
Return a RectangleShape
This is necessary because rectangles always have an extents equal to an
odd number of pixels.
|
Modifier and Type | Field and Description |
---|---|
protected RectangleShape |
BSplineInterpolator.shape |
Modifier and Type | Class and Description |
---|---|
class |
GeneralRectangleShape
A factory for Accessibles on rectangular neighboorhoods.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.