Constructor and Description |
---|
BSplineCoefficientsInterpolatorFunction(int order,
RandomAccess<Neighborhood<T>> target,
RealLocalizable position,
T type) |
BSplineCoefficientsInterpolatorFunction(int order,
RandomAccess<Neighborhood<T>> target,
RealLocalizable position,
T type,
boolean optimized) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillWeights(RealLocalizable position) |
T |
get() |
static AbstractBsplineKernel |
makeKernel(int order) |
T |
type() |
public BSplineCoefficientsInterpolatorFunction(int order, RandomAccess<Neighborhood<T>> target, RealLocalizable position, T type)
public BSplineCoefficientsInterpolatorFunction(int order, RandomAccess<Neighborhood<T>> target, RealLocalizable position, T type, boolean optimized)
public T type()
public T get()
protected void fillWeights(RealLocalizable position)
public static AbstractBsplineKernel makeKernel(int order)
Copyright © 2015–2022 ImgLib2. All rights reserved.