Package | Description |
---|---|
edu.stanford.rsl.tutorial.motionEstimation |
This package contains a motion estimator.
|
Modifier and Type | Method and Description |
---|---|
static RadialBasisFunctionInterpolation.RBF |
RadialBasisFunctionInterpolation.RBF.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RadialBasisFunctionInterpolation.RBF[] |
RadialBasisFunctionInterpolation.RBF.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RadialBasisFunctionInterpolation(RadialBasisFunctionInterpolation.RBF type,
int c,
java.util.ArrayList<PointND> points,
double[] values) |